Home
last modified time | relevance | path

Searched refs:FC_MEMSEG_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c247 !(seg->fc_memflag & FC_MEMSEG_DYNAMIC)) { in emlxs_mem_alloc_buffer()
735 seg->fc_memflag |= FC_MEMSEG_DYNAMIC; in emlxs_mem_pool_create()
813 if (!(seg->fc_memflag & FC_MEMSEG_DYNAMIC)) { in emlxs_mem_pool_clean()
928 (seg->fc_memflag & FC_MEMSEG_DYNAMIC)) { in emlxs_mem_pool_get()
965 if (seg->fc_memflag & FC_MEMSEG_DYNAMIC) { in emlxs_mem_pool_get()
H A Demlxs_clock.c1294 if (seg->fc_memflag & FC_MEMSEG_DYNAMIC) { in emlxs_timer_check_pools()
1315 if (seg->fc_memflag & FC_MEMSEG_DYNAMIC) { in emlxs_timer_check_pools()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h545 #define FC_MEMSEG_DYNAMIC 0x80000000 macro