Home
last modified time | relevance | path

Searched defs:tx_queue (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c17 static unsigned int efx_tx_cb_page_count(struct efx_tx_queue *tx_queue) in efx_tx_cb_page_count()
23 int efx_siena_probe_tx_queue(struct efx_tx_queue *tx_queue) in efx_siena_probe_tx_queue()
68 void efx_siena_init_tx_queue(struct efx_tx_queue *tx_queue) in efx_siena_init_tx_queue()
98 void efx_siena_remove_tx_queue(struct efx_tx_queue *tx_queue) in efx_siena_remove_tx_queue()
122 static void efx_dequeue_buffer(struct efx_tx_queue *tx_queue, in efx_dequeue_buffer()
170 void efx_siena_fini_tx_queue(struct efx_tx_queue *tx_queue) in efx_siena_fini_tx_queue()
198 static void efx_dequeue_buffers(struct efx_tx_queue *tx_queue, in efx_dequeue_buffers()
227 void efx_siena_xmit_done_check_empty(struct efx_tx_queue *tx_queue) in efx_siena_xmit_done_check_empty()
240 void efx_siena_xmit_done(struct efx_tx_queue *tx_queue, unsigned int index) in efx_siena_xmit_done()
273 void efx_siena_enqueue_unwind(struct efx_tx_queue *tx_queue, in efx_siena_enqueue_unwind()
[all …]
H A Dtx.c26 static inline u8 *efx_tx_get_copy_buffer(struct efx_tx_queue *tx_queue, in efx_tx_get_copy_buffer()
83 static int efx_enqueue_skb_copy(struct efx_tx_queue *tx_queue, in efx_enqueue_skb_copy()
139 netdev_tx_t __efx_siena_enqueue_skb(struct efx_tx_queue *tx_queue, in __efx_siena_enqueue_skb()
212 struct efx_tx_queue *tx_queue; in efx_siena_xdp_tx_buffers() local
303 struct efx_tx_queue *tx_queue; in efx_siena_hard_start_xmit() local
346 void efx_siena_init_tx_queue_core_txq(struct efx_tx_queue *tx_queue) in efx_siena_init_tx_queue_core_txq()
H A Defx_channels.c535 struct efx_tx_queue *tx_queue; in efx_alloc_channel() local
606 struct efx_tx_queue *tx_queue; in efx_copy_channel() local
644 struct efx_tx_queue *tx_queue; in efx_probe_channel() local
747 struct efx_tx_queue *tx_queue; in efx_siena_remove_channel() local
772 struct efx_tx_queue *tx_queue) in efx_set_xdp_tx_queue()
787 struct efx_tx_queue *tx_queue; in efx_set_xdp_channels() local
872 struct efx_tx_queue *tx_queue; in efx_siena_realloc_channels() local
1123 struct efx_tx_queue *tx_queue; in efx_siena_start_channels() local
1147 struct efx_tx_queue *tx_queue; in efx_siena_stop_channels() local
1204 struct efx_tx_queue *tx_queue; in efx_process_channel() local
H A Dfarch.c283 static inline void efx_farch_notify_tx_desc(struct efx_tx_queue *tx_queue) in efx_farch_notify_tx_desc()
295 static inline void efx_farch_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_farch_push_tx_desc()
317 void efx_farch_tx_write(struct efx_tx_queue *tx_queue) in efx_farch_tx_write()
358 unsigned int efx_farch_tx_limit_len(struct efx_tx_queue *tx_queue, in efx_farch_tx_limit_len()
371 int efx_farch_tx_probe(struct efx_tx_queue *tx_queue) in efx_farch_tx_probe()
383 void efx_farch_tx_init(struct efx_tx_queue *tx_queue) in efx_farch_tx_init()
423 static void efx_farch_flush_tx_queue(struct efx_tx_queue *tx_queue) in efx_farch_flush_tx_queue()
437 void efx_farch_tx_fini(struct efx_tx_queue *tx_queue) in efx_farch_tx_fini()
452 void efx_farch_tx_remove(struct efx_tx_queue *tx_queue) in efx_farch_tx_remove()
607 struct efx_tx_queue *tx_queue; in efx_check_tx_flush_complete() local
[all …]
H A Dselftest.c416 static int efx_begin_loopback(struct efx_tx_queue *tx_queue) in efx_begin_loopback()
476 static int efx_end_loopback(struct efx_tx_queue *tx_queue, in efx_end_loopback()
535 efx_test_loopback(struct efx_tx_queue *tx_queue, in efx_test_loopback()
630 struct efx_tx_queue *tx_queue; in efx_test_loopbacks() local
H A Defx.h21 static inline netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in efx_enqueue_skb()
H A Dethtool_common.c258 struct efx_tx_queue *tx_queue; in efx_fill_loopback_test() local
487 struct efx_tx_queue *tx_queue; in efx_siena_ethtool_get_stats() local
/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c23 int ef100_tx_probe(struct efx_tx_queue *tx_queue) in ef100_tx_probe()
32 void ef100_tx_init(struct efx_tx_queue *tx_queue) in ef100_tx_init()
52 static bool ef100_tx_can_tso(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in ef100_tx_can_tso()
102 static efx_oword_t *ef100_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in ef100_tx_desc()
110 static void ef100_notify_tx_desc(struct efx_tx_queue *tx_queue) in ef100_notify_tx_desc()
128 static void ef100_tx_push_buffers(struct efx_tx_queue *tx_queue) in ef100_tx_push_buffers()
255 static void ef100_tx_make_descriptors(struct efx_tx_queue *tx_queue, in ef100_tx_make_descriptors()
343 void ef100_tx_write(struct efx_tx_queue *tx_queue) in ef100_tx_write()
355 struct efx_tx_queue *tx_queue = in ef100_ev_tx() local
370 netdev_tx_t ef100_enqueue_skb(struct efx_tx_queue *tx_queue, in ef100_enqueue_skb()
[all …]
H A Dnic_common.h60 efx_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in efx_tx_desc()
68 static inline bool efx_nic_tx_is_empty(struct efx_tx_queue *tx_queue, unsigned int write_count) in efx_nic_tx_is_empty()
87 static inline bool efx_nic_may_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_nic_may_push_tx_desc()
119 static inline int efx_nic_probe_tx(struct efx_tx_queue *tx_queue) in efx_nic_probe_tx()
123 static inline void efx_nic_init_tx(struct efx_tx_queue *tx_queue) in efx_nic_init_tx()
127 static inline void efx_nic_remove_tx(struct efx_tx_queue *tx_queue) in efx_nic_remove_tx()
132 static inline void efx_nic_push_buffers(struct efx_tx_queue *tx_queue) in efx_nic_push_buffers()
H A Dtx_tso.c79 static inline void prefetch_ptr(struct efx_tx_queue *tx_queue) in prefetch_ptr()
102 static void efx_tx_queue_insert(struct efx_tx_queue *tx_queue, in efx_tx_queue_insert()
170 struct efx_tx_queue *tx_queue, in tso_start()
232 static void tso_fill_packet_with_fragment(struct efx_tx_queue *tx_queue, in tso_fill_packet_with_fragment()
285 static int tso_start_new_packet(struct efx_tx_queue *tx_queue, in tso_start_new_packet()
362 int efx_enqueue_skb_tso(struct efx_tx_queue *tx_queue, in efx_enqueue_skb_tso()
H A Defx_channels.c533 struct efx_tx_queue *tx_queue; in efx_alloc_channel() local
603 struct efx_tx_queue *tx_queue; in efx_copy_channel() local
641 struct efx_tx_queue *tx_queue; in efx_probe_channel() local
741 struct efx_tx_queue *tx_queue; in efx_remove_channel() local
766 struct efx_tx_queue *tx_queue) in efx_set_xdp_tx_queue()
781 struct efx_tx_queue *tx_queue; in efx_set_xdp_channels() local
1091 struct efx_tx_queue *tx_queue; in efx_start_channels() local
1121 struct efx_tx_queue *tx_queue; in efx_stop_channels() local
1183 struct efx_tx_queue *tx_queue; in efx_process_channel() local
H A Dmcdi_functions.c163 int efx_mcdi_tx_init(struct efx_tx_queue *tx_queue) in efx_mcdi_tx_init()
241 void efx_mcdi_tx_remove(struct efx_tx_queue *tx_queue) in efx_mcdi_tx_remove()
246 void efx_mcdi_tx_fini(struct efx_tx_queue *tx_queue) in efx_mcdi_tx_fini()
357 struct efx_tx_queue *tx_queue; in efx_fini_dmaq() local
H A Dselftest.c415 static int efx_begin_loopback(struct efx_tx_queue *tx_queue) in efx_begin_loopback()
475 static int efx_end_loopback(struct efx_tx_queue *tx_queue, in efx_end_loopback()
534 efx_test_loopback(struct efx_tx_queue *tx_queue, in efx_test_loopback()
625 struct efx_tx_queue *tx_queue; in efx_test_loopbacks() local
H A Def10.c779 struct efx_tx_queue *tx_queue; in efx_ef10_link_piobufs() local
889 struct efx_tx_queue *tx_queue; in efx_ef10_forget_old_piobufs() local
2207 static int efx_ef10_tx_probe(struct efx_tx_queue *tx_queue) in efx_ef10_tx_probe()
2219 static inline void efx_ef10_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_ef10_push_tx_desc()
2234 int efx_ef10_tx_tso_desc(struct efx_tx_queue *tx_queue, struct sk_buff *skb, in efx_ef10_tx_tso_desc()
2341 static void efx_ef10_tx_init(struct efx_tx_queue *tx_queue) in efx_ef10_tx_init()
2419 static inline void efx_ef10_notify_tx_desc(struct efx_tx_queue *tx_queue) in efx_ef10_notify_tx_desc()
2432 static unsigned int efx_ef10_tx_limit_len(struct efx_tx_queue *tx_queue, in efx_ef10_tx_limit_len()
2449 static void efx_ef10_tx_write(struct efx_tx_queue *tx_queue) in efx_ef10_tx_write()
2964 struct efx_tx_queue *tx_queue; in efx_ef10_handle_tx_event() local
H A Defx.c621 struct efx_tx_queue *tx_queue; in efx_get_queue_stats_tx() local
650 struct efx_tx_queue *tx_queue; in efx_get_base_stats() local
829 struct efx_tx_queue *tx_queue; in efx_register_netdev() local
H A Def100_netdev.c252 struct efx_tx_queue *tx_queue; in __ef100_hard_start_xmit() local
/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c418 static int ef4_begin_loopback(struct ef4_tx_queue *tx_queue) in ef4_begin_loopback()
478 static int ef4_end_loopback(struct ef4_tx_queue *tx_queue, in ef4_end_loopback()
537 ef4_test_loopback(struct ef4_tx_queue *tx_queue, in ef4_test_loopback()
632 struct ef4_tx_queue *tx_queue; in ef4_test_loopbacks() local
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c340 struct tx_queue { struct
341 int index;
343 int tx_ring_size;
345 int tx_desc_count;
346 int tx_curr_desc;
347 int tx_used_desc;
349 int tx_stop_threshold;
350 int tx_wake_threshold;
352 char *tso_hdrs;
353 dma_addr_t tso_hdrs_dma;
[all …]
/linux/drivers/net/wireless/ath/ath5k/
H A Ddma.c132 u32 tx_queue; in ath5k_hw_start_tx_dma() local
191 u32 tx_queue, pending; in ath5k_hw_stop_tx_dma() local
/linux/net/nfc/
H A Dllcp.h59 struct sk_buff_head tx_queue; member
134 struct sk_buff_head tx_queue; member
/linux/include/linux/
H A Dscc.h74 struct sk_buff_head tx_queue; /* next tx buffer */ member
/linux/drivers/net/wireguard/
H A Dpeer.h39 struct prev_queue tx_queue, rx_queue; member
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c256 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_gcoalesce() local
384 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_gringparam() local
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib.h41 u8 tx_queue; member
/linux/drivers/net/usb/
H A Dcdc-phonet.c34 unsigned tx_queue; member

123