Symbol: efx_rx_queue
drivers/net/ethernet/sfc/ef10.c
2588
efx_ef10_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index)
drivers/net/ethernet/sfc/ef10.c
2600
static void efx_ef10_rx_write(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/ef10.c
2626
static void efx_ef10_rx_defer_refill(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/ef10.c
2671
static void efx_ef10_handle_rx_wrong_queue(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/ef10.c
2684
efx_ef10_handle_rx_bad_lbits(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/ef10.c
2698
static void efx_ef10_handle_rx_abort(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/ef10.c
2816
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/ef100_rx.c
149
static void ef100_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index)
drivers/net/ethernet/sfc/ef100_rx.c
174
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/ef100_rx.c
192
void ef100_rx_write(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/ef100_rx.c
58
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/ef100_rx.h
19
void ef100_rx_write(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/efx.c
603
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx.c
651
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx.h
37
void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/efx_channels.c
1091
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx_channels.c
1121
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx_channels.c
1201
struct efx_rx_queue *rx_queue =
drivers/net/ethernet/sfc/efx_channels.c
532
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx_channels.c
602
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx_channels.c
642
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/efx_channels.c
742
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/ethtool_common.c
488
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/mae.c
109
int efx_mae_start_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mae.c
159
int efx_mae_stop_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mae.c
206
struct efx_rx_queue *rx_queue = container_of(work, struct efx_rx_queue,
drivers/net/ethernet/sfc/mae.h
64
int efx_mae_start_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/mae.h
65
int efx_mae_stop_counters(struct efx_nic *efx, struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/mcdi_functions.c
270
int efx_mcdi_rx_probe(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mcdi_functions.c
278
void efx_mcdi_rx_init(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mcdi_functions.c
326
void efx_mcdi_rx_remove(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mcdi_functions.c
331
void efx_mcdi_rx_fini(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/mcdi_functions.c
358
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/mcdi_functions.h
25
int efx_mcdi_rx_probe(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/mcdi_functions.h
26
void efx_mcdi_rx_init(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/mcdi_functions.h
27
void efx_mcdi_rx_remove(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/mcdi_functions.h
28
void efx_mcdi_rx_fini(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1464
int (*rx_probe)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1465
void (*rx_init)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1466
void (*rx_remove)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1467
void (*rx_write)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1468
void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/net_driver.h
1659
static inline struct efx_rx_queue *
drivers/net/ethernet/sfc/net_driver.h
1676
efx_rx_queue_channel(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/net_driver.h
1681
static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/net_driver.h
1689
static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/net_driver.h
1696
efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf)
drivers/net/ethernet/sfc/net_driver.h
577
struct efx_rx_queue rx_queue;
drivers/net/ethernet/sfc/net_driver.h
630
bool (*receive_raw)(struct efx_rx_queue *, u32);
drivers/net/ethernet/sfc/nic_common.h
138
static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/nic_common.h
142
static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/nic_common.h
146
static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/nic_common.h
150
static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/nic_common.h
154
static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/nic_common.h
98
efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index)
drivers/net/ethernet/sfc/ptp.c
1245
struct efx_rx_queue *queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/rx.c
121
void efx_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/rx.c
215
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/rx.c
253
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/rx.c
360
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/rx.c
43
static void efx_rx_packet__check_len(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/rx_common.c
111
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/rx_common.c
126
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/rx_common.c
133
static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
148
static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
174
static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/rx_common.c
189
int efx_probe_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
219
void efx_init_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
276
void efx_fini_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
305
void efx_remove_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
334
void efx_free_rx_buffers(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/rx_common.c
349
struct efx_rx_queue *rx_queue = timer_container_of(rx_queue, t,
drivers/net/ethernet/sfc/rx_common.c
35
static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
357
void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/rx_common.c
371
static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic)
drivers/net/ethernet/sfc/rx_common.c
455
void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic)
drivers/net/ethernet/sfc/rx_common.c
518
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/rx_common.c
77
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/rx_common.h
55
int efx_probe_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
56
void efx_init_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
57
void efx_fini_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
58
void efx_remove_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
59
void efx_destroy_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
61
void efx_init_rx_buffer(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/rx_common.h
75
void efx_free_rx_buffers(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/rx_common.h
79
void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/rx_common.h
81
void efx_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue, bool atomic);
drivers/net/ethernet/sfc/siena/efx.h
31
void efx_siena_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/siena/efx_channels.c
1123
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
1147
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
1222
struct efx_rx_queue *rx_queue =
drivers/net/ethernet/sfc/siena/efx_channels.c
534
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
605
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
645
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
748
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/efx_channels.c
871
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/ethtool_common.c
488
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/farch.c
1107
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/farch.c
1149
struct efx_rx_queue *rx_queue =
drivers/net/ethernet/sfc/siena/farch.c
1407
void efx_farch_rx_defer_refill(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
465
efx_farch_build_rx_desc(struct efx_rx_queue *rx_queue, unsigned index)
drivers/net/ethernet/sfc/siena/farch.c
483
void efx_farch_rx_write(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
503
int efx_farch_rx_probe(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
513
void efx_farch_rx_init(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
551
static void efx_farch_flush_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
563
void efx_farch_rx_fini(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
578
void efx_farch_rx_remove(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/farch.c
650
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/farch.c
720
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/farch.c
863
static u16 efx_farch_handle_rx_not_ok(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/farch.c
941
efx_farch_handle_rx_bad_index(struct efx_rx_queue *rx_queue, unsigned index)
drivers/net/ethernet/sfc/siena/farch.c
979
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/mcdi.c
1979
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/net_driver.h
1356
int (*rx_probe)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/net_driver.h
1357
void (*rx_init)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/net_driver.h
1358
void (*rx_remove)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/net_driver.h
1359
void (*rx_write)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/net_driver.h
1360
void (*rx_defer_refill)(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/net_driver.h
1552
static inline struct efx_rx_queue *
drivers/net/ethernet/sfc/siena/net_driver.h
1569
efx_rx_queue_channel(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/net_driver.h
1574
static inline int efx_rx_queue_index(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/net_driver.h
1582
static inline struct efx_rx_buffer *efx_rx_buffer(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/net_driver.h
1589
efx_rx_buf_next(struct efx_rx_queue *rx_queue, struct efx_rx_buffer *rx_buf)
drivers/net/ethernet/sfc/siena/net_driver.h
545
struct efx_rx_queue rx_queue;
drivers/net/ethernet/sfc/siena/nic.h
131
int efx_farch_rx_probe(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic.h
132
void efx_farch_rx_init(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic.h
133
void efx_farch_rx_fini(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic.h
134
void efx_farch_rx_remove(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic.h
135
void efx_farch_rx_write(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic.h
136
void efx_farch_rx_defer_refill(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/nic_common.h
137
static inline int efx_nic_probe_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/nic_common.h
141
static inline void efx_nic_init_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/nic_common.h
145
static inline void efx_nic_remove_rx(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/nic_common.h
149
static inline void efx_nic_notify_rx_desc(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/nic_common.h
153
static inline void efx_nic_generate_fill_event(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/nic_common.h
97
efx_rx_desc(struct efx_rx_queue *rx_queue, unsigned int index)
drivers/net/ethernet/sfc/siena/rx.c
121
void efx_siena_rx_packet(struct efx_rx_queue *rx_queue, unsigned int index,
drivers/net/ethernet/sfc/siena/rx.c
217
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/rx.c
255
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/rx.c
378
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/rx.c
43
static void efx_rx_packet__check_len(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/rx_common.c
114
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/siena/rx_common.c
129
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/siena/rx_common.c
136
static void efx_init_rx_recycle_ring(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
151
static void efx_fini_rx_recycle_ring(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
177
static void efx_fini_rx_buffer(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/rx_common.c
192
int efx_siena_probe_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
222
void efx_siena_init_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
275
void efx_siena_fini_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
302
void efx_siena_remove_rx_queue(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
331
void efx_siena_free_rx_buffers(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/rx_common.c
346
struct efx_rx_queue *rx_queue = timer_container_of(rx_queue, t,
drivers/net/ethernet/sfc/siena/rx_common.c
354
static void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
368
static int efx_init_rx_buffers(struct efx_rx_queue *rx_queue, bool atomic)
drivers/net/ethernet/sfc/siena/rx_common.c
38
static struct page *efx_reuse_page(struct efx_rx_queue *rx_queue)
drivers/net/ethernet/sfc/siena/rx_common.c
452
void efx_siena_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/rx_common.c
517
struct efx_rx_queue *rx_queue;
drivers/net/ethernet/sfc/siena/rx_common.c
80
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/siena/rx_common.h
55
int efx_siena_probe_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/rx_common.h
56
void efx_siena_init_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/rx_common.h
57
void efx_siena_fini_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/rx_common.h
58
void efx_siena_remove_rx_queue(struct efx_rx_queue *rx_queue);
drivers/net/ethernet/sfc/siena/rx_common.h
68
void efx_siena_free_rx_buffers(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/siena/rx_common.h
73
void efx_siena_fast_push_rx_descriptors(struct efx_rx_queue *rx_queue,
drivers/net/ethernet/sfc/tc_counters.c
280
struct efx_rx_queue *rx_queue = &channel->rx_queue;
drivers/net/ethernet/sfc/tc_counters.c
292
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/tc_counters.c
300
struct efx_rx_queue *rx_queue = efx_channel_get_rx_queue(channel);
drivers/net/ethernet/sfc/tc_counters.c
510
static bool efx_tc_rx(struct efx_rx_queue *rx_queue, u32 mark)