Searched refs:xofftxc (Results 1 – 12 of 12) sorted by relevance
/drivers/net/ixgb/ |
D | ixgb_ethtool.c | 79 {"tx_flow_control_xoff", IXGB_STAT(stats.xofftxc)}, 395 *reg++ = IXGB_GET_STAT(adapter, xofftxc); /* 134 */ in ixgb_get_regs()
|
D | ixgb_hw.h | 781 u64 xofftxc; member
|
D | ixgb_main.c | 1663 adapter->stats.xofftxc += IXGB_READ_REG(&adapter->hw, XOFFTXC); in ixgb_update_stats()
|
/drivers/net/igb/ |
D | e1000_hw.h | 305 u64 xofftxc; member
|
D | igb_ethtool.c | 87 { "tx_flow_control_xoff", IGB_STAT(stats.xofftxc) }, 451 regs_buff[72] = adapter->stats.xofftxc; in igb_get_regs()
|
D | igb_main.c | 3200 adapter->stats.xofftxc += rd32(E1000_XOFFTXC); in igb_update_stats()
|
/drivers/net/e1000e/ |
D | hw.h | 619 u64 xofftxc; member
|
D | ethtool.c | 85 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
|
D | netdev.c | 3304 adapter->stats.xofftxc += er32(XOFFTXC); in e1000e_update_stats()
|
/drivers/net/e1000/ |
D | e1000_ethtool.c | 81 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
|
D | e1000_hw.h | 1331 u64 xofftxc; member
|
D | e1000_main.c | 3546 adapter->stats.xofftxc += er32(XOFFTXC); in e1000_update_stats()
|