Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/net/
H A Dif_iphethvar.h74 struct mbuf *sc_tx_buf[IPHETH_TX_FRAMES_MAX]; member
H A Dif_ipheth.c405 ipheth_free_queue(sc->sc_tx_buf, IPHETH_TX_FRAMES_MAX); in ipheth_bulk_write_callback()
421 sc->sc_tx_buf[x] = m; in ipheth_bulk_write_callback()
453 ipheth_free_queue(sc->sc_tx_buf, IPHETH_TX_FRAMES_MAX); in ipheth_bulk_write_callback()
H A Dif_cdcereg.h89 struct mbuf *sc_tx_buf[CDCE_FRAMES_MAX]; member
H A Dif_cdce.c887 cdce_free_queue(sc->sc_tx_buf, CDCE_FRAMES_MAX); in cdce_bulk_write_callback()
925 sc->sc_tx_buf[x] = m; in cdce_bulk_write_callback()
946 cdce_free_queue(sc->sc_tx_buf, CDCE_FRAMES_MAX); in cdce_bulk_write_callback()