HomeSort by: relevance | last modified time | path
    Searched defs:hp_wsize (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhso.c 316 size_t hp_wsize; /* allocated size */ member in struct:uhso_port
818 hp->hp_wsize = UHSO_MUX_WSIZE;
895 error = usbd_create_xfer(pipe0, hp->hp_wsize, 0, 0, &hp->hp_wxfer);
1093 hp->hp_wsize = UHSO_BULK_WSIZE;
1172 error = usbd_create_xfer(hp->hp_wpipe, hp->hp_wsize, 0, 0,
1859 hp->hp_wlen = q_to_b(&tp->t_outq, hp->hp_wbuf, hp->hp_wsize);
1967 hp->hp_wsize = MCLBYTES;
2227 if (((struct ifreq *)data)->ifr_mtu > hp->hp_wsize) {
2328 if (hp->hp_wlen > hp->hp_wsize) {
2331 hp->hp_wlen, hp->hp_wsize);
    [all...]

Completed in 13 milliseconds