tx_ok 450 drivers/atm/ambassador.c dev->stats.tx_ok++; tx_ok 1423 drivers/atm/ambassador.c s->tx_ok, s->rx.ok, s->rx.error, tx_ok 583 drivers/atm/ambassador.h unsigned long tx_ok; tx_ok 1097 drivers/net/ethernet/atheros/alx/hw.c hw->stats.tx_ok += alx_read_mem32(hw, ALX_MIB_TX_OK); tx_ok 420 drivers/net/ethernet/atheros/alx/hw.h u64 tx_ok; /* good TX packets */ tx_ok 1667 drivers/net/ethernet/atheros/alx/main.c net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; tx_ok 327 drivers/net/ethernet/atheros/atl1c/atl1c.h unsigned long tx_ok; /* The number of good packet transmitted. */ tx_ok 1467 drivers/net/ethernet/atheros/atl1c/atl1c_main.c stats_item = &adapter->hw_stats.tx_ok; tx_ok 1522 drivers/net/ethernet/atheros/atl1c/atl1c_main.c net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; tx_ok 274 drivers/net/ethernet/atheros/atl1e/atl1e.h unsigned long tx_ok; /* The number of good packet transmitted. */ tx_ok 1192 drivers/net/ethernet/atheros/atl1e/atl1e_main.c net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; tx_ok 1212 drivers/net/ethernet/atheros/atl1e/atl1e_main.c stats_item = &adapter->hw_stats.tx_ok; tx_ok 1675 drivers/net/ethernet/atheros/atlx/atl1.c adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; tx_ok 337 drivers/net/ethernet/atheros/atlx/atl1.h u32 tx_ok; /* good TX packets */ tx_ok 731 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c int tx_ok = 0, rx_ok = 0, rss_ok = 0; tx_ok 764 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c tx_ok = 1; tx_ok 770 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c if (tx_ok && rx_ok && rss_ok) tx_ok 864 drivers/net/ethernet/cadence/macb.h u32 tx_ok; tx_ok 332 drivers/net/ethernet/qualcomm/emac/emac.c stats_itr = &stats->tx_ok; tx_ok 357 drivers/net/ethernet/qualcomm/emac/emac.c net_stats->tx_packets = stats->tx_ok; tx_ok 241 drivers/net/ethernet/qualcomm/emac/emac.h u64 tx_ok; /* good packets */ tx_ok 303 drivers/net/ethernet/realtek/8139cp.c __le64 tx_ok; tx_ok 1564 drivers/net/ethernet/realtek/8139cp.c tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok);