Home
last modified time | relevance | path

Searched refs:nwb (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/os/
Dshim.c195 struct nwb { struct
214 struct nwb *nbuff; in zep_shim_nbuf_alloc() argument
216 nbuff = (struct nwb *)k_calloc(sizeof(struct nwb), sizeof(char)); in zep_shim_nbuf_alloc()
244 k_free(((struct nwb *)nbuf)->priv); in zep_shim_nbuf_free()
250 struct nwb *nwb = (struct nwb *)nbuf; in zep_shim_nbuf_headroom_res() local
252 nwb->data += size; in zep_shim_nbuf_headroom_res()
253 nwb->tail += size; in zep_shim_nbuf_headroom_res()
254 nwb->headroom += size; in zep_shim_nbuf_headroom_res()
259 return ((struct nwb *)nbuf)->headroom; in zep_shim_nbuf_headroom_get()
264 return ((struct nwb *)nbuf)->len; in zep_shim_nbuf_data_size()
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c386 void *nwb, in nrf_wifi_rx_bcn_prb_resp_frm() argument
424 frame_length = nrf_wifi_osal_nbuf_data_size(nwb); in nrf_wifi_rx_bcn_prb_resp_frm()
428 nrf_wifi_osal_nbuf_data_get(nwb), in nrf_wifi_rx_bcn_prb_resp_frm()
433 nrf_wifi_osal_nbuf_data_get(nwb), in nrf_wifi_rx_bcn_prb_resp_frm()