/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 283 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) { in tx_tasklet() 332 INIT_LIST_HEAD(&queue->txqueue); in b43legacy_setup_pioqueue() 375 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) in cancel_transfers() 465 list_move_tail(&packet->list, &queue->txqueue); in b43legacy_pio_tx() 531 if (!list_empty(&queue->txqueue)) in b43legacy_pio_handle_txstatus() 673 if (!list_empty(&pio->queue0->txqueue)) in b43legacy_pio_thaw_txqueues() 675 if (!list_empty(&pio->queue1->txqueue)) in b43legacy_pio_thaw_txqueues() 677 if (!list_empty(&pio->queue2->txqueue)) in b43legacy_pio_thaw_txqueues() 679 if (!list_empty(&pio->queue3->txqueue)) in b43legacy_pio_thaw_txqueues()
|
D | pio.h | 73 struct list_head txqueue; member
|
/drivers/net/ethernet/8390/ |
D | 8390.h | 37 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue); 55 void eip_tx_timeout(struct net_device *dev, unsigned int txqueue); 95 unsigned char txqueue; /* Tx Packet buffer queue length. */ member
|
D | 8390.c | 39 void ei_tx_timeout(struct net_device *dev, unsigned int txqueue) in ei_tx_timeout() argument 41 __ei_tx_timeout(dev, txqueue); in ei_tx_timeout()
|
D | 8390p.c | 44 void eip_tx_timeout(struct net_device *dev, unsigned int txqueue) in eip_tx_timeout() argument 46 __ei_tx_timeout(dev, txqueue); in eip_tx_timeout()
|
D | lib8390.c | 257 static void __ei_tx_timeout(struct net_device *dev, unsigned int txqueue) in __ei_tx_timeout() argument 396 ei_local->txqueue++; in __ei_start_xmit() 592 ei_local->txqueue--; in ei_tx_intr()
|
D | axnet_cs.c | 86 static void axnet_tx_timeout(struct net_device *dev, unsigned int txqueue); 909 static void axnet_tx_timeout(struct net_device *dev, unsigned int txqueue) in axnet_tx_timeout() argument 1057 else ei_local->txqueue++; in axnet_start_xmit() 1261 ei_local->txqueue--; in ei_tx_intr()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_lib.h | 21 bool ice_is_pfc_causing_hung_q(struct ice_pf *pf, unsigned int txqueue); 111 unsigned int __always_unused txqueue) in ice_is_pfc_causing_hung_q() argument
|
/drivers/hsi/clients/ |
D | ssi_protocol.c | 138 struct list_head txqueue; member 412 list_for_each_safe(head, tmp, &ssi->txqueue) { in ssip_reset() 438 list_for_each_entry(msg, &ssi->txqueue, link) in ssip_dump_state() 580 if (list_empty(&ssi->txqueue)) { in ssip_xmit() 584 dmsg = list_first_entry(&ssi->txqueue, struct hsi_msg, link); in ssip_xmit() 862 if (list_empty(&ssi->txqueue)) { in ssip_swbreak_complete() 889 if (list_empty(&ssi->txqueue)) { in ssip_tx_data_complete() 1007 list_add_tail(&msg->link, &ssi->txqueue); in ssip_pn_xmit() 1087 INIT_LIST_HEAD(&ssi->txqueue); in ssi_protocol_probe()
|
/drivers/net/wireless/intersil/prism54/ |
D | islpci_eth.h | 56 void islpci_eth_tx_timeout(struct net_device *, unsigned int txqueue);
|
/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 394 queue = &omap_port->txqueue[msg->channel]; in ssi_async() 568 if (!list_empty(&omap_port->txqueue[i])) in ssi_flush() 570 ssi_flush_queue(&omap_port->txqueue[i], NULL); in ssi_flush() 684 if (list_empty(&omap_port->txqueue[i])) in ssi_cleanup_queues() 686 msg = list_first_entry(&omap_port->txqueue[i], struct hsi_msg, in ssi_cleanup_queues() 695 ssi_flush_queue(&omap_port->txqueue[i], cl); in ssi_cleanup_queues() 975 ssi_pio_complete(port, &omap_port->txqueue[ch]); in ssi_pio_thread() 1086 INIT_LIST_HEAD(&omap_port->txqueue[ch]); in ssi_queues_init()
|
D | omap_ssi.h | 85 struct list_head txqueue[SSI_MAX_CHANNELS]; member
|
/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 613 static void tx_free_ring_skbufs(struct sxgbe_tx_queue *txqueue) in tx_free_ring_skbufs() argument 616 struct sxgbe_priv_data *priv = txqueue->priv_ptr; in tx_free_ring_skbufs() 620 struct sxgbe_tx_norm_desc *tdesc = txqueue->dma_tx + dma_desc; in tx_free_ring_skbufs() 622 if (txqueue->tx_skbuff_dma[dma_desc]) in tx_free_ring_skbufs() 624 txqueue->tx_skbuff_dma[dma_desc], in tx_free_ring_skbufs() 628 dev_kfree_skb_any(txqueue->tx_skbuff[dma_desc]); in tx_free_ring_skbufs() 629 txqueue->tx_skbuff[dma_desc] = NULL; in tx_free_ring_skbufs() 630 txqueue->tx_skbuff_dma[dma_desc] = 0; in tx_free_ring_skbufs() 1582 static void sxgbe_tx_timeout(struct net_device *dev, unsigned int txqueue) in sxgbe_tx_timeout() argument
|
/drivers/net/ethernet/amd/ |
D | 7990.h | 246 void lance_tx_timeout(struct net_device *dev, unsigned int txqueue);
|
/drivers/net/ethernet/sfc/ |
D | efx_common.h | 54 void efx_watchdog(struct net_device *net_dev, unsigned int txqueue);
|
/drivers/net/ethernet/sun/ |
D | sunvnet_common.h | 138 void sunvnet_tx_timeout_common(struct net_device *dev, unsigned int txqueue);
|
/drivers/net/ethernet/google/gve/ |
D | gve_main.c | 947 static void gve_tx_timeout(struct net_device *dev, unsigned int txqueue) in gve_tx_timeout() argument 956 netdev_info(dev, "Timeout on tx queue, %d", txqueue); in gve_tx_timeout() 958 if (txqueue > priv->tx_cfg.num_queues) in gve_tx_timeout() 961 ntfy_idx = gve_tx_idx_to_ntfy(priv, txqueue); in gve_tx_timeout() 977 netdev_info(dev, "Kicking queue %d", txqueue); in gve_tx_timeout()
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 585 static void fm10k_tx_timeout(struct net_device *netdev, unsigned int txqueue) in fm10k_tx_timeout() argument 591 if (txqueue >= interface->num_tx_queues) { in fm10k_tx_timeout() 592 WARN(1, "invalid Tx queue index %d", txqueue); in fm10k_tx_timeout() 596 tx_ring = interface->tx_ring[txqueue]; in fm10k_tx_timeout()
|
/drivers/net/wireless/intersil/orinoco/ |
D | orinoco.h | 210 void orinoco_tx_timeout(struct net_device *dev, unsigned int txqueue);
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.h | 363 void gelic_net_tx_timeout(struct net_device *netdev, unsigned int txqueue);
|
/drivers/net/ethernet/atheros/atlx/ |
D | atlx.c | 186 static void atlx_tx_timeout(struct net_device *netdev, unsigned int txqueue) in atlx_tx_timeout() argument
|
/drivers/staging/wlan-ng/ |
D | p80211netdev.c | 104 static void p80211knetdev_tx_timeout(struct net_device *netdev, unsigned int txqueue); 1076 static void p80211knetdev_tx_timeout(struct net_device *netdev, unsigned int txqueue) in p80211knetdev_tx_timeout() argument
|
/drivers/net/arcnet/ |
D | arcdevice.h | 367 void arcnet_timeout(struct net_device *dev, unsigned int txqueue);
|
/drivers/net/ethernet/apple/ |
D | macmace.c | 94 static void mace_tx_timeout(struct net_device *dev, unsigned int txqueue); 603 static void mace_tx_timeout(struct net_device *dev, unsigned int txqueue) in mace_tx_timeout() argument
|
/drivers/net/appletalk/ |
D | cops.c | 194 static void cops_timeout(struct net_device *dev, unsigned int txqueue); 849 static void cops_timeout(struct net_device *dev, unsigned int txqueue) in cops_timeout() argument
|