Lines Matching refs:efx_rx_queue
408 struct efx_rx_queue { struct
577 struct efx_rx_queue rx_queue;
630 bool (*receive_raw)(struct efx_rx_queue *, u32);
1464 int (*rx_probe)(struct efx_rx_queue *rx_queue);
1465 void (*rx_init)(struct efx_rx_queue *rx_queue);
1466 void (*rx_remove)(struct efx_rx_queue *rx_queue);
1467 void (*rx_write)(struct efx_rx_queue *rx_queue);
1468 void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
1659 static inline struct efx_rx_queue *
1676 efx_rx_queue_channel(struct efx_rx_queue *rx_queue) in efx_rx_queue_channel()
1681 static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue) in efx_rx_queue_index()
1689 static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue, in efx_rx_buffer()
1696 efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf) in efx_rx_buf_next()