Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c2191 len = sizeof (ugen_isoc_pkt_descr_t) * n_pkt; in ugen_epx_close_pipe()
3131 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_IN_req()
3154 if (bp->b_bcount < sizeof (ugen_isoc_pkt_descr_t) * n_pkt) { in ugen_epx_isoc_IN_req()
3161 n_pkt * sizeof (ugen_isoc_pkt_descr_t)); in ugen_epx_isoc_IN_req()
3169 if (bp->b_bcount != pkts_len + sizeof (ugen_isoc_pkt_descr_t) * n_pkt) { in ugen_epx_isoc_IN_req()
3263 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_IN_start_polling()
3434 mp2 = allocb(sizeof (ugen_isoc_pkt_descr_t) * n_pkt, BPRI_HI); in ugen_epx_isoc_IN_req_cb()
3441 sizeof (ugen_isoc_pkt_descr_t) * n_pkt); in ugen_epx_isoc_IN_req_cb()
3443 mp2->b_wptr += sizeof (ugen_isoc_pkt_descr_t) * n_pkt; in ugen_epx_isoc_IN_req_cb()
3570 ugen_isoc_pkt_descr_t *pkt_descr; in ugen_epx_isoc_OUT_req()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h174 ugen_isoc_pkt_descr_t *isoc_pkt_descr; /* array of pkt descr */