/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | tx.c | 37 efx_tx_queue_get_insert_index(const struct efx_tx_queue *tx_queue) in efx_tx_queue_get_insert_index() 43 __efx_tx_queue_get_insert_buffer(const struct efx_tx_queue *tx_queue) in __efx_tx_queue_get_insert_buffer() 49 efx_tx_queue_get_insert_buffer(const struct efx_tx_queue *tx_queue) in efx_tx_queue_get_insert_buffer() 61 static void efx_dequeue_buffer(struct efx_tx_queue *tx_queue, in efx_dequeue_buffer() 271 efx_enqueue_skb_pio(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in efx_enqueue_skb_pio() 333 netdev_tx_t efx_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in efx_enqueue_skb() 488 static void efx_dequeue_buffers(struct efx_tx_queue *tx_queue, in efx_dequeue_buffers() 531 struct efx_tx_queue *tx_queue; in efx_hard_start_xmit() local 553 void efx_init_tx_queue_core_txq(struct efx_tx_queue *tx_queue) in efx_init_tx_queue_core_txq() 569 struct efx_tx_queue *tx_queue; in efx_setup_tc() local [all …]
|
D | selftest.c | 396 static int efx_begin_loopback(struct efx_tx_queue *tx_queue) in efx_begin_loopback() 453 static int efx_end_loopback(struct efx_tx_queue *tx_queue, in efx_end_loopback() 512 efx_test_loopback(struct efx_tx_queue *tx_queue, in efx_test_loopback() 607 struct efx_tx_queue *tx_queue; in efx_test_loopbacks() local
|
D | farch.c | 281 static inline void efx_farch_notify_tx_desc(struct efx_tx_queue *tx_queue) in efx_farch_notify_tx_desc() 293 static inline void efx_farch_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_farch_push_tx_desc() 315 void efx_farch_tx_write(struct efx_tx_queue *tx_queue) in efx_farch_tx_write() 357 int efx_farch_tx_probe(struct efx_tx_queue *tx_queue) in efx_farch_tx_probe() 367 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() 613 struct efx_tx_queue *tx_queue; in efx_check_tx_flush_complete() local 657 struct efx_tx_queue *tx_queue; in efx_farch_do_flush() local [all …]
|
D | efx.c | 422 struct efx_tx_queue *tx_queue; in efx_alloc_channel() local 456 struct efx_tx_queue *tx_queue; in efx_copy_channel() local 487 struct efx_tx_queue *tx_queue; in efx_probe_channel() local 588 struct efx_tx_queue *tx_queue; in efx_start_datapath() local 672 struct efx_tx_queue *tx_queue; in efx_stop_datapath() local 727 struct efx_tx_queue *tx_queue; in efx_remove_channel() local 766 struct efx_tx_queue *tx_queue; in efx_realloc_channels() local 1573 struct efx_tx_queue *tx_queue; in efx_set_channels() local 2332 struct efx_tx_queue *tx_queue; in efx_register_netdev() local
|
D | nic.h | 69 efx_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in efx_tx_desc() 75 static struct efx_tx_queue *efx_tx_queue_partner(struct efx_tx_queue *tx_queue) in efx_tx_queue_partner() 86 static inline bool __efx_nic_tx_is_empty(struct efx_tx_queue *tx_queue, in __efx_nic_tx_is_empty() 103 static inline bool efx_nic_may_tx_pio(struct efx_tx_queue *tx_queue) in efx_nic_may_tx_pio() 119 static inline bool efx_nic_may_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_nic_may_push_tx_desc() 668 static inline int efx_nic_probe_tx(struct efx_tx_queue *tx_queue) in efx_nic_probe_tx() 672 static inline void efx_nic_init_tx(struct efx_tx_queue *tx_queue) in efx_nic_init_tx() 676 static inline void efx_nic_remove_tx(struct efx_tx_queue *tx_queue) in efx_nic_remove_tx() 680 static inline void efx_nic_push_buffers(struct efx_tx_queue *tx_queue) in efx_nic_push_buffers()
|
D | ef10.c | 359 struct efx_tx_queue *tx_queue; in efx_ef10_link_piobufs() local 1209 static int efx_ef10_tx_probe(struct efx_tx_queue *tx_queue) in efx_ef10_tx_probe() 1218 static inline void efx_ef10_push_tx_desc(struct efx_tx_queue *tx_queue, in efx_ef10_push_tx_desc() 1231 static void efx_ef10_tx_init(struct efx_tx_queue *tx_queue) in efx_ef10_tx_init() 1299 static void efx_ef10_tx_fini(struct efx_tx_queue *tx_queue) in efx_ef10_tx_fini() 1323 static void efx_ef10_tx_remove(struct efx_tx_queue *tx_queue) in efx_ef10_tx_remove() 1329 static inline void efx_ef10_notify_tx_desc(struct efx_tx_queue *tx_queue) in efx_ef10_notify_tx_desc() 1340 static void efx_ef10_tx_write(struct efx_tx_queue *tx_queue) in efx_ef10_tx_write() 1894 struct efx_tx_queue *tx_queue; in efx_ef10_handle_tx_event() local 2123 struct efx_tx_queue *tx_queue; in efx_ef10_fini_dmaq() local
|
D | ethtool.c | 265 struct efx_tx_queue *tx_queue; in efx_fill_loopback_test() local 445 struct efx_tx_queue *tx_queue; in efx_ethtool_get_stats() local
|
D | net_driver.h | 474 struct efx_tx_queue tx_queue[EFX_TXQ_TYPES]; member 1411 static inline bool efx_tx_queue_used(struct efx_tx_queue *tx_queue) in efx_tx_queue_used()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 353 struct tx_queue { struct 354 int index; 356 int tx_ring_size; 358 int tx_desc_count; 359 int tx_curr_desc; 360 int tx_used_desc; 362 int tx_stop_threshold; 363 int tx_wake_threshold; 365 char *tso_hdrs; 366 dma_addr_t tso_hdrs_dma; [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | dma.c | 132 u32 tx_queue; in ath5k_hw_start_tx_dma() local 191 u32 tx_queue, pending; in ath5k_hw_stop_tx_dma() local
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar.c | 176 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_init_bds() local 246 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_alloc_skb_resources() local 1893 static void free_skb_tx_queue(struct gfar_priv_tx_q *tx_queue) in free_skb_tx_queue() 1952 struct gfar_priv_tx_q *tx_queue = NULL; in free_skb_resources() local 2248 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_start_xmit() local 2601 static void gfar_clean_tx_ring(struct gfar_priv_tx_q *tx_queue) in gfar_clean_tx_ring() 3020 struct gfar_priv_tx_q *tx_queue = gfargrp->tx_queue; in gfar_poll_tx_sq() local 3111 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_poll_tx() local
|
D | gianfar_ethtool.c | 206 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_gsettings() local 298 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_gcoalesce() local 451 struct gfar_priv_tx_q *tx_queue = NULL; in gfar_gringparam() local
|
D | fec.h | 487 struct fec_enet_priv_tx_q *tx_queue[FEC_ENET_MAX_TX_QS]; member
|
D | gianfar.h | 1070 struct gfar_priv_tx_q *tx_queue; member 1122 struct gfar_priv_tx_q *tx_queue[MAX_TX_QS]; member
|
/linux-4.1.27/net/nfc/ |
D | llcp.h | 72 struct sk_buff_head tx_queue; member 147 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/include/linux/ |
D | scc.h | 73 struct sk_buff_head tx_queue; /* next tx buffer */ member
|
/linux-4.1.27/include/net/irda/ |
D | irttp.h | 120 struct sk_buff_head tx_queue; /* Frames to be transmitted */ member
|
/linux-4.1.27/drivers/net/usb/ |
D | cdc-phonet.c | 47 unsigned tx_queue; member
|
D | r8152.c | 590 struct sk_buff_head tx_queue, rx_queue; member 1535 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; in r8152_tx_agg_fill() local 1884 struct sk_buff_head skb_head, *tx_queue = &tp->tx_queue; in rtl_drop_queued_tx() local
|
/linux-4.1.27/drivers/atm/ |
D | zatm.h | 49 struct sk_buff_head tx_queue; /* list of buffers in transit */ member
|
D | eni.h | 86 struct sk_buff_head tx_queue; /* PDUs currently being TX DMAed*/ member
|
D | solos-pci.c | 127 struct sk_buff_head tx_queue[4]; member
|
D | horizon.h | 423 wait_queue_head_t tx_queue; member
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozpd.h | 95 struct list_head tx_queue; member
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_drv.h | 83 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | supern_2.h | 228 struct tx_queue { struct 229 struct tx_queue *tq_next ; argument 230 u_short tq_pack_offset ; /* offset buffer memory */ 231 u_char tq_pad[2] ;
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | common.h | 141 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00queue.c | 991 bool tx_queue = in rt2x00queue_flush_queue() local
|
/linux-4.1.27/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 113 uint tx_queue; member
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_ppp.c | 103 static struct sk_buff_head tx_queue; /* used when holding the spin lock */ variable
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_main.h | 162 struct sk_buff_head tx_queue[NUM_EDCA_QUEUES + 1]; member
|
/linux-4.1.27/drivers/net/can/mscan/ |
D | mscan.h | 295 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE]; member
|
/linux-4.1.27/drivers/media/rc/ |
D | ite-cir.h | 136 wait_queue_head_t tx_queue, tx_ended; member
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc4s8s_l1.c | 138 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic.h | 283 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | cw1200.h | 133 struct cw1200_queue tx_queue[4]; member
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_int.h | 317 struct vmxnet3_tx_queue tx_queue[VMXNET3_DEVICE_MAX_TX_QUEUES]; member
|
/linux-4.1.27/include/net/bluetooth/ |
D | rfcomm.h | 171 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54.h | 174 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/phy/ |
D | dp83640.c | 130 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | wlcore_i.h | 265 struct sk_buff_head tx_queue[NUM_TX_QUEUES]; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | wl1251.h | 319 struct sk_buff_head tx_queue; member
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 944 int tx_queue, int msix_vector) in igbvf_assign_vector()
|
/linux-4.1.27/drivers/tty/ipwireless/ |
D | hardware.c | 242 struct list_head tx_queue[NL_NUM_OF_PRIORITIES]; member
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | b43legacy.h | 633 struct sk_buff_head tx_queue[B43legacy_QOS_QUEUE_NUM]; member
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 296 struct netdev_queue *tx_queue; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | b43.h | 960 struct sk_buff_head tx_queue[B43_QOS_QUEUE_NUM]; member
|
/linux-4.1.27/include/net/ |
D | sock.h | 1645 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue) in sk_tx_queue_set()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 544 struct ipw2100_bd_queue tx_queue; member
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 798 int tx_queue = IGB_N0_QUEUE; in igb_assign_vector() local
|