Searched refs:xoffrxc (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_hw.h | 235 u64 xoffrxc; member
|
| H A D | igc_ethtool.c | 53 IGC_STAT("rx_flow_control_xoff", stats.xoffrxc), 229 regs_buff[47] = adapter->stats.xoffrxc; in igc_ethtool_get_regs()
|
| H A D | igc_main.c | 3706 adapter->stats.xoffrxc += rd32(IGC_XOFFRXC); in igc_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_ethtool.c | 60 {"rx_flow_control_xoff", IXGB_STAT(stats.xoffrxc)}, 334 *reg++ = IXGB_GET_STAT(adapter, xoffrxc); /* 133 */ in ixgb_get_regs()
|
| H A D | ixgb_hw.h | 731 u64 xoffrxc; member
|
| H A D | ixgb_main.c | 1674 adapter->stats.xoffrxc += IXGB_READ_REG(&adapter->hw, XOFFRXC); in ixgb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 185 u64 xoffrxc; member
|
| H A D | igb_ethtool.c | 60 IGB_STAT("rx_flow_control_xoff", stats.xoffrxc), 570 regs_buff[71] = adapter->stats.xoffrxc; in igb_get_regs()
|
| H A D | igb_main.c | 6664 adapter->stats.xoffrxc += rd32(E1000_XOFFRXC); in igb_update_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 377 u64 xoffrxc; member
|
| H A D | ethtool.c | 81 E1000_STAT("rx_flow_control_xoff", stats.xoffrxc),
|
| H A D | netdev.c | 4979 adapter->stats.xoffrxc += er32(XOFFRXC); in e1000e_update_stats()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.h | 992 uint64_t xoffrxc; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.h | 1271 u64 xoffrxc; member
|
| H A D | e1000_ethtool.c | 63 { "rx_flow_control_xoff", E1000_STAT(stats.xoffrxc) },
|
| H A D | e1000_main.c | 3641 adapter->stats.xoffrxc += er32(XOFFRXC); in e1000_update_stats()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 451 {"rx_xoff_packets", offsetof(struct e1000_hw_stats, xoffrxc)}, 1961 stats->xoffrxc += pause_frames; in igb_read_stats_registers()
|