Home
last modified time | relevance | path

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

/drivers/net/ixgb/
Dixgb_ethtool.c79 {"tx_flow_control_xoff", IXGB_STAT(stats.xofftxc)},
395 *reg++ = IXGB_GET_STAT(adapter, xofftxc); /* 134 */ in ixgb_get_regs()
Dixgb_hw.h781 u64 xofftxc; member
Dixgb_main.c1663 adapter->stats.xofftxc += IXGB_READ_REG(&adapter->hw, XOFFTXC); in ixgb_update_stats()
/drivers/net/igb/
De1000_hw.h305 u64 xofftxc; member
Digb_ethtool.c87 { "tx_flow_control_xoff", IGB_STAT(stats.xofftxc) },
451 regs_buff[72] = adapter->stats.xofftxc; in igb_get_regs()
Digb_main.c3200 adapter->stats.xofftxc += rd32(E1000_XOFFTXC); in igb_update_stats()
/drivers/net/e1000e/
Dhw.h619 u64 xofftxc; member
Dethtool.c85 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
Dnetdev.c3304 adapter->stats.xofftxc += er32(XOFFTXC); in e1000e_update_stats()
/drivers/net/e1000/
De1000_ethtool.c81 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
De1000_hw.h1331 u64 xofftxc; member
De1000_main.c3546 adapter->stats.xofftxc += er32(XOFFTXC); in e1000_update_stats()