Lines Matching defs:txq
434 struct tx_queue txq[8]; member
466 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp()
487 static void txq_reset_hw_ptr(struct tx_queue *txq) in txq_reset_hw_ptr()
497 static void txq_enable(struct tx_queue *txq) in txq_enable()
503 static void txq_disable(struct tx_queue *txq) in txq_disable()
513 static void txq_maybe_wake(struct tx_queue *txq) in txq_maybe_wake()
730 static void txq_submit_frag_skb(struct tx_queue *txq, struct sk_buff *skb) in txq_submit_frag_skb()
773 static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb) in txq_submit_skb()
871 struct tx_queue *txq; in mv643xx_eth_xmit() local
910 static void txq_kick(struct tx_queue *txq) in txq_kick()
935 static int txq_reclaim(struct tx_queue *txq, int budget, int force) in txq_reclaim()
1040 static void txq_set_rate(struct tx_queue *txq, int rate, int burst) in txq_set_rate()
1058 static void txq_set_fixed_prio_mode(struct tx_queue *txq) in txq_set_fixed_prio_mode()
1188 struct tx_queue *txq = mp->txq + i; in mv643xx_eth_get_stats() local
1961 struct tx_queue *txq = mp->txq + index; in txq_init() local
2014 static void txq_deinit(struct tx_queue *txq) in txq_deinit()
2098 struct tx_queue *txq = mp->txq + i; in handle_link_event() local
2255 struct tx_queue *txq = mp->txq + i; in port_start() local