Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c10564 uint32_t sge_flags; in mptsas_passthru_sge() local
10575 sge_flags = dataout_size | in mptsas_passthru_sge()
10581 ddi_put32(acc_hdl, &sgep->FlagsLength, sge_flags); in mptsas_passthru_sge()
10590 sge_flags = data_size; in mptsas_passthru_sge()
10591 sge_flags |= ((uint32_t)(MPI2_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_passthru_sge()
10598 sge_flags |= ((uint32_t)(MPI2_SGE_FLAGS_HOST_TO_IOC) << in mptsas_passthru_sge()
10601 sge_flags |= ((uint32_t)(MPI2_SGE_FLAGS_IOC_TO_HOST) << in mptsas_passthru_sge()
10605 sge_flags); in mptsas_passthru_sge()
10617 uint8_t sge_flags; in mptsas_passthru_ieee_sge() local
10627 sge_flags = (MPI2_IEEE_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_passthru_ieee_sge()
[all …]