Symbol: ef4_rx_queue
drivers/net/ethernet/sfc/falcon/efx.c
247
struct ef4_rx_queue *rx_queue =
drivers/net/ethernet/sfc/falcon/efx.c
422
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
455
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
490
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
592
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
683
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
736
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
773
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
863
void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/efx.h
40
int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
41
void ef4_remove_rx_queue(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
42
void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
43
void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
44
void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic);
drivers/net/ethernet/sfc/falcon/efx.h
47
void ef4_rx_packet(struct ef4_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/falcon/efx.h
54
void ef4_schedule_slow_fill(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/ethtool.c
432
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
1114
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
1156
struct ef4_rx_queue *rx_queue =
drivers/net/ethernet/sfc/falcon/farch.c
1390
void ef4_farch_rx_defer_refill(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
471
ef4_farch_build_rx_desc(struct ef4_rx_queue *rx_queue, unsigned index)
drivers/net/ethernet/sfc/falcon/farch.c
489
void ef4_farch_rx_write(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
509
int ef4_farch_rx_probe(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
519
void ef4_farch_rx_init(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
563
static void ef4_farch_flush_rx_queue(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
575
void ef4_farch_rx_fini(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
590
void ef4_farch_rx_remove(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
662
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
721
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
868
static u16 ef4_farch_handle_rx_not_ok(struct ef4_rx_queue *rx_queue,
drivers/net/ethernet/sfc/falcon/farch.c
947
ef4_farch_handle_rx_bad_index(struct ef4_rx_queue *rx_queue, unsigned index)
drivers/net/ethernet/sfc/falcon/farch.c
986
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/net_driver.h
1090
int (*rx_probe)(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1091
void (*rx_init)(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1092
void (*rx_remove)(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1093
void (*rx_write)(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1094
void (*rx_defer_refill)(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1239
static inline struct ef4_rx_queue *
drivers/net/ethernet/sfc/falcon/net_driver.h
1256
ef4_rx_queue_channel(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
1261
static inline int ef4_rx_queue_index(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
1269
static inline struct ef4_rx_buffer *ef4_rx_buffer(struct ef4_rx_queue *rx_queue,
drivers/net/ethernet/sfc/falcon/net_driver.h
444
struct ef4_rx_queue rx_queue;
drivers/net/ethernet/sfc/falcon/nic.h
110
ef4_rx_desc(struct ef4_rx_queue *rx_queue, unsigned int index)
drivers/net/ethernet/sfc/falcon/nic.h
333
static inline int ef4_nic_probe_rx(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
337
static inline void ef4_nic_init_rx(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
341
static inline void ef4_nic_remove_rx(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
345
static inline void ef4_nic_notify_rx_desc(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
349
static inline void ef4_nic_generate_fill_event(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
390
int ef4_farch_rx_probe(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
391
void ef4_farch_rx_init(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
392
void ef4_farch_rx_fini(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
393
void ef4_farch_rx_remove(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
394
void ef4_farch_rx_write(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
395
void ef4_farch_rx_defer_refill(struct ef4_rx_queue *rx_queue);
drivers/net/ethernet/sfc/falcon/rx.c
106
static struct page *ef4_reuse_page(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/rx.c
152
static int ef4_init_rx_buffers(struct ef4_rx_queue *rx_queue, bool atomic)
drivers/net/ethernet/sfc/falcon/rx.c
227
static void ef4_free_rx_buffers(struct ef4_rx_queue *rx_queue,
drivers/net/ethernet/sfc/falcon/rx.c
248
struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/falcon/rx.c
276
static void ef4_fini_rx_buffer(struct ef4_rx_queue *rx_queue,
drivers/net/ethernet/sfc/falcon/rx.c
296
struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/falcon/rx.c
311
struct ef4_rx_queue *rx_queue = ef4_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/falcon/rx.c
331
void ef4_fast_push_rx_descriptors(struct ef4_rx_queue *rx_queue, bool atomic)
drivers/net/ethernet/sfc/falcon/rx.c
385
struct ef4_rx_queue *rx_queue = timer_container_of(rx_queue, t,
drivers/net/ethernet/sfc/falcon/rx.c
393
static void ef4_rx_packet__check_len(struct ef4_rx_queue *rx_queue,
drivers/net/ethernet/sfc/falcon/rx.c
440
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/rx.c
531
void ef4_rx_packet(struct ef4_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/falcon/rx.c
627
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/rx.c
667
struct ef4_rx_queue *rx_queue;
drivers/net/ethernet/sfc/falcon/rx.c
687
int ef4_probe_rx_queue(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/rx.c
718
struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/rx.c
743
void ef4_init_rx_queue(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/rx.c
76
ef4_rx_buf_next(struct ef4_rx_queue *rx_queue, struct ef4_rx_buffer *rx_buf)
drivers/net/ethernet/sfc/falcon/rx.c
784
void ef4_fini_rx_queue(struct ef4_rx_queue *rx_queue)
drivers/net/ethernet/sfc/falcon/rx.c
823
void ef4_remove_rx_queue(struct ef4_rx_queue *rx_queue)