/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2.h | 408 U16 SMID; /* 0x02 */ member 433 U16 SMID; /* 0x02 */ member 446 U16 SMID; /* 0x02 */ member 458 U16 SMID; /* 0x02 */ member 471 U16 SMID; /* 0x02 */ member 526 U16 SMID; /* 0x02 */ member 565 U16 SMID; /* 0x02 */ member 577 U16 SMID; /* 0x02 */ member 590 U16 SMID; /* 0x02 */ member 621 U16 SMID; /* 0x02 */ member
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2.h | 312 U16 SMID; /* 0x02 */ member 334 U16 SMID; /* 0x02 */ member 347 U16 SMID; /* 0x02 */ member 359 U16 SMID; /* 0x02 */ member 372 U16 SMID; /* 0x02 */ member 422 U16 SMID; /* 0x02 */ member 434 U16 SMID; /* 0x02 */ member 447 U16 SMID; /* 0x02 */ member 478 U16 SMID; /* 0x02 */ member
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.h | 549 u_int16_t SMID; /* 0x02 */ member 561 u_int16_t SMID; /* 0x02 */ member 573 u_int16_t SMID; /* 0x02 */ member 585 u_int16_t SMID; /* 0x02 */ member 597 u_int16_t SMID; /* 0x02 */ member 635 u_int16_t SMID; /* 0x02 */ member 644 u_int16_t SMID; /* 0x02 */ member 656 u_int16_t SMID; /* 0x02 */ member 682 u_int16_t SMID; /* 0x02 */ member
|
H A D | mrsas_cam.c | 583 req_desc->SCSIIO.SMID = htole16(cmd->index); in mrsas_startio() 758 req_desc2->SCSIIO.SMID = r1_cmd->index; in mrsas_prepare_secondRaid1_IO() 1963 req_desc->HighPriority.SMID = tm_mpt_cmd->index; in mrsas_reset_targets()
|
H A D | mrsas.c | 1683 smid = le16toh(reply_desc->SMID); in mrsas_complete_cmd() 3890 req_desc->SCSIIO.SMID = htole16(index); in mrsas_build_mpt_cmd()
|
/freebsd/sys/dev/mfi/ |
H A D | mfireg.h | 1466 uint16_t SMID; /* 0x14 - 0x15 nextLMId */ member 1773 uint16_t SMID; /* 0x02 */ member 1814 uint16_t SMID; /* 0x02 */ member
|
H A D | mfi_tbolt.c | 686 smid = reply_desc->SMID; in mfi_tbolt_complete_cmd() 1053 req_desc->header.SMID = index; in mfi_build_and_issue_cmd() 1077 req_desc->header.SMID = index; in mfi_tbolt_build_mpt_cmd()
|
/freebsd/sys/dev/mps/ |
H A D | mps_sas.c | 327 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mpssas_log_command() 1458 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mpssas_abort_complete() 1504 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mpssas_send_abort() 1589 cm->cm_desc.Default.SMID); in mpssas_scsiio_timeout() 1970 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mpssas_scsiio_complete() 2329 target_id, cm->cm_desc.Default.SMID, in mpssas_scsiio_complete()
|
H A D | mps.c | 1100 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mps_enqueue_request() 1518 cm->cm_desc.Default.SMID = i; in mps_alloc_requests() 2417 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mps_intr_locked() 2456 if (le16toh(desc->AddressReply.SMID) == 0) { in mps_intr_locked() 2491 le16toh(desc->AddressReply.SMID)]; in mps_intr_locked()
|
H A D | mps_user.c | 824 task->TaskMID = cm->cm_desc.Default.SMID; in mps_user_pass_thru()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_sas.c | 335 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mprsas_log_command() 1535 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mprsas_abort_complete() 1582 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mprsas_send_abort() 1677 cm->cm_desc.Default.SMID); in mprsas_scsiio_timeout() 2441 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mprsas_scsiio_complete() 2783 target_id, cm->cm_desc.Default.SMID, in mprsas_scsiio_complete()
|
H A D | mpr.c | 1133 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mpr_enqueue_request() 1588 cm->cm_desc.Default.SMID = htole16(i); in mpr_alloc_requests() 2568 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mpr_intr_locked() 2607 if (le16toh(desc->AddressReply.SMID) == 0) { in mpr_intr_locked() 2637 le16toh(desc->AddressReply.SMID)]; in mpr_intr_locked()
|
H A D | mpr_user.c | 825 task->TaskMID = cm->cm_desc.Default.SMID; in mpr_user_pass_thru()
|