Searched refs:I40E_GET_PFC_STAT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 2261 #define I40E_GET_PFC_STAT(stat, priority) \ in i40e_get_pfc_stats() macro 2265 I40E_GET_PFC_STAT(priority_xon_rx, i), in i40e_get_pfc_stats() 2266 I40E_GET_PFC_STAT(priority_xoff_rx, i), in i40e_get_pfc_stats() 2267 I40E_GET_PFC_STAT(priority_xon_tx, i), in i40e_get_pfc_stats() 2268 I40E_GET_PFC_STAT(priority_xoff_tx, i), in i40e_get_pfc_stats() 2269 I40E_GET_PFC_STAT(priority_xon_2_xoff, i), in i40e_get_pfc_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 2363 #define I40E_GET_PFC_STAT(stat, priority) \ in i40e_get_pfc_stats() macro 2367 I40E_GET_PFC_STAT(priority_xon_rx, i), in i40e_get_pfc_stats() 2368 I40E_GET_PFC_STAT(priority_xoff_rx, i), in i40e_get_pfc_stats() 2369 I40E_GET_PFC_STAT(priority_xon_tx, i), in i40e_get_pfc_stats() 2370 I40E_GET_PFC_STAT(priority_xoff_tx, i), in i40e_get_pfc_stats() 2371 I40E_GET_PFC_STAT(priority_xon_2_xoff, i), in i40e_get_pfc_stats()
|
Completed in 12 milliseconds