Searched refs:total_packets (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c200 tqp_vector->rx_group.total_packets++;
221 pre_rx_pkt = rx_group->total_packets;
227 rcv_good_pkt_total += (rx_group->total_packets - pre_rx_pkt);
228 rx_group->total_packets = pre_rx_pkt;
H A Dhns3_enet.c3640 ring->tqp_vector->tx_group.total_packets += pkts;
4446 dim_update_sample(tqp_vector->event_cnt, rx_group->total_packets,
4459 dim_update_sample(tqp_vector->event_cnt, tx_group->total_packets,
4499 tqp_vector->rx_group.total_packets += rx_pkt_total;
4707 tqp_vector->rx_group.total_packets = 0;
4709 tqp_vector->tx_group.total_packets = 0;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h135 unsigned int total_packets; /* total packets processed this int */ member in struct:igc_ring_container
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c169 unsigned int total_bytes = 0, total_packets = 0; local
185 total_packets++;
196 netdev_tx_completed_queue(tx_queue, total_packets, total_bytes);
/linux-master/drivers/scsi/
H A Dips.h568 uint8_t total_packets; member in struct:__anon35
H A Dips.c1664 datasize = pt->CoppCP.cmd.flashfw.total_packets *
1692 pt->CoppCP.cmd.flashfw.total_packets - 1) {
2326 scb->cmd.flashfw.total_packets = 1;
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h165 u16 total_packets; member in struct:hv_netvsc_packet
H A Dnetvsc_drv.c536 packet->total_packets = 1;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h477 unsigned int total_packets; /* total packets processed this int */ member in struct:ixgbe_ring_container
H A Dixgbe_main.c1124 q_vector->tx.total_packets += pkts;
1143 q_vector->rx.total_packets += pkts;
1158 unsigned int total_bytes = 0, total_packets = 0, total_ipsec = 0; local
1189 total_packets += tx_buffer->gso_segs;
1248 ixgbe_update_tx_ring_stats(tx_ring, q_vector, total_packets,
1290 if (!__netif_txq_completed_wake(txq, total_packets, total_bytes,
2569 packets = ring_container->total_packets;
2719 ring_container->total_packets = 0;
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h874 unsigned int total_packets; /* total packets processed this int */ member in struct:wx_ring_container
/linux-master/drivers/media/dvb-frontends/
H A Dmxl692.c1189 atsc_errors->total_packets);
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c2707 unsigned int total_packets[2] = { 0 }; local
2737 total_packets[port]++;
2797 sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]);
2798 sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]);
/linux-master/drivers/thunderbolt/
H A Dicm.c295 return hdr->packet_id == hdr->total_packets - 1;

Completed in 434 milliseconds

12