Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_event.c414 int host_rpu_length_left = 0; in nrf_wifi_fmac_data_events_process() local
421 host_rpu_length_left = rpu_msg->hdr.len - sizeof(struct host_rpu_msg); in nrf_wifi_fmac_data_events_process()
423 while (host_rpu_length_left > 0) { in nrf_wifi_fmac_data_events_process()
433 host_rpu_length_left -= ((struct nrf_wifi_umac_head *)umac_head)->len; in nrf_wifi_fmac_data_events_process()