| /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 | 1677 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 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 | 331 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 D | mps.c | 1099 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 D | mps_user.c | 823 task->TaskMID = cm->cm_desc.Default.SMID; in mps_user_pass_thru()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas.c | 339 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 D | mpr.c | 1132 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 D | mpr_user.c | 824 task->TaskMID = cm->cm_desc.Default.SMID; in mpr_user_pass_thru()
|