Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dqwxvar.h934 void qwx_htc_tx_completion_handler(struct qwx_softc *, struct mbuf *);
H A Dqwx.c3085 .send_cb = qwx_htc_tx_completion_handler,
3112 .send_cb = qwx_htc_tx_completion_handler,
3146 .send_cb = qwx_htc_tx_completion_handler,
3163 .send_cb = qwx_htc_tx_completion_handler,
3219 .send_cb = qwx_htc_tx_completion_handler,
3253 .send_cb = qwx_htc_tx_completion_handler,
3301 .send_cb = qwx_htc_tx_completion_handler,
20892 qwx_htc_tx_completion_handler(struct qwx_softc *sc, struct mbuf *m) in qwx_htc_tx_completion_handler() function