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.c1677 smid = le16toh(reply_desc->SMID); in mrsas_complete_cmd()
3884 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.c331 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mpssas_log_command()
1462 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mpssas_abort_complete()
1508 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mpssas_send_abort()
1593 cm->cm_desc.Default.SMID); in mpssas_scsiio_timeout()
1974 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mpssas_scsiio_complete()
2336 target_id, cm->cm_desc.Default.SMID, in mpssas_scsiio_complete()
H A Dmps.c1099 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mps_enqueue_request()
1517 cm->cm_desc.Default.SMID = i; in mps_alloc_requests()
2416 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mps_intr_locked()
2455 if (le16toh(desc->AddressReply.SMID) == 0) { in mps_intr_locked()
2490 le16toh(desc->AddressReply.SMID)]; in mps_intr_locked()
H A Dmps_user.c823 task->TaskMID = cm->cm_desc.Default.SMID; in mps_user_pass_thru()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.c339 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mprsas_log_command()
1539 } else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mprsas_abort_complete()
1586 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mprsas_send_abort()
1681 cm->cm_desc.Default.SMID); in mprsas_scsiio_timeout()
2445 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mprsas_scsiio_complete()
2790 target_id, cm->cm_desc.Default.SMID, in mprsas_scsiio_complete()
H A Dmpr.c1132 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mpr_enqueue_request()
1587 cm->cm_desc.Default.SMID = htole16(i); in mpr_alloc_requests()
2577 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mpr_intr_locked()
2616 if (le16toh(desc->AddressReply.SMID) == 0) { in mpr_intr_locked()
2646 le16toh(desc->AddressReply.SMID)]; in mpr_intr_locked()
H A Dmpr_user.c824 task->TaskMID = cm->cm_desc.Default.SMID; in mpr_user_pass_thru()