Lines Matching refs:efx_rx_queue
370 struct efx_rx_queue { struct
506 struct efx_rx_queue rx_queue;
1340 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1341 void (*rx_init)(struct efx_rx_queue *rx_queue);
1342 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1343 void (*rx_write)(struct efx_rx_queue *rx_queue);
1344 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1523 static inline struct efx_rx_queue *
1540 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1545 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1553 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()