Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c758 if (q->rx_head) { in mt76_dma_rx_cleanup()
759 dev_kfree_skb(q->rx_head); in mt76_dma_rx_cleanup()
760 q->rx_head = NULL; in mt76_dma_rx_cleanup()
792 struct sk_buff *skb = q->rx_head; in mt76_add_fragment()
812 q->rx_head = NULL; in mt76_add_fragment()
854 if (q->rx_head) in mt76_dma_rx_process()
860 dev_kfree_skb(q->rx_head); in mt76_dma_rx_process()
861 q->rx_head = NULL; in mt76_dma_rx_process()
865 if (q->rx_head) { in mt76_dma_rx_process()
887 q->rx_head = skb; in mt76_dma_rx_process()
H A Dmt76x02.h103 struct sk_buff *rx_head; member
H A Dmt76.h212 struct sk_buff *rx_head; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.h197 struct sk_buff_head rx_head; member
H A Dsdio.c475 skb_queue_tail(&ar_sdio->rx_head, pkt->skb); in ath10k_sdio_mbox_rx_process_packets()
1358 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()
2594 skb_queue_head_init(&ar_sdio->rx_head); in ath10k_sdio_probe()
/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h135 struct fxp_rx *rx_head; member
H A Dif_fxp.c769 sc->fxp_desc.rx_head = sc->fxp_desc.rx_tail = NULL; in fxp_attach()
1916 rxp = sc->fxp_desc.rx_head; in fxp_intr_body()
1943 sc->fxp_desc.rx_head = rxp->rx_next; in fxp_intr_body()
2011 sc->fxp_desc.rx_head->rx_addr); in fxp_intr_body()
2536 CSR_WRITE_4(sc, FXP_CSR_SCB_GENERAL, sc->fxp_desc.rx_head->rx_addr); in fxp_init_body()
2693 if (sc->fxp_desc.rx_head != NULL) { in fxp_add_rfabuf()
2704 sc->fxp_desc.rx_head = rxp; in fxp_add_rfabuf()