Lines Matching refs:efx_rx_queue
338 struct efx_rx_queue { struct
473 struct efx_rx_queue rx_queue;
1283 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1284 void (*rx_init)(struct efx_rx_queue *rx_queue);
1285 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1286 void (*rx_write)(struct efx_rx_queue *rx_queue);
1287 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1441 static inline struct efx_rx_queue *
1458 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1463 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1471 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()