Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h309 unsigned int total_packets; /* total packets processed this int */ member
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c1310 if (mi->total_packets >= ~0 - info->status.ampdu_len) { in minstrel_ht_tx_status()
1311 mi->total_packets = 0; in minstrel_ht_tx_status()
1315 mi->total_packets += info->status.ampdu_len; in minstrel_ht_tx_status()
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c169 unsigned int total_bytes = 0, total_packets = 0; in alx_clean_tx_irq() local
185 total_packets++; in alx_clean_tx_irq()
196 netdev_tx_completed_queue(tx_queue, total_packets, total_bytes); in alx_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h781 unsigned int total_packets; /* total packets processed this int */ member
/openbmc/linux/drivers/scsi/
H A Dips.h568 uint8_t total_packets; member
H A Dips.c1682 datasize = pt->CoppCP.cmd.flashfw.total_packets * in ips_flash_copperhead()
1710 pt->CoppCP.cmd.flashfw.total_packets - 1) { in ips_flash_copperhead()
2344 scb->cmd.flashfw.total_packets = 1; in ips_get_bios_version()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3647 ring->tqp_vector->tx_group.total_packets += pkts; in hns3_clean_tx_ring()
4453 dim_update_sample(tqp_vector->event_cnt, rx_group->total_packets, in hns3_update_rx_int_coalesce()
4466 dim_update_sample(tqp_vector->event_cnt, tx_group->total_packets, in hns3_update_tx_int_coalesce()
4506 tqp_vector->rx_group.total_packets += rx_pkt_total; in hns3_nic_common_poll()
4714 tqp_vector->rx_group.total_packets = 0; in hns3_nic_init_vector_data()
4716 tqp_vector->tx_group.total_packets = 0; in hns3_nic_init_vector_data()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h477 unsigned int total_packets; /* total packets processed this int */ member
H A Dixgbe_main.c1120 unsigned int total_bytes = 0, total_packets = 0, total_ipsec = 0; in ixgbe_clean_tx_irq() local
1151 total_packets += tx_buffer->gso_segs; in ixgbe_clean_tx_irq()
1212 tx_ring->stats.packets += total_packets; in ixgbe_clean_tx_irq()
1215 q_vector->tx.total_packets += total_packets; in ixgbe_clean_tx_irq()
1256 if (!__netif_txq_completed_wake(txq, total_packets, total_bytes, in ixgbe_clean_tx_irq()
2436 q_vector->rx.total_packets += total_rx_packets; in ixgbe_clean_rx_irq()
2539 packets = ring_container->total_packets; in ixgbe_update_itr()
2689 ring_container->total_packets = 0; in ixgbe_update_itr()
/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h165 u16 total_packets; member
H A Dnetvsc_drv.c536 packet->total_packets = 1; in netvsc_xmit()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c2706 unsigned int total_packets[2] = { 0 }; in sky2_status_intr() local
2736 total_packets[port]++; in sky2_status_intr()
2796 sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]); in sky2_status_intr()
2797 sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]); in sky2_status_intr()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl692.c1189 atsc_errors->total_packets); in mxl692_read_ber_ucb()
/openbmc/linux/drivers/thunderbolt/
H A Dicm.c295 return hdr->packet_id == hdr->total_packets - 1; in icm_copy()

12