Lines Matching refs:efx_rx_queue
409 struct efx_rx_queue { struct
579 struct efx_rx_queue rx_queue;
632 bool (*receive_raw)(struct efx_rx_queue *, u32);
1462 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1463 void (*rx_init)(struct efx_rx_queue *rx_queue);
1464 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1465 void (*rx_write)(struct efx_rx_queue *rx_queue);
1466 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1656 static inline struct efx_rx_queue *
1673 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1678 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1686 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()
1693 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()