Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/ugen/
H A Dusb_ugen.h112 } ugen_isoc_pkt_descr_t; typedef
116 ugen_isoc_pkt_descr_t req_isoc_pkt_descrs[1]; /* pkt descriptors */
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2203 len = sizeof (ugen_isoc_pkt_descr_t) * n_pkt; in ugen_epx_close_pipe()
3143 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_IN_req()
3166 if (bp->b_bcount < sizeof (ugen_isoc_pkt_descr_t) * n_pkt) { in ugen_epx_isoc_IN_req()
3173 n_pkt * sizeof (ugen_isoc_pkt_descr_t)); in ugen_epx_isoc_IN_req()
3181 if (bp->b_bcount != pkts_len + sizeof (ugen_isoc_pkt_descr_t) * n_pkt) { in ugen_epx_isoc_IN_req()
3275 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_IN_start_polling()
3446 mp2 = allocb(sizeof (ugen_isoc_pkt_descr_t) * n_pkt, BPRI_HI); in ugen_epx_isoc_IN_req_cb()
3453 sizeof (ugen_isoc_pkt_descr_t) * n_pkt); in ugen_epx_isoc_IN_req_cb()
3455 mp2->b_wptr += sizeof (ugen_isoc_pkt_descr_t) * n_pkt; in ugen_epx_isoc_IN_req_cb()
3582 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_OUT_req()
[all …]
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h174 ugen_isoc_pkt_descr_t *isoc_pkt_descr; /* array of pkt descr */