Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_rx_mon_2.0.c463 if (msdu_info->msdu_index >= DP_RX_MON_MAX_MSDU) { in dp_rx_mon_pf_tag_to_buf_headroom_2_0()
471 dp_mon_debug("msdu_index: %d", msdu_info->msdu_index); in dp_rx_mon_pf_tag_to_buf_headroom_2_0()
476 *((uint16_t *)nbuf_head) = msdu_info->msdu_index + 1; in dp_rx_mon_pf_tag_to_buf_headroom_2_0()
479 nbuf_head += ((msdu_info->msdu_index) * DP_RX_MON_PF_TAG_SIZE); in dp_rx_mon_pf_tag_to_buf_headroom_2_0()
772 last_buf_info->msdu_index = msdu_info->msdu_index; in dp_rx_mon_handle_msdu_end()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h261 msdu_index : 4; member