Searched refs:rx_ok (Results 1 – 14 of 14) sorted by relevance
1640 bool rx_ok; in rtw8814a_iqk_rx_one_shot() local1675 if (read_poll_timeout(!rtw_read32_mask, rx_ok, rx_ok, in rtw8814a_iqk_rx_one_shot()1683 rx_ok = !rtw_read32_mask(rtwdev, 0x1b08, BIT(26)); in rtw8814a_iqk_rx_one_shot()1685 if (rx_ok) in rtw8814a_iqk_rx_one_shot()1699 if (rx_ok) { in rtw8814a_iqk_rx_one_shot()1712 if (!rx_ok) in rtw8814a_iqk_rx_one_shot()
214 u64 rx_ok; /* good packets */ member
248 unsigned long rx_ok; /* The number of good packet received. */ member
1192 net_stats->rx_packets = hw_stats->rx_ok + net_stats->rx_errors; in atl1e_get_stats()1205 stats_item = &adapter->hw_stats.rx_ok; in atl1e_update_hw_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()
1692 net_stats->rx_packets = hw_stats->rx_ok + net_stats->rx_errors; in alx_get_stats64()
299 unsigned long rx_ok; /* The number of good packet received. */ member
1510 stats_item = &adapter->hw_stats.rx_ok; in atl1c_update_hw_stats()1573 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()
1462 unsigned long rx_ok; in myri10ge_clean_rx_done() local1473 rx_ok = myri10ge_rx_done(ss, length, checksum); in myri10ge_clean_rx_done()1474 rx_packets += rx_ok; in myri10ge_clean_rx_done()1475 rx_bytes += rx_ok * (unsigned long)length; in myri10ge_clean_rx_done()
304 __le64 rx_ok; member1567 tmp_stats[i++] = le64_to_cpu(nic_stats->rx_ok); in cp_get_ethtool_stats()
3469 mac_stats->FramesReceivedOK = hwstat->rx_ok; in macb_get_eth_mac_stats()