Searched refs:tx_status (Results 1 – 1 of 1) sorted by relevance
1865 enum nrf_wifi_fmac_tx_status tx_status = NRF_WIFI_FMAC_TX_STATUS_FAIL; in nrf_wifi_fmac_start_rawpkt_xmit() local1903 tx_status = nrf_wifi_fmac_tx(fmac_dev_ctx, in nrf_wifi_fmac_start_rawpkt_xmit()1908 if (tx_status == NRF_WIFI_FMAC_TX_STATUS_FAIL) { in nrf_wifi_fmac_start_rawpkt_xmit()1938 enum nrf_wifi_fmac_tx_status tx_status = NRF_WIFI_FMAC_TX_STATUS_FAIL; in nrf_wifi_fmac_start_xmit() local1977 tx_status = nrf_wifi_fmac_tx(fmac_dev_ctx, in nrf_wifi_fmac_start_xmit()1983 if (tx_status == NRF_WIFI_FMAC_TX_STATUS_FAIL) { in nrf_wifi_fmac_start_xmit()