Searched refs:txq (Results 1 - 10 of 10) sorted by relevance

/include/linux/
H A Dnetdevice.h705 /* HW offloaded queuing disciplines txq count and offset maps */
1758 static inline void netif_schedule_queue(struct netdev_queue *txq) argument
1760 if (!(txq->state & QUEUE_STATE_ANY_XOFF))
1761 __netif_schedule(txq->qdisc);
1793 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
1794 netif_tx_start_queue(txq);
1827 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
1828 netif_tx_wake_queue(txq);
1858 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
1859 netif_tx_stop_queue(txq);
1988 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); local
2002 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); local
2020 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); local
2040 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); local
2335 __netif_tx_lock(struct netdev_queue *txq, int cpu) argument
2341 __netif_tx_lock_bh(struct netdev_queue *txq) argument
2347 __netif_tx_trylock(struct netdev_queue *txq) argument
2355 __netif_tx_unlock(struct netdev_queue *txq) argument
2361 __netif_tx_unlock_bh(struct netdev_queue *txq) argument
2367 txq_trans_update(struct netdev_queue *txq) argument
2387 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
2412 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
2450 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
[all...]
H A Dnetpoll.h36 struct sk_buff_head txq; member in struct:netpoll_info
H A Dti_wilink_st.h127 * @txq: the list of skbs which needs to be sent onto the TTY.
130 * from waitq can be moved onto the txq.
153 struct sk_buff_head txq, tx_waitq; member in struct:st_data_s
H A Dcdk.h460 cdkasyrq_t txq; member in struct:cdkasy
/include/net/
H A Dipip.h65 #define IPTUNNEL_XMIT() __IPTUNNEL_XMIT(txq, stats)
H A Dsch_generic.h395 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
396 const struct Qdisc *q = txq->qdisc;
409 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
410 if (txq->qdisc != txq->qdisc_sleeping)
421 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); local
422 if (txq->qdisc != &noop_qdisc)
H A Dpkt_sched.h91 struct net_device *dev, struct netdev_queue *txq,
/include/net/irda/
H A Dirlap.h148 struct sk_buff_head txq; /* Frames to be transmitted */ member in struct:irlap_cb
266 #define IRLAP_GET_TX_QUEUE_LEN(self) skb_queue_len(&self->txq)
H A Dirlan_common.h135 struct sk_buff_head txq; /* Transmit control queue */ member in struct:irlan_client_cb
/include/linux/usb/
H A Dusbnet.h54 struct sk_buff_head txq; member in struct:usbnet

Completed in 91 milliseconds