Searched refs:xontxc (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
D | igc_hw.h | 233 u64 xontxc; member
|
D | igc_ethtool.c | 54 IGC_STAT("tx_flow_control_xon", stats.xontxc), 228 regs_buff[46] = adapter->stats.xontxc; in igc_ethtool_get_regs()
|
D | igc_main.c | 3704 adapter->stats.xontxc += rd32(IGC_XONTXC); in igc_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
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()
|
D | ixgb_hw.h | 730 u64 xontxc; member
|
D | ixgb_main.c | 1673 adapter->stats.xontxc += IXGB_READ_REG(&adapter->hw, XONTXC); in ixgb_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 184 u64 xontxc; member
|
D | igb_ethtool.c | 61 IGB_STAT("tx_flow_control_xon", stats.xontxc), 569 regs_buff[70] = adapter->stats.xontxc; in igb_get_regs()
|
D | igb_main.c | 6652 adapter->stats.xontxc += rd32(E1000_XONTXC); in igb_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 376 u64 xontxc; member
|
D | ethtool.c | 82 E1000_STAT("tx_flow_control_xon", stats.xontxc),
|
D | netdev.c | 4978 adapter->stats.xontxc += er32(XONTXC); in e1000e_update_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 64 { "tx_flow_control_xon", E1000_STAT(stats.xontxc) },
|
D | e1000_hw.h | 1270 u64 xontxc; member
|
D | e1000_main.c | 3640 adapter->stats.xontxc += er32(XONTXC); in e1000_update_stats()
|