total_rx_packets  219 drivers/net/ethernet/intel/e1000/e1000.h 	unsigned int total_rx_packets;
total_rx_packets 2642 drivers/net/ethernet/intel/e1000/e1000_main.c 					   adapter->total_rx_packets,
total_rx_packets 3773 drivers/net/ethernet/intel/e1000/e1000_main.c 		adapter->total_rx_packets = 0;
total_rx_packets 4130 drivers/net/ethernet/intel/e1000/e1000_main.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 4243 drivers/net/ethernet/intel/e1000/e1000_main.c 					total_rx_packets++;
total_rx_packets 4271 drivers/net/ethernet/intel/e1000/e1000_main.c 		total_rx_packets++;
total_rx_packets 4301 drivers/net/ethernet/intel/e1000/e1000_main.c 	adapter->total_rx_packets += total_rx_packets;
total_rx_packets 4304 drivers/net/ethernet/intel/e1000/e1000_main.c 	netdev->stats.rx_packets += total_rx_packets;
total_rx_packets 4351 drivers/net/ethernet/intel/e1000/e1000_main.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 4434 drivers/net/ethernet/intel/e1000/e1000_main.c 		total_rx_packets++;
total_rx_packets 4474 drivers/net/ethernet/intel/e1000/e1000_main.c 	adapter->total_rx_packets += total_rx_packets;
total_rx_packets 4477 drivers/net/ethernet/intel/e1000/e1000_main.c 	netdev->stats.rx_packets += total_rx_packets;
total_rx_packets  235 drivers/net/ethernet/intel/e1000e/e1000.h 	unsigned int total_rx_packets;
total_rx_packets  920 drivers/net/ethernet/intel/e1000e/netdev.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets  995 drivers/net/ethernet/intel/e1000e/netdev.c 		total_rx_packets++;
total_rx_packets 1051 drivers/net/ethernet/intel/e1000e/netdev.c 	adapter->total_rx_packets += total_rx_packets;
total_rx_packets 1316 drivers/net/ethernet/intel/e1000e/netdev.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 1446 drivers/net/ethernet/intel/e1000e/netdev.c 		total_rx_packets++;
total_rx_packets 1483 drivers/net/ethernet/intel/e1000e/netdev.c 	adapter->total_rx_packets += total_rx_packets;
total_rx_packets 1518 drivers/net/ethernet/intel/e1000e/netdev.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 1630 drivers/net/ethernet/intel/e1000e/netdev.c 		total_rx_packets++;
total_rx_packets 1665 drivers/net/ethernet/intel/e1000e/netdev.c 	adapter->total_rx_packets += total_rx_packets;
total_rx_packets 1807 drivers/net/ethernet/intel/e1000e/netdev.c 		adapter->total_rx_packets = 0;
total_rx_packets 1887 drivers/net/ethernet/intel/e1000e/netdev.c 		adapter->total_rx_packets = 0;
total_rx_packets 1956 drivers/net/ethernet/intel/e1000e/netdev.c 		adapter->total_rx_packets = 0;
total_rx_packets 2559 drivers/net/ethernet/intel/e1000e/netdev.c 					   adapter->total_rx_packets,
total_rx_packets 2285 drivers/net/ethernet/intel/i40e/i40e_txrx.c 			  unsigned int total_rx_packets)
total_rx_packets 2288 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->stats.packets += total_rx_packets;
total_rx_packets 2291 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->q_vector->rx.total_packets += total_rx_packets;
total_rx_packets 2331 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 2340 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	while (likely(total_rx_packets < (unsigned int)budget)) {
total_rx_packets 2406 drivers/net/ethernet/intel/i40e/i40e_txrx.c 			total_rx_packets++;
total_rx_packets 2444 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		total_rx_packets++;
total_rx_packets 2450 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets);
total_rx_packets 2453 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	return failure ? budget : (int)total_rx_packets;
total_rx_packets   19 drivers/net/ethernet/intel/i40e/i40e_txrx_common.h 			  unsigned int total_rx_packets);
total_rx_packets  532 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets  541 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	while (likely(total_rx_packets < (unsigned int)budget)) {
total_rx_packets  593 drivers/net/ethernet/intel/i40e/i40e_xsk.c 			total_rx_packets++;
total_rx_packets  620 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		total_rx_packets++;
total_rx_packets  627 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	i40e_update_rx_stats(rx_ring, total_rx_bytes, total_rx_packets);
total_rx_packets  635 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		return (int)total_rx_packets;
total_rx_packets  637 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	return failure ? budget : (int)total_rx_packets;
total_rx_packets 1480 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 1485 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	while (likely(total_rx_packets < (unsigned int)budget)) {
total_rx_packets 1581 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		total_rx_packets++;
total_rx_packets 1587 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->stats.packets += total_rx_packets;
total_rx_packets 1590 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->q_vector->rx.total_packets += total_rx_packets;
total_rx_packets 1594 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	return failure ? budget : (int)total_rx_packets;
total_rx_packets  194 drivers/net/ethernet/intel/igbvf/igbvf.h 	unsigned int total_rx_packets;
total_rx_packets  378 drivers/net/ethernet/intel/igbvf/netdev.c 	adapter->total_rx_packets += total_packets;
total_rx_packets  743 drivers/net/ethernet/intel/igbvf/netdev.c 					 adapter->total_rx_packets,
total_rx_packets  912 drivers/net/ethernet/intel/igbvf/netdev.c 		adapter->total_rx_packets = 0;
total_rx_packets 2281 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 2293 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	while (likely(total_rx_packets < budget)) {
total_rx_packets 2339 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 			total_rx_packets++;
total_rx_packets 2390 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 				total_rx_packets += DIV_ROUND_UP(ddp_bytes,
total_rx_packets 2403 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		total_rx_packets++;
total_rx_packets 2420 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	rx_ring->stats.packets += total_rx_packets;
total_rx_packets 2423 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	q_vector->rx.total_packets += total_rx_packets;
total_rx_packets 2426 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	return total_rx_packets;
total_rx_packets  431 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets  441 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	while (likely(total_rx_packets < budget)) {
total_rx_packets  501 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 			total_rx_packets++;
total_rx_packets  523 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 		total_rx_packets++;
total_rx_packets  543 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	rx_ring->stats.packets += total_rx_packets;
total_rx_packets  546 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	q_vector->rx.total_packets += total_rx_packets;
total_rx_packets  555 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 		return (int)total_rx_packets;
total_rx_packets  557 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	return failure ? budget : (int)total_rx_packets;
total_rx_packets 1119 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	unsigned int total_rx_bytes = 0, total_rx_packets = 0;
total_rx_packets 1128 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	while (likely(total_rx_packets < budget)) {
total_rx_packets 1172 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 			total_rx_packets++;
total_rx_packets 1227 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 		total_rx_packets++;
total_rx_packets 1245 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	rx_ring->stats.packets += total_rx_packets;
total_rx_packets 1248 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	q_vector->rx.total_packets += total_rx_packets;
total_rx_packets 1251 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	return total_rx_packets;