| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | fwlog.c | 1516 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 D | htc.c | 733 skb = skb_dequeue(&ep->tx_req_head); in ath10k_htc_send_bundle_skbs() 828 skb = skb_dequeue(&ep->tx_req_head); in ath10k_htc_bundle_tx_work() 853 skb = skb_dequeue(&ep->tx_complete_head); in ath10k_htc_tx_complete_work()
|
| H A D | usb.c | 368 while ((skb = skb_dequeue(&pipe->io_comp_queue))) { in ath10k_usb_io_comp_work()
|
| H A D | sdio.c | 1359 skb = skb_dequeue(&ar_sdio->rx_head); in ath10k_rx_indication_async_work() 1976 while ((skb = skb_dequeue(&ar_sdio->rx_head))) in ath10k_sdio_hif_stop()
|
| H A D | htt_rx.c | 4470 skb = skb_dequeue(&ar->htt.rx_msdus_q); in ath10k_htt_rx_deliver_msdu() 4489 skb = skb_dequeue(&htt->rx_indication_head); in ath10k_htt_rx_hl_indication() 4532 while ((skb = skb_dequeue(&htt->rx_in_ord_compl_q))) { in ath10k_htt_txrx_compl_task()
|
| H A D | mac.c | 4128 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_purge() 4162 skb = skb_dequeue(&ar->offchan_tx_queue); in ath10k_offchan_tx_work() 4242 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_purge() 4258 skb = skb_dequeue(&ar->wmi_mgmt_tx_queue); in ath10k_mgmt_over_wmi_tx_work()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | usb.c | 201 skb = skb_dequeue(&txcb->tx_ack_queue); in rtw89_usb_write_port_complete() 289 skb = skb_dequeue(&rtwusb->tx_queue[txch]); in rtw89_usb_ops_tx_kick_off() 311 skb_dequeue(&txcb->tx_ack_queue); in rtw89_usb_ops_tx_kick_off() 407 rx_skb = skb_dequeue(&rtwusb->rx_queue); in rtw89_usb_rx_handler() 457 rx_skb = skb_dequeue(&rtwusb->rx_free_queue); in rtw89_usb_rx_resubmit()
|
| H A D | pci.c | 116 skb = skb_dequeue(&rtwpci->h2c_queue); in rtw89_pci_release_fwcmd() 129 skb = skb_dequeue(&rtwpci->h2c_release_queue); in rtw89_pci_release_fwcmd()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_mcu.c | 153 while ((skb = skb_dequeue(&dev->mt76.mcu.res_q)) != NULL) in mt76x02_mcu_cleanup()
|
| H A D | mcu.c | 45 return skb_dequeue(&dev->mcu.res_q); in mt76_mcu_get_response()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-sync.c | 42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb()
|
| H A D | scan.c | 2762 while ((skb = skb_dequeue(&scan_filter->scan_res))) { in iwl_mvm_mei_scan_work()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | usb.c | 326 struct sk_buff *skb = skb_dequeue(&txcb->tx_ack_queue); in rtw_usb_write_port_tx_complete() 413 skb_iter = skb_dequeue(list); in rtw_usb_tx_agg_skb() 617 rx_skb = skb_dequeue(&rtwusb->rx_queue); in rtw_usb_rx_handler() 687 rx_skb = skb_dequeue(&rtwusb->rx_free_queue); in rtw_usb_rx_resubmit()
|
| H A D | pci.c | 721 struct sk_buff *prev = skb_dequeue(&ring->queue); in rtw_pci_release_rsvd_page() 1023 skb = skb_dequeue(&ring->queue); in rtw_pci_tx_isr()
|
| H A D | sdio.c | 1235 skb = skb_dequeue(&rtwsdio->tx_queue[queue]); in rtw_sdio_process_tx_queue()
|
| H A D | coex.c | 664 skb_resp = skb_dequeue(&coex->queue); in rtw_coex_info_request()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | time_sync.c | 152 while ((skb = skb_dequeue(&time_sync->frame_list))) { in iwl_mld_time_sync_find_skb()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | skbuff.h | 685 skb_dequeue(struct sk_buff_head *q) in skb_dequeue() function
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mac.c | 868 skb = skb_dequeue(&dev->ipv6_ns_list); in mt7921_set_ipv6_ns_work()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mac.c | 1486 skb = skb_dequeue(&dev->ipv6_ns_list); in mt7925_set_ipv6_ns_work()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 4837 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 D | mac.c | 6106 while ((skb = skb_dequeue(&ar->wmi_mgmt_tx_queue)) != NULL) in ath11k_mgmt_over_wmi_tx_purge() 6118 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 D | linux_80211.c | 8256 skb = skb_dequeue(<xq->skbq);
|