Searched refs:FC_MBUF_DMA (Results 1 – 6 of 6) sorted by relevance
114 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 …]
347 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 …]
1798 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()
5181 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;
8285 } 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()
280 #define FC_MBUF_DMA 0x01 /* blocks are for DMA */ macro