Searched defs:fcp_dma (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c13912 fc_fcp_dma_t fcp_dma; local
14009 FC_CAP_FCP_DMA, &fcp_dma);
14011 if (rval != FC_CAP_FOUND || (fcp_dma != FC_NO_DVMA_SPACE &&
14012 fcp_dma != FC_DVMA_SPACE)) {
14013 fcp_dma = FC_DVMA_SPACE;
14017 port->fp_fcp_dma = fcp_dma;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2348 fc_fcp_dma_t *fcp_dma; local
2353 fcp_dma = (fc_fcp_dma_t *)ptr;
2354 *fcp_dma = FC_DVMA_SPACE;

Completed in 83 milliseconds