Searched refs:xontxc (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 86 {"tx_flow_control_xon", IXGB_STAT(stats.xontxc)}, 351 *reg++ = IXGB_GET_STAT(adapter, xontxc); /* 132 */ in ixgb_get_regs()
|
D | ixgb_hw.h | 755 u64 xontxc; member
|
D | ixgb_main.c | 1754 adapter->stats.xontxc += IXGB_READ_REG(&adapter->hw, XONTXC); in ixgb_update_stats()
|
/linux-3.4.99/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 191 u64 xontxc; member
|
D | igb_ethtool.c | 83 IGB_STAT("tx_flow_control_xon", stats.xontxc), 445 regs_buff[70] = adapter->stats.xontxc; in igb_get_regs()
|
D | igb_main.c | 4715 adapter->stats.xontxc += rd32(E1000_XONTXC); in igb_update_stats()
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 669 u64 xontxc; member
|
D | ethtool.c | 99 E1000_STAT("tx_flow_control_xon", stats.xontxc),
|
D | netdev.c | 4217 adapter->stats.xontxc += er32(XONTXC); in e1000e_update_stats()
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 88 { "tx_flow_control_xon", E1000_STAT(stats.xontxc) },
|
D | e1000_hw.h | 1297 u64 xontxc; member
|
D | e1000_main.c | 3643 adapter->stats.xontxc += er32(XONTXC); in e1000_update_stats()
|