Searched defs:txq (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | netdevice.h | 3093 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local 3117 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local 3376 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local 3390 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local 3404 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local 3424 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local 3902 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock() 3908 static inline bool __netif_tx_acquire(struct netdev_queue *txq) in __netif_tx_acquire() 3914 static inline void __netif_tx_release(struct netdev_queue *txq) in __netif_tx_release() 3919 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh() [all …]
|
D | netpoll.h | 41 struct sk_buff_head txq; member
|
D | ti_wilink_st.h | 142 struct sk_buff_head txq, tx_waitq; member
|
/include/net/ |
D | sch_generic.h | 185 static inline int qdisc_avail_bulklimit(const struct netdev_queue *txq) in qdisc_avail_bulklimit() 741 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() local 759 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() local 772 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop() local
|
D | mac80211.h | 1620 struct ieee80211_txq *txq; member 2014 struct ieee80211_txq *txq[IEEE80211_NUM_TIDS + 1]; member 6268 struct ieee80211_txq *txq) in ieee80211_tx_dequeue_ni() 6323 ieee80211_schedule_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in ieee80211_schedule_txq() 6339 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq()
|
/include/linux/usb/ |
D | usbnet.h | 59 struct sk_buff_head txq; member
|
/include/linux/avf/ |
D | virtchnl.h | 322 struct virtchnl_txq_info txq; member
|