Lines Matching refs:efx_rx_queue
341 struct efx_rx_queue { struct
463 struct efx_rx_queue rx_queue;
1277 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1278 void (*rx_init)(struct efx_rx_queue *rx_queue);
1279 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1280 void (*rx_write)(struct efx_rx_queue *rx_queue);
1281 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1452 static inline struct efx_rx_queue *
1469 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1474 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1482 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()