Searched refs:xontxc (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_hw.h | 234 u64 xontxc; member
|
A D | igc_ethtool.c | 54 IGC_STAT("tx_flow_control_xon", stats.xontxc), 247 regs_buff[46] = adapter->stats.xontxc; in igc_ethtool_get_regs()
|
A D | igc_main.c | 4688 adapter->stats.xontxc += rd32(IGC_XONTXC); in igc_update_stats()
|
/linux/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb_ethtool.c | 61 {"tx_flow_control_xon", IXGB_STAT(stats.xontxc)}, 333 *reg++ = IXGB_GET_STAT(adapter, xontxc); /* 132 */ in ixgb_get_regs()
|
A D | ixgb_hw.h | 730 u64 xontxc; member
|
A D | ixgb_main.c | 1675 adapter->stats.xontxc += IXGB_READ_REG(&adapter->hw, XONTXC); in ixgb_update_stats()
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | e1000_hw.h | 184 u64 xontxc; member
|
A D | igb_ethtool.c | 61 IGB_STAT("tx_flow_control_xon", stats.xontxc), 569 regs_buff[70] = adapter->stats.xontxc; in igb_get_regs()
|
A D | igb_main.c | 6646 adapter->stats.xontxc += rd32(E1000_XONTXC); in igb_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | hw.h | 385 u64 xontxc; member
|
A D | ethtool.c | 82 E1000_STAT("tx_flow_control_xon", stats.xontxc),
|
A D | netdev.c | 4980 adapter->stats.xontxc += er32(XONTXC); in e1000e_update_stats()
|
/linux/drivers/net/ethernet/intel/e1000/ |
A D | e1000_ethtool.c | 64 { "tx_flow_control_xon", E1000_STAT(stats.xontxc) },
|
A D | e1000_hw.h | 1270 u64 xontxc; member
|
A D | e1000_main.c | 3639 adapter->stats.xontxc += er32(XONTXC); in e1000_update_stats()
|
Completed in 95 milliseconds