Searched refs:SMID (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2.h314 U16 SMID; /* 0x02 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
336 U16 SMID; /* 0x02 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
349 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
361 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
374 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
424 U16 SMID; /* 0x02 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
436 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
449 U16 SMID; /* 0x02 */ member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
480 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2.h410 U16 SMID; /* 0x02 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
435 U16 SMID; /* 0x02 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
448 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
460 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
473 U16 SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
528 U16 SMID; /* 0x02 */ member in struct:_MPI26_ATOMIC_REQUEST_DESCRIPTOR
567 U16 SMID; /* 0x02 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
579 U16 SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
592 U16 SMID; /* 0x02 */ member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
623 U16 SMID; /* member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
[all...]
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.h557 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
569 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
581 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
593 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
605 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
643 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
652 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
664 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
690 u_int16_t SMID; /* 0x02 */ member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
H A Dmrsas_cam.c636 req_desc->SCSIIO.SMID = htole16(cmd->index);
772 * SMID index
816 req_desc2->SCSIIO.SMID = r1_cmd->index;
2052 req_desc->HighPriority.SMID = tm_mpt_cmd->index;
H A Dmrsas.c1705 smid = le16toh(reply_desc->SMID);
2837 * maintained in a linked list (cmd pool). SMID value range is from 1 to
3909 req_desc->SCSIIO.SMID = htole16(index);
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_tbolt.c503 * The first 256 bytes (SMID 0) is not used. Don't add to the cmd
514 /* SMID 0 is reserved. Set SMID/index from 1 */
689 smid = reply_desc->SMID;
782 mfi_cmd->cm_extra_frames = cmd->index; /* Frame count used as SMID */
794 device_printf(sc->mfi_dev, "Invalid SMID (0x%x)request "
1057 req_desc->header.SMID = index;
1071 /* For fusion the frame_count variable is used for SMID */
1081 req_desc->header.SMID = index;
H A Dmfireg.h1468 uint16_t SMID; /* 0x14 - 0x15 nextLMId */ member in struct:_MPI2_SCSI_IO_VENDOR_UNIQUE
1775 uint16_t SMID; /* 0x02 */ member in struct:mfi_mpi2_request_header
1816 uint16_t SMID; /* 0x02 */ member in struct:mfi_mpi2_reply_header
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c343 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID);
1520 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) {
1567 req->TaskMID = htole16(cm->cm_desc.Default.SMID);
1590 "error %d sending abort for cm %p SMID %u\n",
1662 "Sending abort to target %u for SMID %d\n", targ->tid,
1663 cm->cm_desc.Default.SMID);
2413 "cm %p SMID %u ccb %p reply %p outstanding %u csio->scsi_status 0x%x,"
2415 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply,
2754 "Controller reported %s tgt %u SMID
[all...]
H A Dmpr.c1134 mpr_dprint(sc, MPR_TRACE, "SMID %u cm %p ccb %p\n",
1135 cm->cm_desc.Default.SMID, cm, cm->cm_ccb);
1563 * SMID 0 cannot be used as a free command per the firmware spec.
1574 cm->cm_desc.Default.SMID = htole16(i);
2546 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)];
2588 if (le16toh(desc->AddressReply.SMID) == 0) {
2592 * If SMID is 0 for Diag Buffer Post,
2618 le16toh(desc->AddressReply.SMID)];
H A Dmpr_user.c829 task->TaskMID = cm->cm_desc.Default.SMID;
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c341 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID);
1477 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) {
1523 req->TaskMID = htole16(cm->cm_desc.Default.SMID);
1541 "error %d sending abort for cm %p SMID %u\n",
1607 "Sending abort to target %u for SMID %d\n", targ->tid,
1608 cm->cm_desc.Default.SMID);
1979 "cm %p SMID %u ccb %p reply %p outstanding %u\n", cm,
1980 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply,
2336 "Controller reported %s tgt %u SMID
[all...]
H A Dmps.c1103 mps_dprint(sc, MPS_TRACE, "SMID %u cm %p ccb %p\n",
1104 cm->cm_desc.Default.SMID, cm, cm->cm_ccb);
1483 * SMID 0 cannot be used as a free command per the firmware spec.
1494 cm->cm_desc.Default.SMID = i;
2384 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)];
2426 if (le16toh(desc->AddressReply.SMID) == 0) {
2430 * If SMID is 0 for Diag Buffer Post,
2461 le16toh(desc->AddressReply.SMID)];
H A Dmps_user.c840 task->TaskMID = cm->cm_desc.Default.SMID;

Completed in 304 milliseconds