Lines Matching refs:efx_rx_queue
367 struct efx_rx_queue { struct
503 struct efx_rx_queue rx_queue;
1337 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1338 void (*rx_init)(struct efx_rx_queue *rx_queue);
1339 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1340 void (*rx_write)(struct efx_rx_queue *rx_queue);
1341 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1520 static inline struct efx_rx_queue *
1537 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1542 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1550 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()