Searched defs:txq (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | netdevice.h | 1762 static inline void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue() 1797 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local 1831 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local 1862 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues() local 1992 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local 2006 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local 2024 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local 2044 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local 2339 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock() 2345 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh() [all …]
|
D | netpoll.h | 36 struct sk_buff_head txq; member
|
D | ti_wilink_st.h | 153 struct sk_buff_head txq, tx_waitq; member
|
D | cdk.h | 460 cdkasyrq_t txq; member
|
/include/net/ |
D | sch_generic.h | 395 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty() local 409 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing() local 421 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop() local
|
/include/linux/usb/ |
D | usbnet.h | 54 struct sk_buff_head txq; member
|
/include/net/irda/ |
D | irlan_common.h | 135 struct sk_buff_head txq; /* Transmit control queue */ member
|
D | irlap.h | 148 struct sk_buff_head txq; /* Frames to be transmitted */ member
|