Searched defs:txq (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | netdevice.h | 2911 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 …]
|
D | netpoll.h | 41 struct sk_buff_head txq; member
|
D | ti_wilink_st.h | 155 struct sk_buff_head txq, tx_waitq; member
|
/include/net/ |
D | sch_generic.h | 128 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
|
D | mac80211.h | 1445 struct ieee80211_txq *txq; member 1795 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS]; member
|
/include/net/irda/ |
D | irlan_common.h | 136 struct sk_buff_head txq; /* Transmit control queue */ member
|
D | irlap.h | 148 struct sk_buff_head txq; /* Frames to be transmitted */ member
|
/include/linux/usb/ |
D | usbnet.h | 58 struct sk_buff_head txq; member
|