Searched refs:tx_ok (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8814a.c | 1581 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_tx_one_shot() argument 1598 if (read_poll_timeout(!rtw_read32_mask, *tx_ok, *tx_ok, in rtw8814a_iqk_tx_one_shot() 1606 *tx_ok = !rtw_read32_mask(rtwdev, 0x1b08, BIT(26)); in rtw8814a_iqk_tx_one_shot() 1608 if (*tx_ok) in rtw8814a_iqk_tx_one_shot() 1622 if (*tx_ok) { in rtw8814a_iqk_tx_one_shot() 1631 u32 *tx_matrix, bool *tx_ok) in rtw8814a_iqk_rx_one_shot() argument 1708 if (*tx_ok) in rtw8814a_iqk_rx_one_shot() 1726 bool tx_ok[RTW_RF_PATH_MAX]; in rtw8814a_iqk() local 1761 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk() 1765 &tx_matrix[path], &tx_ok[path]); in rtw8814a_iqk()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac.h | 241 u64 tx_ok; /* good packets */ member
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e.h | 274 unsigned long tx_ok; /* The number of good packet transmitted. */ member
|
| H 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()
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | hw.h | 420 u64 tx_ok; /* good TX packets */ member
|
| H A D | hw.c | 1097 hw->stats.tx_ok += alx_read_mem32(hw, ALX_MIB_TX_OK); in alx_update_hw_stats()
|
| H A D | main.c | 1691 net_stats->tx_packets = hw_stats->tx_ok + net_stats->tx_errors; in alx_get_stats64()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c.h | 325 unsigned long tx_ok; /* The number of good packet transmitted. */ member
|
| H 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()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.h | 337 u32 tx_ok; /* good TX packets */ member
|
| H A D | atl1.c | 1673 adapter->soft_stats.tx_packets += smb->tx_ok + new_tx_errors; in atl1_inc_smb()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ipoib_tx.c | 485 tx_ok: in hfi1_ipoib_send_dma_single() 496 goto tx_ok; in hfi1_ipoib_send_dma_single()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb.h | 986 u64 tx_ok; member
|
| H A D | macb_main.c | 3452 mac_stats->FramesTransmittedOK = hwstat->tx_ok; in macb_get_eth_mac_stats()
|
| /linux/drivers/net/ethernet/realtek/ |
| H 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()
|