Home
last modified time | relevance | path

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

/titanic_44/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()
1041 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_mem_buf_alloc()
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()
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()
7548 FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
7627 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli4_resource_alloc()
H A Demlxs_fct.c5181 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
H A Demlxs_sli3.c1798 FC_MBUF_DMA | FC_MBUF_SNGLSG | FC_MBUF_DMA32; in emlxs_sli3_map_hdw()
H A Demlxs_solaris.c8190 if (buf_info->flags & FC_MBUF_SNGLSG) { in emlxs_mem_alloc()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h288 #define FC_MBUF_SNGLSG 0x10 /* allocate a single contiguous */ macro