Searched refs:sc_tx_buf (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/usermode/dev/ |
H A D | if_veth.c | 79 uint8_t sc_tx_buf[4096 + 65536]; member 279 m_copydata(m0, 0, m0->m_pkthdr.len, sc->sc_tx_buf); in veth_start() 282 len = thunk_write(sc->sc_tapfd, sc->sc_tx_buf, in veth_start()
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | btsco.c | 123 void *sc_tx_buf; /* transmit buffer */ member 962 sc->sc_tx_buf = addr; in btsco_allocm() 984 if (addr == sc->sc_tx_buf) { in btsco_freem() 987 sc->sc_tx_buf = NULL; in btsco_freem()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_umbreg.h | 393 char *sc_tx_buf; member
|
H A D | if_umb.c | 677 sc->sc_tx_buf = usbd_get_buffer(sc->sc_tx_xfer); in umb_alloc_xfers() 694 sc->sc_tx_buf = NULL; in umb_free_xfers() 1851 hdr = (struct ncm_header16 *)sc->sc_tx_buf; in umb_encap() 1875 DDUMPN(5, sc->sc_tx_buf, len); in umb_encap() 1876 usbd_setup_xfer(sc->sc_tx_xfer, sc, sc->sc_tx_buf, len, in umb_encap()
|