Home
last modified time | relevance | path

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

/freebsd/sys/dev/dpaa/
H A Ddpaa_eth.c545 if (rxfq->rx_head != NULL) { in dpaa_eth_fq_rx_flush()
546 struct mbuf *chain = rxfq->rx_head; in dpaa_eth_fq_rx_flush()
548 rxfq->rx_head = NULL; in dpaa_eth_fq_rx_flush()
549 rxfq->rx_tailp = &rxfq->rx_head; in dpaa_eth_fq_rx_flush()
638 if (sc->sc_rx_fqs[i].rx_head != NULL) in dpaa_eth_fq_rx_free()
639 m_freem(sc->sc_rx_fqs[i].rx_head); in dpaa_eth_fq_rx_free()
714 sc->sc_rx_fqs[i].rx_head = NULL; in dpaa_eth_fq_rx_init()
715 sc->sc_rx_fqs[i].rx_tailp = &sc->sc_rx_fqs[i].rx_head; in dpaa_eth_fq_rx_init()
H A Ddpaa_eth.h66 struct mbuf *rx_head; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c890 if (q->rx_head) { in mt76_dma_rx_cleanup()
891 dev_kfree_skb(q->rx_head); in mt76_dma_rx_cleanup()
892 q->rx_head = NULL; in mt76_dma_rx_cleanup()
937 struct sk_buff *skb = q->rx_head; in mt76_add_fragment()
957 q->rx_head = NULL; in mt76_add_fragment()
1015 if (q->rx_head) in mt76_dma_rx_process()
1021 dev_kfree_skb(q->rx_head); in mt76_dma_rx_process()
1022 q->rx_head = NULL; in mt76_dma_rx_process()
1026 if (q->rx_head) { in mt76_dma_rx_process()
1049 q->rx_head = skb; in mt76_dma_rx_process()
H A Dmt76x02.h103 struct sk_buff *rx_head; member
H A Dmt76.h271 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.c476 skb_queue_tail(&ar_sdio->rx_head, pkt->skb); in ath10k_sdio_mbox_rx_process_packets()
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()
2602 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.c768 sc->fxp_desc.rx_head = sc->fxp_desc.rx_tail = NULL; in fxp_attach()
1902 rxp = sc->fxp_desc.rx_head; in fxp_intr_body()
1929 sc->fxp_desc.rx_head = rxp->rx_next; in fxp_intr_body()
1997 sc->fxp_desc.rx_head->rx_addr); in fxp_intr_body()
2522 CSR_WRITE_4(sc, FXP_CSR_SCB_GENERAL, sc->fxp_desc.rx_head->rx_addr); in fxp_init_body()
2679 if (sc->fxp_desc.rx_head != NULL) { in fxp_add_rfabuf()
2690 sc->fxp_desc.rx_head = rxp; in fxp_add_rfabuf()
/freebsd/sys/dev/thunderbolt/
H A Dnhi.c431 TAILQ_INIT(&r->rx_head); in nhi_alloc_ring()
654 TAILQ_INSERT_TAIL(&r->rx_head, cmd, cm_link); in nhi_alloc_ring0()
718 cmd = TAILQ_FIRST(&rp->rx_head); in nhi_fill_rx_ring()
721 TAILQ_REMOVE(&rp->rx_head, cmd, cm_link); in nhi_fill_rx_ring()
H A Dnhi_var.h99 TAILQ_HEAD(, nhi_cmd_frame) rx_head;
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1997 if (q->rx_head) in mt7996_rro_rx_process()
2003 dev_kfree_skb(q->rx_head); in mt7996_rro_rx_process()
2005 q->rx_head = NULL; in mt7996_rro_rx_process()
2011 if (q->rx_head) { in mt7996_rro_rx_process()
2015 dev_kfree_skb(q->rx_head); in mt7996_rro_rx_process()
2016 q->rx_head = NULL; in mt7996_rro_rx_process()
2038 q->rx_head = skb; in mt7996_rro_rx_process()