| /freebsd-9-stable/sys/dev/mps/mpi/ |
| D | mpi2.h | 315 U16 SMID; /* 0x02 */ member 338 U16 SMID; /* 0x02 */ member 352 U16 SMID; /* 0x02 */ member 365 U16 SMID; /* 0x02 */ member 379 U16 SMID; /* 0x02 */ member 431 U16 SMID; /* 0x02 */ member 444 U16 SMID; /* 0x02 */ member 458 U16 SMID; /* 0x02 */ member 491 U16 SMID; /* 0x02 */ member
|
| /freebsd-9-stable/sys/dev/mpr/mpi/ |
| D | mpi2.h | 360 U16 SMID; /* 0x02 */ member 384 U16 SMID; /* 0x02 */ member 398 U16 SMID; /* 0x02 */ member 411 U16 SMID; /* 0x02 */ member 425 U16 SMID; /* 0x02 */ member 487 U16 SMID; /* 0x02 */ member 500 U16 SMID; /* 0x02 */ member 514 U16 SMID; /* 0x02 */ member 547 U16 SMID; /* 0x02 */ member
|
| /freebsd-9-stable/sys/dev/mrsas/ |
| D | mrsas.h | 370 u_int16_t SMID; /* 0x02 */ member 382 u_int16_t SMID; /* 0x02 */ member 395 u_int16_t SMID; /* 0x02 */ member 407 u_int16_t SMID; /* 0x02 */ member 420 u_int16_t SMID; /* 0x02 */ member 461 u_int16_t SMID; /* 0x02 */ member 471 u_int16_t SMID; /* 0x02 */ member 484 u_int16_t SMID; /* 0x02 */ member 512 u_int16_t SMID; /* 0x02 */ member
|
| D | mrsas_cam.c | 525 req_desc->SCSIIO.SMID = cmd->index; in mrsas_startio()
|
| D | mrsas.c | 1245 smid = reply_desc->SMID; in mrsas_complete_cmd() 2792 req_desc->SCSIIO.SMID = index; in mrsas_build_mpt_cmd()
|
| /freebsd-9-stable/sys/dev/mfi/ |
| D | mfireg.h | 1465 uint16_t SMID; /* 0x14 - 0x15 nextLMId */ member 1776 uint16_t SMID; /* 0x02 */ member 1818 uint16_t SMID; /* 0x02 */ member
|
| D | mfi_tbolt.c | 691 smid = reply_desc->SMID; in mfi_tbolt_complete_cmd() 1061 req_desc->header.SMID = index; in mfi_build_and_issue_cmd() 1085 req_desc->header.SMID = index; in mfi_tbolt_build_mpt_cmd()
|
| /freebsd-9-stable/sys/dev/mps/ |
| D | mps.c | 963 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mps_enqueue_request() 1289 cm->cm_desc.Default.SMID = i; in mps_alloc_requests() 1837 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mps_intr_locked() 1876 if (le16toh(desc->AddressReply.SMID) == 0) { in mps_intr_locked() 1904 cm = &sc->commands[le16toh(desc->AddressReply.SMID)]; in mps_intr_locked()
|
| D | mps_sas.c | 342 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mpssas_log_command() 1471 else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mpssas_abort_complete() 1519 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mpssas_send_abort() 2075 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mpssas_scsiio_complete()
|
| D | mps_user.c | 852 task->TaskMID = cm->cm_desc.Default.SMID; in mps_user_pass_thru()
|
| /freebsd-9-stable/sys/dev/mpr/ |
| D | mpr.c | 986 cm->cm_desc.Default.SMID, cm, cm->cm_ccb); in mpr_enqueue_request() 1315 cm->cm_desc.Default.SMID = i; in mpr_alloc_requests() 1875 cm = &sc->commands[le16toh(desc->SCSIIOSuccess.SMID)]; in mpr_intr_locked() 1914 if (le16toh(desc->AddressReply.SMID) == 0) { in mpr_intr_locked() 1943 le16toh(desc->AddressReply.SMID)]; in mpr_intr_locked()
|
| D | mpr_sas.c | 354 sbuf_printf(&sb, "SMID %u ", cm->cm_desc.Default.SMID); in mprsas_log_command() 1514 else if (le16toh(req->TaskMID) != cm->cm_desc.Default.SMID) { in mprsas_abort_complete() 1563 req->TaskMID = htole16(cm->cm_desc.Default.SMID); in mprsas_send_abort() 2135 cm->cm_desc.Default.SMID, cm->cm_ccb, cm->cm_reply, in mprsas_scsiio_complete()
|
| D | mpr_user.c | 834 task->TaskMID = cm->cm_desc.Default.SMID; in mpr_user_pass_thru()
|