Lines Matching defs:hp_wsize
316 size_t hp_wsize; /* allocated size */
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);
2333 hp->hp_wlen = hp->hp_wsize;