Searched refs:FC_MBUF_DMA (Results 1 – 6 of 6) sorted by relevance
116 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()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()[all …]
385 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()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()[all …]
1803 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()
5195 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_fct_memseg_init()
8306 } 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()
282 #define FC_MBUF_DMA 0x01 /* blocks are for DMA */ macro