Searched refs:nx_urbbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/if_ndis/
H A Dif_ndisvar.h133 uint8_t *nx_urbbuf; member in struct:ndisusb_xfer
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_usbd.c857 usbd_copy_out(pc, 0, nx->nx_urbbuf, actlen);
858 nx->nx_urbbuf += actlen;
904 nx->nx_urbbuf = ubi->ubi_trans_buf;
913 usbd_copy_in(pc, 0, nx->nx_urbbuf, len);
1027 nx->nx_urbbuf = vcreq->uvc_trans_buf;
1056 usbd_copy_in(pc, 0, nx->nx_urbbuf,

Completed in 60 milliseconds