Searched refs:emac_rx_queue (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/ |
D | emac-mac.h | 172 struct emac_rx_queue { struct 228 void emac_mac_rx_process(struct emac_adapter *adpt, struct emac_rx_queue *rx_q,
|
D | emac-mac.c | 624 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()
|
D | emac.c | 99 struct emac_rx_queue *rx_q = in emac_napi_rtx() 100 container_of(napi, struct emac_rx_queue, napi); in emac_napi_rtx() 131 struct emac_rx_queue *rx_q = &adpt->rx_q; in emac_isr()
|
D | emac.h | 342 struct emac_rx_queue rx_q;
|