Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhso.c316 size_t hp_wsize; /* allocated size */ member
818 hp->hp_wsize = UHSO_MUX_WSIZE; in uhso_mux_attach()
895 error = usbd_create_xfer(pipe0, hp->hp_wsize, 0, 0, &hp->hp_wxfer); in uhso_mux_init()
1093 hp->hp_wsize = UHSO_BULK_WSIZE; in uhso_bulk_attach()
1172 error = usbd_create_xfer(hp->hp_wpipe, hp->hp_wsize, 0, 0, in uhso_bulk_init()
1859 hp->hp_wlen = q_to_b(&tp->t_outq, hp->hp_wbuf, hp->hp_wsize); in uhso_tty_start()
1967 hp->hp_wsize = MCLBYTES; in uhso_ifnet_attach()
2227 if (((struct ifreq *)data)->ifr_mtu > hp->hp_wsize) { in uhso_ifnet_ioctl()
2328 if (hp->hp_wlen > hp->hp_wsize) { in uhso_ifnet_start()
2331 hp->hp_wlen, hp->hp_wsize); in uhso_ifnet_start()
[all …]