Home
last modified time | relevance | path

Searched refs:HERMON_SWHDL_KMEMCACHE_INIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c1007 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1041 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1053 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1067 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1082 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1097 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1111 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1125 hdl_info.swi_flags = HERMON_SWHDL_KMEMCACHE_INIT; in hermon_rsrc_init_phase2()
1710 if (info->swi_flags & HERMON_SWHDL_KMEMCACHE_INIT) { in hermon_rsrc_sw_handles_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h283 #define HERMON_SWHDL_KMEMCACHE_INIT (1 << 0) macro