|
@@ -1,5 +1,5 @@
|
|
|
/* Intel(R) Ethernet Switch Host Interface Driver
|
|
|
- * Copyright(c) 2013 - 2017 Intel Corporation.
|
|
|
+ * Copyright(c) 2013 - 2018 Intel Corporation.
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
@@ -211,7 +211,7 @@ static void fm10k_start_service_event(struct fm10k_intfc *interface)
|
|
|
|
|
|
/**
|
|
|
* fm10k_service_timer - Timer Call-back
|
|
|
- * @data: pointer to interface cast into an unsigned long
|
|
|
+ * @t: pointer to timer data
|
|
|
**/
|
|
|
static void fm10k_service_timer(struct timer_list *t)
|
|
|
{
|
|
@@ -649,7 +649,7 @@ void fm10k_update_stats(struct fm10k_intfc *interface)
|
|
|
|
|
|
/**
|
|
|
* fm10k_watchdog_flush_tx - flush queues on host not ready
|
|
|
- * @interface - pointer to the device interface structure
|
|
|
+ * @interface: pointer to the device interface structure
|
|
|
**/
|
|
|
static void fm10k_watchdog_flush_tx(struct fm10k_intfc *interface)
|
|
|
{
|
|
@@ -679,7 +679,7 @@ static void fm10k_watchdog_flush_tx(struct fm10k_intfc *interface)
|
|
|
|
|
|
/**
|
|
|
* fm10k_watchdog_subtask - check and bring link up
|
|
|
- * @interface - pointer to the device interface structure
|
|
|
+ * @interface: pointer to the device interface structure
|
|
|
**/
|
|
|
static void fm10k_watchdog_subtask(struct fm10k_intfc *interface)
|
|
|
{
|
|
@@ -703,7 +703,7 @@ static void fm10k_watchdog_subtask(struct fm10k_intfc *interface)
|
|
|
|
|
|
/**
|
|
|
* fm10k_check_hang_subtask - check for hung queues and dropped interrupts
|
|
|
- * @interface - pointer to the device interface structure
|
|
|
+ * @interface: pointer to the device interface structure
|
|
|
*
|
|
|
* This function serves two purposes. First it strobes the interrupt lines
|
|
|
* in order to make certain interrupts are occurring. Secondly it sets the
|
|
@@ -1995,6 +1995,7 @@ skip_tx_dma_drain:
|
|
|
/**
|
|
|
* fm10k_sw_init - Initialize general software structures
|
|
|
* @interface: host interface private structure to initialize
|
|
|
+ * @ent: PCI device ID entry
|
|
|
*
|
|
|
* fm10k_sw_init initializes the interface private data structure.
|
|
|
* Fields are initialized based on PCI device information and
|