Home
last modified time | relevance | path

Searched refs:xofftxc (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h236 u64 xofftxc; member
H A Digc_ethtool.c55 IGC_STAT("tx_flow_control_xoff", stats.xofftxc),
230 regs_buff[48] = adapter->stats.xofftxc; in igc_ethtool_get_regs()
H A Digc_main.c3707 adapter->stats.xofftxc += rd32(IGC_XOFFTXC); in igc_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c62 {"tx_flow_control_xoff", IXGB_STAT(stats.xofftxc)},
335 *reg++ = IXGB_GET_STAT(adapter, xofftxc); /* 134 */ in ixgb_get_regs()
H A Dixgb_hw.h732 u64 xofftxc; member
H A Dixgb_main.c1675 adapter->stats.xofftxc += IXGB_READ_REG(&adapter->hw, XOFFTXC); in ixgb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h186 u64 xofftxc; member
H A Digb_ethtool.c62 IGB_STAT("tx_flow_control_xoff", stats.xofftxc),
571 regs_buff[72] = adapter->stats.xofftxc; in igb_get_regs()
H A Digb_main.c6665 adapter->stats.xofftxc += rd32(E1000_XOFFTXC); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h378 u64 xofftxc; member
H A Dethtool.c83 E1000_STAT("tx_flow_control_xoff", stats.xofftxc),
H A Dnetdev.c4980 adapter->stats.xofftxc += er32(XOFFTXC); in e1000e_update_stats()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h993 uint64_t xofftxc; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1272 u64 xofftxc; member
H A De1000_ethtool.c65 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
H A De1000_main.c3642 adapter->stats.xofftxc += er32(XOFFTXC); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c452 {"tx_xoff_packets", offsetof(struct e1000_hw_stats, xofftxc)},
1962 stats->xofftxc += E1000_READ_REG(hw, E1000_XOFFTXC); in igb_read_stats_registers()