Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dfwlog.c1516 skb = skb_dequeue(&ar->fwlog_tx_queue); in ath10k_fwlog_print_work()
1558 skb = skb_dequeue(&ar->fwlog_tx_queue); in ath10k_fwlog_unregister()
H A Dhtc.c729 skb = skb_dequeue(&ep->tx_req_head); in ath10k_htc_send_bundle_skbs()
824 skb = skb_dequeue(&ep->tx_req_head); in ath10k_htc_bundle_tx_work()
849 skb = skb_dequeue(&ep->tx_complete_head); in ath10k_htc_tx_complete_work()
H A Dusb.c368 while ((skb = skb_dequeue(&pipe->io_comp_queue))) { in ath10k_usb_io_comp_work()
H A Dsdio.c1358 skb = skb_dequeue(&ar_sdio->rx_head); in ath10k_rx_indication_async_work()
1974 while ((skb = skb_dequeue(&ar_sdio->rx_head))) in ath10k_sdio_hif_stop()
H A Dhtt_rx.c4466 skb = skb_dequeue(&ar->htt.rx_msdus_q); in ath10k_htt_rx_deliver_msdu()
4485 skb = skb_dequeue(&htt->rx_indication_head); in ath10k_htt_rx_hl_indication()
4528 while ((skb = skb_dequeue(&htt->rx_in_ord_compl_q))) { in ath10k_htt_txrx_compl_task()
H A Dmac.c4104 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_purge()
4138 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_work()
4218 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge()
4234 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmcu.c45 return skb_dequeue(&dev->mcu.res_q); in mt76_mcu_get_response()
H A Dmt76x02_mcu.c153 while ((skb = skb_dequeue(&dev->mt76.mcu.res_q)) != NULL) in mt76x02_mcu_cleanup()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb()
H A Dscan.c2722 while ((skb = skb_dequeue(&scan_filter->scan_res))) { in iwl_mvm_mei_scan_work()
/freebsd/sys/contrib/dev/rtw88/
H A Dusb.c226 struct sk_buff *skb = skb_dequeue(&txcb->tx_ack_queue); in rtw_usb_write_port_tx_complete()
311 skb_iter = skb_dequeue(list); in rtw_usb_tx_agg_skb()
511 skb = skb_dequeue(&rtwusb->rx_queue); in rtw_usb_rx_handler()
H A Dpci.c720 struct sk_buff *prev = skb_dequeue(&ring->queue); in rtw_pci_release_rsvd_page()
1021 skb = skb_dequeue(&ring->queue); in rtw_pci_tx_isr()
H A Dsdio.c1196 skb = skb_dequeue(&rtwsdio->tx_queue[queue]); in rtw_sdio_process_tx_queue()
H A Dcoex.c646 skb_resp = skb_dequeue(&coex->queue); in rtw_coex_info_request()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h650 skb_dequeue(struct sk_buff_head *q) in skb_dequeue() function
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c868 skb = skb_dequeue(&dev->ipv6_ns_list); in mt7921_set_ipv6_ns_work()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c90 skb = skb_dequeue(&rtwpci->h2c_queue); in rtw89_pci_release_fwcmd()
103 skb = skb_dequeue(&rtwpci->h2c_release_queue); in rtw89_pci_release_fwcmd()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c4837 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath12k_mgmt_over_wmi_tx_purge()
4849 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath12k_mgmt_over_wmi_tx_work()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c6088 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge()
6100 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) { in ath11k_mgmt_over_wmi_tx_work()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5488 skb = skb_dequeue(&ltxq->skbq); in linuxkpi_ieee80211_tx_dequeue()