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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3316 struct megasas_pthru_frame *pthru; local
3456 pthru = (struct megasas_pthru_frame *)cmd->frame;
3459 pthru->cmd = (acmd->islogical) ?
3461 pthru->cmd_status = 0x0;
3462 pthru->scsi_status = 0x0;
3463 pthru->target_id = acmd->device_id;
3464 pthru->lun = 0;
3465 pthru->cdb_len = acmd->cmd_cdblen;
3466 pthru->timeout = 0;
3467 pthru
3551 struct megasas_pthru_frame *pthru; local
[all...]
H A Dmegaraid_sas.h877 struct megasas_pthru_frame pthru; member in union:megasas_frame
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5087 struct mrsas_pthru_frame *pthru; local
5278 pthru = (struct mrsas_pthru_frame *)cmd->frame;
5281 ddi_put8(acc_handle, &pthru->cmd, (acmd->islogical) ?
5283 ddi_put8(acc_handle, &pthru->cmd_status, 0x0);
5284 ddi_put8(acc_handle, &pthru->scsi_status, 0x0);
5285 ddi_put8(acc_handle, &pthru->target_id, acmd->device_id);
5286 ddi_put8(acc_handle, &pthru->lun, 0);
5287 ddi_put8(acc_handle, &pthru->cdb_len, acmd->cmd_cdblen);
5288 ddi_put16(acc_handle, &pthru->timeout, 0);
5289 ddi_put16(acc_handle, &pthru
5391 struct mrsas_pthru_frame *pthru; local
[all...]
H A Dmr_sas.h1536 struct mrsas_pthru_frame pthru; member in union:mrsas_frame

Completed in 88 milliseconds