Home
last modified time | relevance | path

Searched refs:xn_txq_mq_start_locked (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c139 static int xn_txq_mq_start_locked(struct netfront_txq *, struct mbuf *);
700 xn_txq_mq_start_locked(txq, NULL); in xn_txq_start()
2183 xn_txq_mq_start_locked(struct netfront_txq *txq, struct mbuf *m) in xn_txq_mq_start_locked() function
2260 error = xn_txq_mq_start_locked(txq, m); in xn_txq_mq_start()