Home
last modified time | relevance | path

Searched refs:ctl_decode_lun (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl.h200 uint32_t ctl_decode_lun(uint64_t encoded);
H A Dctl_frontend_cam_sim.c537 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action()
627 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action()
723 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in cfcs_action()
H A Dscsi_ctl.c1148 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in ctlfedone()
1420 io->io_hdr.nexus.targ_lun = ctl_decode_lun( in ctlfedone()
H A Dctl_frontend_iscsi.c529 io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhssc->bhssc_lun)); in cfiscsi_pdu_handle_scsi_command()
587 io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhstmr->bhstmr_lun)); in cfiscsi_pdu_handle_task_request()
H A Dctl.c3750 ctl_decode_lun(uint64_t encoded) in ctl_decode_lun() function
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c667 io->io_hdr.nexus.targ_lun = ctl_decode_lun(sc->sc_cbw->bCBWLUN); in cfumass_t_command_callback()