Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dinit.c385 skb_queue_head_init(&adapter->rx_mlme_q); in nxpwifi_init_lock_list()
535 while ((skb = skb_dequeue(&adapter->rx_mlme_q))) in nxpwifi_shutdown_drv()
H A Dmain.c1275 while ((skb = skb_dequeue(&adapter->rx_mlme_q))) { in nxpwifi_host_mlme_work()
H A Dutil.c553 skb_queue_tail(&adapter->rx_mlme_q, skb); in nxpwifi_process_mgmt_packet()
H A Dmain.h935 struct sk_buff_head rx_mlme_q; member