Home
last modified time | relevance | path

Searched refs:nrf_wifi_osal_nbuf_free (Results 1 – 4 of 4) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c273 nrf_wifi_osal_nbuf_free((void *)rx_buf_info->nwb); in nrf_wifi_fmac_rx_cmd_send()
484 nrf_wifi_osal_nbuf_free(nwb); in nrf_wifi_fmac_rx_event_process()
512 nrf_wifi_osal_nbuf_free(nwb); in nrf_wifi_fmac_rx_event_process()
522 nrf_wifi_osal_nbuf_free(nwb); in nrf_wifi_fmac_rx_event_process()
Dtx.c1348 nrf_wifi_osal_nbuf_free(nwb); in tx_done_process()
1774 nrf_wifi_osal_nbuf_free( in tx_deinit()
1787 nrf_wifi_osal_nbuf_free( in tx_deinit()
1992 nrf_wifi_osal_nbuf_free(nbuf); in nrf_wifi_fmac_start_xmit()
/nrf_wifi-latest/os_if/inc/
Dosal_api.h443 void nrf_wifi_osal_nbuf_free(void *nbuf);
/nrf_wifi-latest/os_if/src/
Dosal.c316 void nrf_wifi_osal_nbuf_free(void *nbuf) in nrf_wifi_osal_nbuf_free() function