Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c116 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
129 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
146 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
159 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
171 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
183 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
195 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
213 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_alloc_buffer()
1078 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_mem_buf_alloc()
H A Demlxs_sli4.c385 hba->sli.sli4.dump_region.flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_online()
1816 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_map_hdw()
7750 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7784 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7809 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7832 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7854 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7883 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
7921 rqb->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc()
H A Demlxs_fct.c5195 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_fct_memseg_init()
H A Demlxs_sli3.c1803 FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli3_map_hdw()
H A Demlxs_solaris.c8215 if (buf_info->flags & FC_MBUF_SNGLSG) { in emlxs_mem_alloc()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h290 #define FC_MBUF_SNGLSG 0x10 /* allocate a single contiguous */ macro