Home
last modified time | relevance | path

Searched refs:FC_MBUF_DMA (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()
451 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_alloc()
625 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_free()
956 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_get()
1004 if (seg->fc_memflag & FC_MBUF_DMA) { in emlxs_mem_pool_put()
1129 buf_info->flags = FC_MBUF_DMA; in emlxs_mem_buf_free()
[all …]
H A Demlxs_sli4.c1816 buf_info->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_map_hdw()
1880 buf_info->flags = FC_MBUF_DMA; in emlxs_sli4_unmap_hdw()
7641 buf_info->flags = FC_MBUF_DMA; in emlxs_sli4_resource_free()
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()
[all …]
H A Demlxs_sli3.c1803 FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli3_map_hdw()
1895 buf_info->flags = FC_MBUF_DMA; in emlxs_sli3_unmap_hdw()
6570 buf_info->flags = FC_MBUF_DMA; in emlxs_hbq_free_all()
H A Demlxs_fct.c5195 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_fct_memseg_init()
H A Demlxs_solaris.c8306 } else if (buf_info->flags & FC_MBUF_DMA) { in emlxs_mem_alloc()
8451 } else if (buf_info->flags & FC_MBUF_DMA) { in emlxs_mem_free()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h282 #define FC_MBUF_DMA 0x01 /* blocks are for DMA */ macro