Searched refs:rx_ok (Results 1 – 16 of 16) sorted by relevance
295 BUILD_BUG_ON(sizeof(hw->stats) - offsetof(struct alx_hw_stats, rx_ok) < in alx_get_ethtool_stats()297 memcpy(data, &hw->stats.rx_ok, ALX_NUM_STATS * sizeof(u64)); in alx_get_ethtool_stats()
394 u64 rx_ok; /* good RX packets */ member
1071 hw->stats.rx_ok += alx_read_mem32(hw, ALX_MIB_RX_OK); in alx_update_hw_stats()
1690 net_stats->rx_packets = hw_stats->rx_ok + net_stats->rx_errors; in alx_get_stats64()
761 int tx_ok = 0, rx_ok = 0, rss_ok = 0; in bnxt_sriov_enable() local782 rx_ok = 1; in bnxt_sriov_enable()786 rx_ok = 1; in bnxt_sriov_enable()790 rx_ok = 0; in bnxt_sriov_enable()800 if (tx_ok && rx_ok && rss_ok) in bnxt_sriov_enable()
305 u64 *stats_itr = &adpt->stats.rx_ok; in emac_update_hw_stats()346 net_stats->rx_packets = stats->rx_ok; in emac_get_stats64()
214 u64 rx_ok; /* good packets */ member
248 unsigned long rx_ok; /* The number of good packet received. */ member
1189 net_stats->rx_packets = hw_stats->rx_ok + net_stats->rx_errors; in atl1e_get_stats()1202 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_stats()
299 unsigned long rx_ok; /* The number of good packet received. */ member
1531 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()1594 net_stats->rx_packets = hw_stats->rx_ok + net_stats->rx_errors; in atl1c_get_stats()
311 u32 rx_ok; /* good RX packets */ member
1672 adapter->soft_stats.rx_packets += smb->rx_ok + new_rx_errors; in atl1_inc_smb()
1452 unsigned long rx_ok; in myri10ge_clean_rx_done() local1463 rx_ok = myri10ge_rx_done(ss, length, checksum); in myri10ge_clean_rx_done()1464 rx_packets += rx_ok; in myri10ge_clean_rx_done()1465 rx_bytes += rx_ok * (unsigned long)length; in myri10ge_clean_rx_done()
942 u32 rx_ok; member
304 __le64 rx_ok; member1565 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats()
Completed in 61 milliseconds