Searched defs:total_rx_packets (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_xsk.c | 240 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ixgbe_clean_rx_irq_zc() local
|
D | ixgbe_main.c | 2288 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbe_clean_rx_irq() local
|
/Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_xsk.c | 328 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in i40e_clean_rx_irq_zc() local
|
D | i40e_txrx.c | 2383 unsigned int total_rx_packets) in i40e_update_rx_stats() 2442 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in i40e_clean_rx_irq() local
|
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_xsk.c | 516 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in ice_clean_rx_irq_zc() local
|
/Linux-v5.15/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 194 unsigned int total_rx_packets; member
|
/Linux-v5.15/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 218 unsigned int total_rx_packets; member
|
D | e1000_main.c | 4139 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local 4360 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local
|
/Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 924 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq() local 1322 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_rx_irq_ps() local 1523 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in e1000_clean_jumbo_rx_irq() local
|
D | e1000.h | 236 unsigned int total_rx_packets; member
|
/Linux-v5.15/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.c | 1462 unsigned int total_rx_bytes = 0, total_rx_packets = 0; in iavf_clean_rx_irq() local
|
/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 1120 unsigned int total_rx_bytes = 0, total_rx_packets = 0, frame_sz = 0; in ixgbevf_clean_rx_irq() local
|