mptsas_do_dma
if (mptsas_do_dma(mpt, sizeof (MPI2_IOC_FACTS_REQUEST), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_IOC_FACTS_REPLY), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_PORT_FACTS_REQUEST), port,
if (mptsas_do_dma(mpt, sizeof (MPI2_PORT_FACTS_REPLY), port,
if (mptsas_do_dma(mpt, sizeof (MPI2_PORT_ENABLE_REQUEST), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_PORT_ENABLE_REPLY), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_EVENT_NOTIFICATION_REQUEST), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_EVENT_NOTIFICATION_REPLY), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_IOC_INIT_REQUEST), 0,
if (mptsas_do_dma(mpt, sizeof (MPI2_IOC_INIT_REPLY), 0,
int mptsas_do_dma(mptsas_t *mpt, uint32_t size, int var, int (*callback)());