Home
last modified time | relevance | path

Searched refs:rx_drops (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c383 u32 id_rx, id_rx_prev, rx_packets, rx_drops; in fm10k_update_hw_stats_rx_q() local
391 rx_drops = fm10k_read_hw_stats_32b(hw, FM10K_QPRDC(idx), in fm10k_update_hw_stats_rx_q()
392 &q->rx_drops); in fm10k_update_hw_stats_rx_q()
413 q->rx_drops.count += rx_drops; in fm10k_update_hw_stats_rx_q()
419 fm10k_update_hw_base_32b(&q->rx_drops, rx_drops); in fm10k_update_hw_stats_rx_q()
H A Dfm10k_pci.c540 u64 rx_switch_errors = 0, rx_drops = 0, rx_pp_errors = 0; in fm10k_update_stats() local
592 rx_drops += rx_ring->rx_stats.drops; in fm10k_update_stats()
604 interface->rx_drops = rx_drops; in fm10k_update_stats()
618 rx_drops_nic += q->rx_drops.count; in fm10k_update_stats()
H A Dfm10k.h326 u64 rx_drops; member
H A Dfm10k_type.h426 struct fm10k_hw_stat rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/
H A Dveth.c40 u64 rx_drops; member
95 { "drops", VETH_RQ_STAT(rx_drops) },
341 result->rx_drops = 0; in veth_stats_rx()
353 drops = stats->vs.rx_drops; in veth_stats_rx()
359 result->rx_drops += drops; in veth_stats_rx()
377 tot->rx_dropped = rx.rx_drops + rx.peer_tq_xdp_xmit_err; in veth_get_stats64()
601 stats->rx_drops++; in veth_xdp_rcv_one()
612 stats->rx_drops++; in veth_xdp_rcv_one()
635 stats->rx_drops++; in veth_xdp_rcv_one()
736 stats->rx_drops++; in veth_xdp_rcv_skb()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h45 unsigned int rx_drops; member
H A Dsge.h46 unsigned int rx_drops; /* # of packets dropped due to no mem */ member
H A Despi.c155 espi->intr_cnt.rx_drops++; in t1_espi_intr_handler()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h240 u64 rx_drops; member
H A Defa_admin_cmds_defs.h530 u64 rx_drops; member
H A Defa_com_cmd.c761 result->basic_stats.rx_drops = resp.u.basic_stats.rx_drops; in efa_com_get_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h152 unsigned long rx_drops; /* # of packets dropped due to no mem */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h205 unsigned long rx_drops; /* # of packets dropped due to no mem */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h311 u64 rx_drops; member
H A Dena_netdev.c3184 u64 rx_drops; in ena_get_stats64() local
3219 rx_drops = adapter->dev_stats.rx_drops; in ena_get_stats64()
3223 stats->rx_dropped = rx_drops; in ena_get_stats64()
4547 u64 rx_drops; in ena_keep_alive_wd() local
4553 rx_drops = ((u64)desc->rx_drops_high << 32) | desc->rx_drops_low; in ena_keep_alive_wd()
4560 adapter->dev_stats.rx_drops = rx_drops; in ena_keep_alive_wd()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dsta_info.h63 u64 rx_drops; member
H A Dieee80211.h251 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dsta_info.h63 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/agere/
H A Det131x.h1155 u32 rx_drops; /* 0x60DC */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/
H A Dnic.h188 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dsta_info.h101 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dsta_info.h101 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dsta_info.h107 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h762 u64 rx_drops; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h123 u64 rx_drops; member

1234