Lines Matching refs:tx_queue
353 struct tx_queue { struct
423 struct tx_queue txq[8];
461 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp()
482 static void txq_reset_hw_ptr(struct tx_queue *txq) in txq_reset_hw_ptr()
492 static void txq_enable(struct tx_queue *txq) in txq_enable()
498 static void txq_disable(struct tx_queue *txq) in txq_disable()
508 static void txq_maybe_wake(struct tx_queue *txq) in txq_maybe_wake()
746 txq_put_data_tso(struct net_device *dev, struct tx_queue *txq, in txq_put_data_tso()
782 txq_put_hdr_tso(struct sk_buff *skb, struct tx_queue *txq, int length) in txq_put_hdr_tso()
814 static int txq_submit_tso(struct tx_queue *txq, struct sk_buff *skb, in txq_submit_tso()
878 static void txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb) in txq_submit_frag_skb()
916 static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb, in txq_submit_skb()
984 struct tx_queue *txq; in mv643xx_eth_xmit()
1019 static void txq_kick(struct tx_queue *txq) in txq_kick()
1044 static int txq_reclaim(struct tx_queue *txq, int budget, int force) in txq_reclaim()
1152 static void txq_set_rate(struct tx_queue *txq, int rate, int burst) in txq_set_rate()
1170 static void txq_set_fixed_prio_mode(struct tx_queue *txq) in txq_set_fixed_prio_mode()
1249 struct tx_queue *txq = mp->txq + i; in mv643xx_eth_get_stats()
2016 struct tx_queue *txq = mp->txq + index; in txq_init()
2102 static void txq_deinit(struct tx_queue *txq) in txq_deinit()
2192 struct tx_queue *txq = mp->txq + i; in handle_link_event()
2333 struct tx_queue *txq = mp->txq + i; in port_start()