Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c114 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
127 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
144 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
157 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
175 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
414 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_alloc()
588 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_free()
919 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_get()
967 if (seg->fc_memflag & FC_MBUF_DMA) { in emlxs_mem_pool_put()
1041 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_mem_buf_alloc()
[all …]
H A Demlxs_sli4.c347 hba->sli.sli4.dump_region.flags = FC_MBUF_DMA | FC_MBUF_SNGLSG in emlxs_sli4_online()
1624 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_map_hdw()
1688 buf_info->flags = FC_MBUF_DMA; in emlxs_sli4_unmap_hdw()
7270 buf_info->flags = FC_MBUF_DMA; in emlxs_sli4_resource_free()
7376 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7408 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7433 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7456 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7479 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7509 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
[all …]
H A Demlxs_sli3.c1798 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli3_map_hdw()
1890 buf_info->flags = FC_MBUF_DMA; in emlxs_sli3_unmap_hdw()
6562 buf_info->flags = FC_MBUF_DMA; in emlxs_hbq_free_all()
H A Demlxs_fct.c5181 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
H A Demlxs_solaris.c8285 } else if (buf_info->flags & (FC_MBUF_DMA|FC_MBUF_DMA32)) { in emlxs_mem_alloc()
8430 } else if (buf_info->flags & (FC_MBUF_DMA|FC_MBUF_DMA32)) { in emlxs_mem_free()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h280 #define FC_MBUF_DMA 0x01 /* blocks are for DMA */ macro