Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpr/mpi/
H A Dmpi2.h408 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 Dmpi2.h312 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 Dmrsas.h549 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 Dmrsas_cam.c583 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 Dmrsas.c1683 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 Dmfireg.h1466 uint16_t SMID; /* 0x14 - 0x15 nextLMId */ member
1773 uint16_t SMID; /* 0x02 */ member
1814 uint16_t SMID; /* 0x02 */ member
H A Dmfi_tbolt.c686 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 Dmps_sas.c327 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 Dmps.c1100 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 Dmps_user.c824 task->TaskMID = cm->cm_desc.Default.SMID; in mps_user_pass_thru()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.c335 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 Dmpr.c1133 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 Dmpr_user.c825 task->TaskMID = cm->cm_desc.Default.SMID; in mpr_user_pass_thru()