Home
last modified time | relevance | path

Searched refs:pthru (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3457 pthru->cmd = (acmd->islogical) ? in build_cmd()
3459 pthru->cmd_status = 0x0; in build_cmd()
3460 pthru->scsi_status = 0x0; in build_cmd()
3462 pthru->lun = 0; in build_cmd()
3464 pthru->timeout = 0; in build_cmd()
3465 pthru->flags = flags; in build_cmd()
3546 pthru = &cmd->frame->pthru; in issue_mfi_pthru()
3601 pthru->cmd = kpthru->cmd; in issue_mfi_pthru()
3606 pthru->lun = kpthru->lun; in issue_mfi_pthru()
3616 bcopy((void *)kpthru->cdb, (void *)pthru->cdb, pthru->cdb_len); in issue_mfi_pthru()
[all …]
H A Dmegaraid_sas.h877 struct megasas_pthru_frame pthru; member
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5062 struct mrsas_pthru_frame *pthru; in build_cmd() local
5262 ddi_put8(acc_handle, &pthru->lun, 0); in build_cmd()
5264 ddi_put16(acc_handle, &pthru->timeout, 0); in build_cmd()
5265 ddi_put16(acc_handle, &pthru->flags, flags); in build_cmd()
5270 ddi_put32(acc_handle, &pthru->data_xfer_len, in build_cmd()
5276 mfi_sgl = (struct mrsas_sge64 *)&pthru->sgl; in build_cmd()
5365 struct mrsas_pthru_frame *pthru; in issue_mfi_pthru() local
5367 pthru = &cmd->frame->pthru; in issue_mfi_pthru()
5435 ddi_put8(acc_handle, &pthru->cmd_status, 0); in issue_mfi_pthru()
5436 ddi_put8(acc_handle, &pthru->scsi_status, 0); in issue_mfi_pthru()
[all …]
H A Dmr_sas.h1538 struct mrsas_pthru_frame pthru; member