Home
last modified time | relevance | path

Searched refs:LUN (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/sys/dev/raid/mps/
H A Dmps_sas.h150 bzero((req)->LUN, 8); \
151 (req)->LUN[1] = lun; \
H A Dmps_sas.c1316 MPS_SET_LUN(req->LUN, tm->cm_lun); in mpssas_send_reset()
1455 MPS_SET_LUN(req->LUN, cm->cm_ccb->ccb_h.target_lun); in mpssas_send_abort()
1678 if (MPS_SET_LUN(req->LUN, csio->ccb_h.target_lun) != 0) { in mpssas_action_scsiio()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas.h164 bzero((req)->LUN, 8); \
165 (req)->LUN[1] = lun; \
H A Dmpr_sas.c1470 MPR_SET_LUN(req->LUN, tm->cm_lun); in mprsas_send_reset()
1626 MPR_SET_LUN(req->LUN, cm->cm_ccb->ccb_h.target_lun); in mprsas_send_abort()
2095 if (MPR_SET_LUN(req->LUN, csio->ccb_h.target_lun) != 0) { in mprsas_action_scsiio()
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_init.h159 U8 LUN[8]; /* 0x34 */ member
314 U8 LUN[8]; /* 0x34 */ member
471 U8 LUN[8]; /* 0x0C */ member
H A Dmpi2_ioc.h779 U8 LUN[8]; /* 0x14 */ member
1255 U8 LUN[8]; /* 0x14 */ member
H A Dmpi2_history.txt97 * Moved LUN field defines from mpi2_init.h.
385 * Moved LUN field defines to mpi2.h becasue they are
H A Dmpi2_cnfg.h1606 U8 LUN[8]; /* 0x08 */ member
1627 U8 LUN[8]; /* 0x08 */ member
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi_init.h114 U8 LUN[8]; /* 0Ch */ member
301 U8 LUN[8]; /* 0Ch */ member
446 U8 LUN[8]; /* 0Ch */ member
H A Dmpi_targ.h369 U8 LUN[8]; /* 10h */ member
417 U8 LUN[8]; /* 10h */ member
488 U8 LUN[8]; /* 10h */ member
H A Dmpi_raid.h212 U8 LUN[8]; /* 0Ch */ member
H A Dmpi_cnfg.h1340 U8 LUN[8]; /* 10h */ member
1362 U8 LUN[8]; /* 10h */ member
1385 U8 LUN[8]; /* 10h */ member
1404 U8 LUN[8]; /* 10h */ member
1423 U8 LUN[8]; /* 10h */ member
1442 U8 LUN[8]; /* 10h */ member
H A Dmpi_ioc.h602 U8 LUN; /* 03h */ member
632 U8 LUN[8]; /* 18h */ member
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_debug.c537 kprintf("\tLUN: 0x%0x\n", msg->LUN[1]); in mpt_print_scsi_io_request()
586 kprintf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_tmf_request()
601 kprintf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_target_assist_request()
617 kprintf("\tLun 0x%02x\n", msg->LUN[1]); in mpt_print_scsi_target_status_send_request()
H A Dmpt_cam.c2136 mpt_req->LUN[1] = ccb->ccb_h.target_lun; in mpt_start()
3960 tmf_req->LUN[1] = lun & 0xff; in mpt_scsi_send_tmf()
3962 tmf_req->LUN[1] = lun; in mpt_scsi_send_tmf()
4429 ta->LUN[0] = in mpt_target_start_io()
4433 ta->LUN[1] = csio->ccb_h.target_lun; in mpt_target_start_io()
4577 ta->LUN[0] = 0x40 | ((lun >> 8) & 0x3f); in mpt_scsi_tgt_local()
4578 ta->LUN[1] = lun & 0xff; in mpt_scsi_tgt_local()
4580 ta->LUN[1] = lun; in mpt_scsi_tgt_local()
4764 memcpy(tp->LUN, fc->FcpLun, sizeof (tp->LUN)); in mpt_scsi_tgt_status()
4813 memcpy(tp->LUN, ssp->LogicalUnitNumber, sizeof (tp->LUN)); in mpt_scsi_tgt_status()
[all …]
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_init.h130 U8 LUN[8]; /* 0x34 */ member
314 U8 LUN[8]; /* 0x0C */ member
H A Dmpi2_history.txt90 * Moved LUN field defines from mpi2_init.h.
248 * Moved LUN field defines to mpi2.h becasue they are
H A Dmpi2_cnfg.h1172 U8 LUN[8]; /* 0x08 */ member
1193 U8 LUN[8]; /* 0x08 */ member
H A Dmpi2_ioc.h576 U8 LUN[8]; /* 0x14 */ member
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Discsi.h93 u_int LUN[2]; // or Opcode-specific fields member
356 int LUN[2]; member
/dragonfly/sys/dev/raid/asr/
H A Dasr.c289 lun2tid_t * LUN[1]; member
928 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size), in ASR_getTidAddress()
945 sizeof(*bus_ptr) + (sizeof(bus_ptr->LUN) * new_size), in ASR_getTidAddress()
955 + (sizeof(bus_ptr->LUN) * (bus_ptr->size - 1))); in ASR_getTidAddress()
972 if ((target_ptr = bus_ptr->LUN[target]) == NULL) { in ASR_getTidAddress()
979 || ((bus_ptr->LUN[target] = target_ptr = (lun2tid_t *)kmalloc ( in ASR_getTidAddress()
1007 bus_ptr->LUN[target] = new_target_ptr; in ASR_getTidAddress()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.h339 u_int8_t LUN[8]; /* 0x34 */ member
667 u_int8_t LUN[8]; // 0x24, 8 byte LUN field used for SCSI member
/dragonfly/sys/dev/raid/arcmsr/
H A Darcmsr.h1128 u_int8_t LUN; /* 02h should be 0--7 */ member
/dragonfly/share/misc/
H A Dscsi_modes423 {Single or Multiple LUN Supported} t1
/dragonfly/sys/config/
H A DLINT64589 # that a given bus, target, and LUN always come on line as the same
615 # treated as if specified as LUN 0.
676 # CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN
677 # CHANGER_MAX_BUSY_SECONDS: Maximum time quantum per changer LUN, only
678 # enforced if there is I/O waiting for another LUN

12