Searched refs:xofftxc (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 87 {"tx_flow_control_xoff", IXGB_STAT(stats.xofftxc)}, 353 *reg++ = IXGB_GET_STAT(adapter, xofftxc); /* 134 */ in ixgb_get_regs()
|
D | ixgb_hw.h | 757 u64 xofftxc; member
|
D | ixgb_main.c | 1739 adapter->stats.xofftxc += IXGB_READ_REG(&adapter->hw, XOFFTXC); in ixgb_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 204 u64 xofftxc; member
|
D | igb_ethtool.c | 82 IGB_STAT("tx_flow_control_xoff", stats.xofftxc), 556 regs_buff[72] = adapter->stats.xofftxc; in igb_get_regs()
|
D | igb_main.c | 5297 adapter->stats.xofftxc += rd32(E1000_XOFFTXC); in igb_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 359 u64 xofftxc; member
|
D | ethtool.c | 94 E1000_STAT("tx_flow_control_xoff", stats.xofftxc),
|
D | netdev.c | 4882 adapter->stats.xofftxc += er32(XOFFTXC); in e1000e_update_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.h | 1297 u64 xofftxc; member
|
D | e1000_ethtool.c | 85 { "tx_flow_control_xoff", E1000_STAT(stats.xofftxc) },
|
D | e1000_main.c | 3654 adapter->stats.xofftxc += er32(XOFFTXC); in e1000_update_stats()
|