Home
last modified time | relevance | path

Searched refs:adapter_features (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c328 attrs->vendor_specific_id = ha->adapter_features; in ql_populate_hba_fru_details()
H A Dql_ioctl.c416 uint32_t offset = offsetof(nvram_t, adapter_features); in ql_get_feature_bits()
541 nv->adapter_features[0] = (uint8_t)((features & 0xFF00) >> 8); in ql_set_feature_bits()
542 nv->adapter_features[1] = (uint8_t)(features & 0xFF); in ql_set_feature_bits()
H A Dql_init.c680 ha->adapter_features = CHAR_TO_SHORT(nv->adapter_features[0], in ql_nvram_config()
681 nv->adapter_features[1]); in ql_nvram_config()
695 nv->adapter_features[0] & BIT_3 ? in ql_nvram_config()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h214 uint8_t adapter_features[2]; member
H A Dql_api.h1557 uint16_t adapter_features; member