Searched refs:FC_MBUF_DMA (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c105 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
166 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
177 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
192 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
203 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
219 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
400 if (!(seg->fc_memflag & FC_MBUF_DMA)) {
549 if (!(seg->fc_memflag & FC_MBUF_DMA)) {
650 if (!(seg->fc_memflag & FC_MBUF_DMA)) {
714 if (seg->fc_memflag & FC_MBUF_DMA) {
[all...]
H A Demlxs_sli4.c244 hba->sli.sli4.dump_region.flags = FC_MBUF_DMA | FC_MBUF_SNGLSG
1140 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
1214 buf_info->flags = FC_MBUF_DMA;
5170 buf_info->flags = FC_MBUF_DMA;
5292 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
5322 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
5348 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
5370 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
5392 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
5424 FC_MBUF_DMA | FC_MBUF_SNGLS
[all...]
H A Demlxs_sli3.c1692 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
1784 buf_info->flags = FC_MBUF_DMA;
6429 buf_info->flags = FC_MBUF_DMA;
H A Demlxs_solaris.c7318 * if FC_MBUF_DMA is set the memory is also mapped for DMA
7322 * The mapped physical address is returned buf_info->phys (for FC_MBUF_DMA)
7426 } else if (buf_info->flags & (FC_MBUF_DMA|FC_MBUF_DMA32)) {
7556 * if FC_MBUF_DMA is set. The mapped physical address to be unmapped is in
7572 } else if (buf_info->flags & (FC_MBUF_DMA|FC_MBUF_DMA32)) {
H A Demlxs_dfc.c10422 bufinfo.flags = FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h280 #define FC_MBUF_DMA 0x01 /* blocks are for DMA */ macro

Completed in 318 milliseconds