Symbol: ef4_tx_queue
drivers/net/ethernet/sfc/falcon/efx.c
1585
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
2286
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
234
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
423
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
456
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
489
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
591
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
682
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
735
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.c
774
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/efx.h
23
int ef4_probe_tx_queue(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
24
void ef4_remove_tx_queue(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
25
void ef4_init_tx_queue(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
26
void ef4_init_tx_queue_core_txq(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
27
void ef4_fini_tx_queue(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/efx.h
30
netdev_tx_t ef4_enqueue_skb(struct ef4_tx_queue *tx_queue, struct sk_buff *skb);
drivers/net/ethernet/sfc/falcon/efx.h
31
void ef4_xmit_done(struct ef4_tx_queue *tx_queue, unsigned int index);
drivers/net/ethernet/sfc/falcon/ethtool.c
259
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/ethtool.c
431
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
1092
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
272
static inline void ef4_farch_notify_tx_desc(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
284
static inline void ef4_farch_push_tx_desc(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/farch.c
306
void ef4_farch_tx_write(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
347
unsigned int ef4_farch_tx_limit_len(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/farch.c
363
int ef4_farch_tx_probe(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
373
void ef4_farch_tx_init(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
429
static void ef4_farch_flush_tx_queue(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
443
void ef4_farch_tx_fini(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
458
void ef4_farch_tx_remove(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/farch.c
619
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
663
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
720
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/farch.c
830
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/net_driver.h
1082
int (*tx_probe)(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1083
void (*tx_init)(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1084
void (*tx_remove)(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1085
void (*tx_write)(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/net_driver.h
1086
unsigned int (*tx_limit_len)(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/net_driver.h
1187
static inline struct ef4_tx_queue *
drivers/net/ethernet/sfc/falcon/net_driver.h
1201
static inline struct ef4_tx_queue *
drivers/net/ethernet/sfc/falcon/net_driver.h
1209
static inline bool ef4_tx_queue_used(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
1310
ef4_tx_queue_get_insert_index(const struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
1317
__ef4_tx_queue_get_insert_buffer(const struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
1324
ef4_tx_queue_get_insert_buffer(const struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/net_driver.h
226
int (*handle_tso)(struct ef4_tx_queue*, struct sk_buff*, bool *);
drivers/net/ethernet/sfc/falcon/net_driver.h
445
struct ef4_tx_queue tx_queue[EF4_TXQ_TYPES];
drivers/net/ethernet/sfc/falcon/nic.h
315
static inline int ef4_nic_probe_tx(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
319
static inline void ef4_nic_init_tx(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
323
static inline void ef4_nic_remove_tx(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
327
static inline void ef4_nic_push_buffers(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
383
int ef4_farch_tx_probe(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
384
void ef4_farch_tx_init(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
385
void ef4_farch_tx_fini(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
386
void ef4_farch_tx_remove(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
387
void ef4_farch_tx_write(struct ef4_tx_queue *tx_queue);
drivers/net/ethernet/sfc/falcon/nic.h
388
unsigned int ef4_farch_tx_limit_len(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/nic.h
63
ef4_tx_desc(struct ef4_tx_queue *tx_queue, unsigned int index)
drivers/net/ethernet/sfc/falcon/nic.h
69
static inline struct ef4_tx_queue *ef4_tx_queue_partner(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/nic.h
80
static inline bool __ef4_nic_tx_is_empty(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/nic.h
99
static inline bool ef4_nic_may_push_tx_desc(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/selftest.c
418
static int ef4_begin_loopback(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/selftest.c
478
static int ef4_end_loopback(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/selftest.c
537
ef4_test_loopback(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/selftest.c
631
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/tx.c
102
struct ef4_tx_queue *txq2 = ef4_tx_queue_partner(txq1);
drivers/net/ethernet/sfc/falcon/tx.c
140
static int ef4_enqueue_skb_copy(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.c
173
static struct ef4_tx_buffer *ef4_tx_map_chunk(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.c
199
static int ef4_tx_map_data(struct ef4_tx_queue *tx_queue, struct sk_buff *skb)
drivers/net/ethernet/sfc/falcon/tx.c
25
static inline u8 *ef4_tx_get_copy_buffer(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.c
261
static void ef4_enqueue_unwind(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
289
netdev_tx_t ef4_enqueue_skb(struct ef4_tx_queue *tx_queue, struct sk_buff *skb)
drivers/net/ethernet/sfc/falcon/tx.c
315
struct ef4_tx_queue *txq2 = ef4_tx_queue_partner(tx_queue);
drivers/net/ethernet/sfc/falcon/tx.c
347
static void ef4_dequeue_buffers(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.c
390
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/tx.c
406
void ef4_init_tx_queue_core_txq(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
424
struct ef4_tx_queue *tx_queue;
drivers/net/ethernet/sfc/falcon/tx.c
43
static void ef4_dequeue_buffer(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.c
484
void ef4_xmit_done(struct ef4_tx_queue *tx_queue, unsigned int index)
drivers/net/ethernet/sfc/falcon/tx.c
488
struct ef4_tx_queue *txq2;
drivers/net/ethernet/sfc/falcon/tx.c
526
static unsigned int ef4_tx_cb_page_count(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
531
int ef4_probe_tx_queue(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
574
void ef4_init_tx_queue(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
598
void ef4_fini_tx_queue(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
620
void ef4_remove_tx_queue(struct ef4_tx_queue *tx_queue)
drivers/net/ethernet/sfc/falcon/tx.c
99
static void ef4_tx_maybe_stop_queue(struct ef4_tx_queue *txq1)
drivers/net/ethernet/sfc/falcon/tx.h
15
unsigned int ef4_tx_limit_len(struct ef4_tx_queue *tx_queue,
drivers/net/ethernet/sfc/falcon/tx.h
18
int ef4_enqueue_skb_tso(struct ef4_tx_queue *tx_queue, struct sk_buff *skb,