Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h172 struct emac_rx_queue { struct
228 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q,
H A Demac-mac.c624 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_q_free_descs()
699 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_q_bufs_free()
720 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_descs_alloc()
846 struct emac_rx_queue *rx_q, in emac_mac_rx_rfd_create()
860 struct emac_rx_queue *rx_q) in emac_mac_rx_descs_refill()
991 struct emac_rx_queue *rx_q, in emac_rx_process_rrd()
1055 static void emac_rx_rfd_clean(struct emac_rx_queue *rx_q, struct emac_rrd *rrd) in emac_rx_rfd_clean()
1072 static void emac_receive_skb(struct emac_rx_queue *rx_q, in emac_receive_skb()
1087 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q, in emac_mac_rx_process()
H A Demac.c98 struct emac_rx_queue *rx_q = in emac_napi_rtx()
99 container_of(napi, struct emac_rx_queue, napi); in emac_napi_rtx()
130 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_isr()
H A Demac.h342 struct emac_rx_queue rx_q;