Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c685 nv->host_p[0] & BIT_5 ? (ha->cfg_flags |= CFG_SET_CACHE_LINE_SIZE_1) : in ql_nvram_config()
686 (ha->cfg_flags &= ~CFG_SET_CACHE_LINE_SIZE_1); in ql_nvram_config()
1158 CFG_SET_CACHE_LINE_SIZE_1 | CFG_MULTI_CHIP_ADAPTER); in ql_nvram_24xx_config()
2599 if (CFG_IST(ha->pha, CFG_SET_CACHE_LINE_SIZE_1)) { in ql_set_cache_line()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1767 #define CFG_SET_CACHE_LINE_SIZE_1 BIT_17 macro