Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_types.h138 FC_NO_DVMA_SPACE /* allocation shouldn't be DVMA mem */ enumerator
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2406 nodma = (pptr->port_fcp_dma == FC_NO_DVMA_SPACE) in fcp_send_scsi_ioctl()
6543 nodma = (pptr->port_fcp_dma == FC_NO_DVMA_SPACE) ? 1 : 0; in fcp_send_scsi()
8792 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_complete_pkt()
8867 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_complete_pkt()
8933 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_complete_pkt()
9179 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_complete_pkt()
10499 if (pptr->port_fcp_dma == FC_NO_DVMA_SPACE) { in fcp_kmem_cache_constructor()
10549 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_kmem_cache_destructor()
11706 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_reset_target()
14203 if (pptr->port_fcp_dma != FC_NO_DVMA_SPACE) { in fcp_prepare_pkt()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c310 *rptr = FC_NO_DVMA_SPACE; in fcoei_get_cap()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c14015 if (rval != FC_CAP_FOUND || (fcp_dma != FC_NO_DVMA_SPACE && in fp_retrieve_caps()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3222 *rptr = FC_NO_DVMA_SPACE; in ql_get_cap()