Searched refs:fc_memflag (Results 1 – 4 of 4) 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()197 seg->fc_memsize, seg->fc_memflag, seg->fc_lo_water, in emlxs_mem_alloc_buffer()209 !(seg->fc_memflag & FC_MEMSEG_DYNAMIC)) { in emlxs_mem_alloc_buffer()404 if (!(seg->fc_memflag & FC_MEMSEG_PUT_ENABLED)) { in emlxs_mem_pool_alloc()409 seg->fc_memsize, seg->fc_memflag, seg->fc_lo_water, in emlxs_mem_pool_alloc()414 if (!(seg->fc_memflag & FC_MBUF_DMA)) { in emlxs_mem_pool_alloc()[all …]
1287 if (seg->fc_memflag & FC_MEMSEG_DYNAMIC) { in emlxs_timer_check_pools()1308 if (seg->fc_memflag & FC_MEMSEG_DYNAMIC) { in emlxs_timer_check_pools()
5181 seg->fc_memflag = FC_MBUF_DMA | FC_MBUF_SNGLSG;5220 seg->fc_memsize, seg->fc_memflag, seg->fc_lo_water,
538 uint32_t fc_memflag; /* emlxs_buf_info_t FLAGS */ member