Searched refs:isread (Results 1 – 5 of 5) sorted by relevance
435 uint8_t isread; in usb_bdma_work_loop() local458 isread = USB_GET_DATA_ISREAD(xfer); in usb_bdma_work_loop()466 xfer->frbuffers[0].isread = 1; in usb_bdma_work_loop()469 xfer->frbuffers[0].isread = 0; in usb_bdma_work_loop()473 xfer->frbuffers[0].isread = isread; in usb_bdma_work_loop()492 xfer->frbuffers[nframes].isread = isread; in usb_bdma_work_loop()581 if (pc->isread) { in usb_bdma_pre_sync()613 if (pc->isread) { in usb_bdma_post_sync()
924 int isread; in lofi_rdwr() local933 isread = bp->b_flags & B_READ; in lofi_rdwr()934 if (isread) { in lofi_rdwr()997 int isread; in lofi_mapped_rdwr() local1043 isread = bp->b_flags & B_READ; in lofi_mapped_rdwr()1044 srw = isread ? S_READ : S_WRITE; in lofi_mapped_rdwr()1078 if (isread) { in lofi_mapped_rdwr()
3760 int isread; in rwnext() local3776 isread = 0; in rwnext()3780 isread = 1; in rwnext()3827 if (isread == 0 && stp->sd_struiowrq == NULL || in rwnext()3828 isread == 1 && stp->sd_struiordq == NULL) { in rwnext()3850 if (! isread && (qp->q_flag & QFULL)) { in rwnext()3865 if (! isread && dp->d_mp) in rwnext()3871 if (isread && dp->d_mp) in rwnext()
390 int isread; in xdb_get_buf() local394 isread = bp->b_flags & B_READ; in xdb_get_buf()398 bp->b_flags |= isread ? B_READ : (B_WRITE | B_ASYNC); in xdb_get_buf()
213 gs_get(xdf_t *vdp, int isread) in gs_get() argument244 gs->gs_isread = isread; in gs_get()1242 int isread = IS_READ(bp); in xdf_process_rreq() local1248 if (isread) in xdf_process_rreq()