Searched refs:target_lun (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-13-stable/sys/dev/iir/
H A Diir.c740 lun = ccb->ccb_h.target_lun;
844 ccb->ccb_h.target_lun;
1258 lun = ccb->ccb_h.target_lun;
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c585 ccb->ccb_h.target_id, ccb->ccb_h.target_lun,
590 if (ccb->ccb_h.target_lun != 0 ||
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c589 ccb->ccb_h.target_id, ccb->ccb_h.target_lun,
594 if (ccb->ccb_h.target_lun != 0 ||
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c1521 MPS_SET_LUN(req->LUN, cm->cm_ccb->ccb_h.target_lun);
1793 if (MPS_SET_LUN(req->LUN, csio->ccb_h.target_lun) != 0) {
1815 if (lun->lun_id == csio->ccb_h.target_lun) {
1874 cm->cm_lun = csio->ccb_h.target_lun;
/freebsd-13-stable/sys/dev/ahci/
H A Dahciem.c357 if (ccb->ccb_h.target_lun != 0) {
H A Dahci.c2694 if (ccb->ccb_h.target_lun != 0) {
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c7381 ccb_h->target_lun >= SYM_CONF_MAX_LUN) {
7444 ccb_h->target_lun >= SYM_CONF_MAX_LUN) {
7453 lp = sym_lp(tp, ccb_h->target_lun);
7472 ccb_h->target_lun != 0)) {
7483 cp = sym_get_ccb(np, ccb_h->target_id, ccb_h->target_lun, tmp);
7954 lp = sym_lp(tp, ccb_h->target_lun);
7971 lp = sym_lp(tp, ccb_h->target_lun);
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c1233 io_request->LUN[1] = ccb_h->target_lun & 0xF;
1363 io_request->LUN[1] = ccb_h->target_lun & 0xF;
H A Dmrsas.c1884 if (ccb_ptr->ccb_h.target_lun)
/freebsd-13-stable/sys/dev/iscsi/
H A Discsi.c2215 bhstmr->bhstmr_lun = htobe64(CAM_EXTLUN_BYTE_SWIZZLE(ccb->ccb_h.target_lun));
2314 bhssc->bhssc_lun = htobe64(CAM_EXTLUN_BYTE_SWIZZLE(ccb->ccb_h.target_lun));
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c1398 uint32_t nsid = cam_dev->target_lun & UINT32_MAX;
2688 /*nsid*/ pass_dev->dev->target_lun & UINT32_MAX,
/freebsd-13-stable/sys/dev/ata/
H A Data-all.c965 if (ccb->ccb_h.target_lun != 0) {
/freebsd-13-stable/sys/dev/ciss/
H A Dciss.c2992 debug(1, "XPT_CALC_GEOMETRY %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
3024 debug(1, "XPT_PATH_INQ %d:%d:%d", cam_sim_bus(sim), ccb->ccb_h.target_id, ccb->ccb_h.target_lun);
3115 debug(2, "XPT_SCSI_IO %d:%d:%d", bus, target, csio->ccb_h.target_lun);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c7265 && ccb->ccb_h.target_lun == CAM_LUN_WILDCARD) {
7275 if (ccb->ccb_h.target_lun >= AHC_NUM_LUNS)
7282 (*tstate)->enabled_luns[ccb->ccb_h.target_lun];
7410 lun = ccb->ccb_h.target_lun;
7791 atio->ccb_h.target_lun = lun;
H A Daic79xx.c9816 && ccb->ccb_h.target_lun == CAM_LUN_WILDCARD) {
9826 if (ccb->ccb_h.target_lun >= AHD_NUM_LUNS)
9833 (*tstate)->enabled_luns[ccb->ccb_h.target_lun];
9919 lun = ccb->ccb_h.target_lun;
10269 atio->ccb_h.target_lun = lun;
/freebsd-13-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1885 reqp->vstor_packet.u.vm_srb.lun = ccb->ccb_h.target_lun;
/freebsd-13-stable/sys/dev/vmware/pvscsi/
H A Dpvscsi.c1333 e->lun[1] = ccb_h->target_lun;
/freebsd-13-stable/sys/dev/hptmv/
H A Dentry.c2252 if (ccb->ccb_h.target_lun) {
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c1796 if (ccb->ccb_h.target_lun != 0) {
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c921 device_match->target_lun) == CAM_REQ_CMP) {
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c1704 if (ccb->ccb_h.target_lun != 0) {
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs.c2243 if (ccb->ccb_h.target_lun != 0) {
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c115 #define CMND_TO_LUN( ccb ) ( ccb->ccb_h.target_lun )

Completed in 445 milliseconds

123