Lines Matching defs:netfront_txq
114 struct netfront_txq;
118 static void xn_txeof(struct netfront_txq *);
124 static void xn_release_tx_bufs(struct netfront_txq *);
127 static void xn_txq_intr(struct netfront_txq *);
129 static int xn_assemble_tx_request(struct netfront_txq *, struct mbuf *);
139 static int xn_txq_mq_start_locked(struct netfront_txq *, struct mbuf *);
181 struct netfront_txq {
206 struct netfront_txq *txq;
222 struct netfront_txq *txq;
522 struct netfront_txq *txq,
693 xn_txq_start(struct netfront_txq *txq)
704 xn_txq_intr(struct netfront_txq *txq)
717 struct netfront_txq *txq = xtxq;
833 disconnect_txq(struct netfront_txq *txq)
846 destroy_txq(struct netfront_txq *txq)
886 struct netfront_txq *txq;
888 info->txq = malloc(sizeof(struct netfront_txq) * num_queues,
1093 xn_tx_slot_available(struct netfront_txq *txq)
1100 xn_release_tx_bufs(struct netfront_txq *txq)
1346 xn_txeof(struct netfront_txq *txq)
1427 struct netfront_txq *txq = xsc;
1597 xn_assemble_tx_request(struct netfront_txq *txq, struct mbuf *m_head)
2004 struct netfront_txq *txq;
2051 struct netfront_txq *txq;
2167 xn_txq_mq_start_locked(struct netfront_txq *txq, struct mbuf *m)
2224 struct netfront_txq *txq;
2258 struct netfront_txq *txq;