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