Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c1101 hdl_info.swi_flags = TAVOR_SWHDL_KMEMCACHE_INIT; in tavor_rsrc_init_phase2()
1127 hdl_info.swi_flags = TAVOR_SWHDL_KMEMCACHE_INIT; in tavor_rsrc_init_phase2()
1153 hdl_info.swi_flags = TAVOR_SWHDL_KMEMCACHE_INIT; in tavor_rsrc_init_phase2()
1180 hdl_info.swi_flags = (TAVOR_SWHDL_KMEMCACHE_INIT | in tavor_rsrc_init_phase2()
1222 hdl_info.swi_flags = (TAVOR_SWHDL_KMEMCACHE_INIT | in tavor_rsrc_init_phase2()
1268 hdl_info.swi_flags = TAVOR_SWHDL_KMEMCACHE_INIT; in tavor_rsrc_init_phase2()
1295 hdl_info.swi_flags = (TAVOR_SWHDL_KMEMCACHE_INIT | in tavor_rsrc_init_phase2()
1334 hdl_info.swi_flags = TAVOR_SWHDL_KMEMCACHE_INIT; in tavor_rsrc_init_phase2()
1956 if (info->swi_flags & TAVOR_SWHDL_KMEMCACHE_INIT) { in tavor_rsrc_sw_handles_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h249 #define TAVOR_SWHDL_KMEMCACHE_INIT (1 << 0) macro