Searched refs:tx_ok (Results 1 – 17 of 17) sorted by relevance
| /drivers/net/wireless/realtek/rtw88/ |
| A D | rtw8814a.c | 1580 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_tx_one_shot() argument 1597 if (read_poll_timeout(!rtw_read32_mask, *tx_ok, *tx_ok, in rtw8814a_iqk_tx_one_shot() 1605 *tx_ok = !rtw_read32_mask(rtwdev, 0x1b08, BIT(26)); in rtw8814a_iqk_tx_one_shot() 1607 if (*tx_ok) in rtw8814a_iqk_tx_one_shot() 1621 if (*tx_ok) { in rtw8814a_iqk_tx_one_shot() 1630 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_rx_one_shot() argument 1707 if (*tx_ok) in rtw8814a_iqk_rx_one_shot() 1725 bool tx_ok[RTW_RF_PATH_MAX]; in rtw8814a_iqk() local 1760 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk() 1764 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk()
|
| /drivers/net/ethernet/qualcomm/emac/ |
| A D | emac.c | 321 stats_itr = &stats->tx_ok; in emac_update_hw_stats() 346 net_stats->tx_packets = stats->tx_ok; in emac_get_stats64()
|
| A D | emac.h | 241 u64 tx_ok; /* good packets */ member
|
| /drivers/net/ethernet/atheros/atl1e/ |
| A D | atl1e.h | 274 unsigned long tx_ok; /* The number of good packet transmitted. */ member
|
| A D | atl1e_main.c | 1193 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1e_get_stats() 1213 stats_item = &adapter->hw_stats.tx_ok; in atl1e_update_hw_stats()
|
| /drivers/net/ethernet/atheros/alx/ |
| A D | hw.h | 420 u64 tx_ok; /* good TX packets */ member
|
| A D | hw.c | 1097 hw->stats.tx_ok += alx_read_mem32(hw, ALX_MIB_TX_OK); in alx_update_hw_stats()
|
| A D | main.c | 1691 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in alx_get_stats64()
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_sriov.c | 823 int tx_ok = 0, rx_ok = 0, rss_ok = 0; in bnxt_sriov_enable() local 856 tx_ok = 1; in bnxt_sriov_enable() 862 if (tx_ok && rx_ok && rss_ok) in bnxt_sriov_enable()
|
| /drivers/net/ethernet/atheros/atl1c/ |
| A D | atl1c.h | 325 unsigned long tx_ok; /* The number of good packet transmitted. */ member
|
| A D | atl1c_main.c | 1519 stats_item = &adapter->hw_stats.tx_ok; in atl1c_update_hw_stats() 1574 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in atl1c_get_stats()
|
| /drivers/infiniband/hw/hfi1/ |
| A D | ipoib_tx.c | 485 tx_ok: in hfi1_ipoib_send_dma_single() 496 goto tx_ok; in hfi1_ipoib_send_dma_single()
|
| /drivers/net/ethernet/atheros/atlx/ |
| A D | atl1.h | 337 u32 tx_ok; /* good TX packets */ member
|
| A D | atl1.c | 1673 adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; in atl1_inc_smb()
|
| /drivers/net/ethernet/cadence/ |
| A D | macb.h | 955 u64 tx_ok; member
|
| A D | macb_main.c | 3274 mac_stats->FramesTransmittedOK = hwstat->tx_ok; in macb_get_eth_mac_stats()
|
| /drivers/net/ethernet/realtek/ |
| A D | 8139cp.c | 303 __le64 tx_ok; member 1566 tmp_stats[i++] = le64_to_cpu(nic_stats->tx_ok); in cp_get_ethtool_stats()
|
Completed in 76 milliseconds