Home
last modified time | relevance | path

Searched defs:txq (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dnetdevice.h2911 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
2935 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
3165 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
3179 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
3193 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3561 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3567 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3573 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3581 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3587 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
[all …]
Dnetpoll.h41 struct sk_buff_head txq; member
Dti_wilink_st.h155 struct sk_buff_head txq, tx_waitq; member
/include/net/
Dsch_generic.h128 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit()
448 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() local
466 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() local
479 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop() local
Dmac80211.h1445 struct ieee80211_txq *txq; member
1795 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS]; member
/include/net/irda/
Dirlan_common.h136 struct sk_buff_head txq; /* Transmit control queue */ member
Dirlap.h148 struct sk_buff_head txq; /* Frames to be transmitted */ member
/include/linux/usb/
Dusbnet.h58 struct sk_buff_head txq; member