Searched refs:ksmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c3788 struct megasas_smp_frame *ksmp; local
3796 ksmp = (struct megasas_smp_frame *)&ioctl->frame[0];
3802 sge32 = &ksmp->sgl[0].sge32[0];
3820 sge32 = &ksmp->sgl[0].sge32[0];
3837 sge64 = &ksmp->sgl[0].sge64[0];
3898 smp->cmd = ksmp->cmd;
3899 smp->cmd_status = ksmp->cmd_status;
3900 smp->connection_status = ksmp->connection_status;
3901 smp->sge_count = ksmp->sge_count;
3902 /* smp->context = ksmp
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c5701 struct mrsas_smp_frame *ksmp; local
5711 ksmp = (struct mrsas_smp_frame *)&ioctl->frame[0];
5722 sge32 = &ksmp->sgl[0].sge32[0];
5738 sge32 = &ksmp->sgl[0].sge32[0];
5753 sge64 = &ksmp->sgl[0].sge64[0];
5829 ddi_put8(acc_handle, &smp->cmd, ksmp->cmd);
5832 ddi_put8(acc_handle, &smp->sge_count, ksmp->sge_count);
5833 /* smp->context = ksmp->context; */
5834 ddi_put16(acc_handle, &smp->timeout, ksmp->timeout);
5835 ddi_put32(acc_handle, &smp->data_xfer_len, ksmp
[all...]

Completed in 78 milliseconds