Searched refs:txq (Results 101 - 125 of 137) sorted by relevance

123456

/drivers/net/
H A Dvirtio_net.c167 static int txq2vq(int txq) argument
169 return txq * 2 + 1;
924 struct netdev_queue *txq = netdev_get_tx_queue(dev, qnum); local
962 if (kick || netif_xmit_stopped(txq))
H A Dmacvlan.c762 struct netdev_queue *txq,
765 lockdep_set_class(&txq->_xmit_lock,
761 macvlan_set_lockdep_class_one(struct net_device *dev, struct netdev_queue *txq, void *_unused) argument
/drivers/net/wireless/ath/ath9k/
H A Dinit.c623 ath_tx_cleanupq(sc, &sc->tx.txq[i]);
946 ath_tx_cleanupq(sc, &sc->tx.txq[i]);
H A Dchannel.c828 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO];
950 txctl.txq = sc->tx.txq_map[IEEE80211_AC_VO];
H A Dhw.h775 struct ath9k_tx_queue_info txq[ATH9K_NUM_TX_QUEUES]; member in struct:ath_hw
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c593 __netif_tx_lock_bh(tx_ring->txq);
599 netif_tx_stop_queue(tx_ring->txq);
603 netif_tx_wake_queue(tx_ring->txq);
605 __netif_tx_unlock_bh(tx_ring->txq);
629 __netif_tx_unlock_bh(tx_ring->txq);
H A Dnetxen_nic.h664 struct netdev_queue *txq; member in struct:nx_host_tx_ring
H A Dnetxen_nic_init.c213 tx_ring->txq = netdev_get_tx_queue(netdev, 0);
/drivers/net/bonding/
H A Dbond_main.c3823 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; local
3825 /* Save the original txq to restore before passing to the driver */
3828 if (unlikely(txq >= dev->real_num_tx_queues)) {
3830 txq -= dev->real_num_tx_queues;
3831 } while (txq >= dev->real_num_tx_queues);
3833 return txq;
4403 struct netdev_queue *txq,
4406 lockdep_set_class(&txq->_xmit_lock,
4402 bond_set_lockdep_class_one(struct net_device *dev, struct netdev_queue *txq, void *_unused) argument
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1199 u32 mac, txq, rxq; local
1205 AT_READ_REG(hw, REG_TXQ_CTRL, &txq);
1209 txq |= TXQ_CTRL_EN;
1223 AT_WRITE_REG(hw, REG_TXQ_CTRL, txq);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c691 netif_tx_stop_queue(tx_ring->txq);
693 netif_tx_start_queue(tx_ring->txq);
926 if (netif_tx_queue_stopped(tx_ring->txq) &&
929 netif_tx_wake_queue(tx_ring->txq);
/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1019 struct netdev_queue *txq = netdev_get_tx_queue(ndev, i); local
1020 unsigned long state = txq->state;
/drivers/net/ethernet/brocade/bna/
H A Dbnad.c221 tcb->txq->tx_packets += sent_packets;
222 tcb->txq->tx_bytes += sent_bytes;
1009 (struct bnad_tx_info *)tcb->txq->tx->priv;
1019 (struct bnad_tx_info *)tcb->txq->tx->priv;
2428 bnad->tx_info[i].tcb[j]->txq->tx_packets;
2430 bnad->tx_info[i].tcb[j]->txq->tx_bytes;
/drivers/net/ethernet/broadcom/
H A Dtg3.c6525 struct netdev_queue *txq; local
6532 txq = netdev_get_tx_queue(tp->dev, index);
6599 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl);
6610 if (unlikely(netif_tx_queue_stopped(txq) &&
6612 __netif_tx_lock(txq, smp_processor_id());
6613 if (netif_tx_queue_stopped(txq) &&
6615 netif_tx_wake_queue(txq);
6616 __netif_tx_unlock(txq);
7838 struct netdev_queue *txq, struct sk_buff *skb)
7845 netif_tx_stop_queue(txq);
7837 tg3_tso_bug(struct tg3 *tp, struct tg3_napi *tnapi, struct netdev_queue *txq, struct sk_buff *skb) argument
7886 struct netdev_queue *txq; local
[all...]
H A Dbnx2.c2834 struct netdev_queue *txq; local
2837 txq = netdev_get_tx_queue(bp->dev, index);
2899 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes);
2910 if (unlikely(netif_tx_queue_stopped(txq)) &&
2912 __netif_tx_lock(txq, smp_processor_id());
2913 if ((netif_tx_queue_stopped(txq)) &&
2915 netif_tx_wake_queue(txq);
2916 __netif_tx_unlock(txq);
6576 struct netdev_queue *txq; local
6582 txq
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_sli.c1026 if (!list_empty(&pring->txq))
1329 * lpfc_sli_ringtx_get - Get first element of the txq
1334 * iocb in txq of the given ring. If there is any iocb in
1335 * the txq, the function returns first iocb in the list after
1343 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
1591 * lpfc_sli_resume_iocb - Process iocbs in the txq
1596 * in the txq to the firmware. This function is called when driver
1607 * (a) there is anything on the txq to send
1614 (!list_empty(&pring->txq)) &&
3480 * objects in txq
[all...]
H A Dlpfc_hbadisc.c730 (!list_empty(&pring->txq)))
4433 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
5142 /* Error matching iocb on txq or txcmplq
5143 * First check the txq.
5146 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
/drivers/net/wireless/
H A Dairo.c1226 struct sk_buff_head txq;// tx queue used by mpi350 code member in struct:airo_info
1935 npacks = skb_queue_len (&ai->txq);
1943 skb_queue_tail (&ai->txq, skb);
1948 skb_queue_tail (&ai->txq, skb);
1978 if ((skb = skb_dequeue(&ai->txq)) == NULL) {
2405 if (test_bit(FLAG_MPI, &ai->flags) && !skb_queue_empty(&ai->txq)) {
2407 for (;(skb = skb_dequeue(&ai->txq));)
2816 skb_queue_head_init (&ai->txq);
3435 if (!skb_queue_empty(&ai->txq)) {
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1251 struct be_queue_info *txq = &txo->q; local
1253 struct be_dma_mem *q_mem = &txq->dma_mem;
1275 req->queue_size = be_encoded_q_len(txq->len);
1283 txq->id = le16_to_cpu(resp->cid);
1288 txq->created = true;
/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1201 vsi_queue_id = qpi->txq.queue_id;
1202 if ((qpi->txq.vsi_id != vsi_id) ||
1213 &qpi->txq)) {
/drivers/net/ethernet/sun/
H A Dniu.c3605 struct netdev_queue *txq; local
3611 txq = netdev_get_tx_queue(np->dev, index);
3635 if (unlikely(netif_tx_queue_stopped(txq) &&
3637 __netif_tx_lock(txq, smp_processor_id());
3638 if (netif_tx_queue_stopped(txq) &&
3640 netif_tx_wake_queue(txq);
3641 __netif_tx_unlock(txq);
6635 struct netdev_queue *txq; local
6645 txq = netdev_get_tx_queue(dev, i);
6648 netif_tx_stop_queue(txq);
[all...]
/drivers/net/wan/
H A Dfarsync.c443 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */ member in struct:fst_port_info
1366 skb = port->txq[port->txqs];
2301 * Check there is room in the port txq
2336 port->txq[port->txqe] = skb;
/drivers/tty/
H A Dn_gsm.c2035 struct gsm_msg *txq, *ntxq; local
2072 list_for_each_entry_safe(txq, ntxq, &gsm->tx_list, list)
2073 kfree(txq);
/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c257 get_queue_depth(&ep_dist->htc_ep->txq));
747 get_queue_depth(&ep_list->htc_ep->txq));
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7018 int txq; local
7043 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) :
7046 while (txq >= f->indices)
7047 txq -= f->indices;
7049 return txq + f->offset;

Completed in 3337 milliseconds

123456