Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h180 struct emac_rx_queue { struct
236 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q,
Demac-mac.c632 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_q_free_descs()
707 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_q_bufs_free()
728 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_rx_descs_alloc()
854 struct emac_rx_queue *rx_q, in emac_mac_rx_rfd_create()
868 struct emac_rx_queue *rx_q) in emac_mac_rx_descs_refill()
999 struct emac_rx_queue *rx_q, in emac_rx_process_rrd()
1063 static void emac_rx_rfd_clean(struct emac_rx_queue *rx_q, struct emac_rrd *rrd) in emac_rx_rfd_clean()
1080 static void emac_receive_skb(struct emac_rx_queue *rx_q, in emac_receive_skb()
1095 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q, in emac_mac_rx_process()
Demac.c107 struct emac_rx_queue *rx_q = in emac_napi_rtx()
108 container_of(napi, struct emac_rx_queue, napi); in emac_napi_rtx()
138 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_isr()
Demac.h350 struct emac_rx_queue rx_q;