|
@@ -3312,8 +3312,7 @@ static void ixgbe_configure_srrctl(struct ixgbe_adapter *adapter,
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Return a number of entries in the RSS indirection table
|
|
|
- *
|
|
|
+ * ixgbe_rss_indir_tbl_entries - Return RSS indirection table entries
|
|
|
* @adapter: device handle
|
|
|
*
|
|
|
* - 82598/82599/X540: 128
|
|
@@ -3331,8 +3330,7 @@ u32 ixgbe_rss_indir_tbl_entries(struct ixgbe_adapter *adapter)
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Write the RETA table to HW
|
|
|
- *
|
|
|
+ * ixgbe_store_reta - Write the RETA table to HW
|
|
|
* @adapter: device handle
|
|
|
*
|
|
|
* Write the RSS redirection table stored in adapter.rss_indir_tbl[] to HW.
|
|
@@ -3371,8 +3369,7 @@ void ixgbe_store_reta(struct ixgbe_adapter *adapter)
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Write the RETA table to HW (for x550 devices in SRIOV mode)
|
|
|
- *
|
|
|
+ * ixgbe_store_vfreta - Write the RETA table to HW (x550 devices in SRIOV mode)
|
|
|
* @adapter: device handle
|
|
|
*
|
|
|
* Write the RSS redirection table stored in adapter.rss_indir_tbl[] to HW.
|