Home
last modified time | relevance | path

Searched refs:nvram_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c421 uint32_t offset = offsetof(nvram_t, adapter_features); in ql_get_feature_bits()
498 nvram_t *nv; in ql_set_feature_bits()
530 for (count = 0; count < sizeof (nvram_t) / 2; count++) { in ql_set_feature_bits()
553 for (count = 0; count < sizeof (nvram_t) - 1; count++) { in ql_set_feature_bits()
563 for (count = 0; count < sizeof (nvram_t) / 2; count++) { in ql_set_feature_bits()
572 for (count = 0; count < sizeof (nvram_t) / 2; count++) { in ql_set_feature_bits()
691 nvram_t *nv; in ql_set_nvram_adapter_defaults()
731 for (count = 0; count < sizeof (nvram_t) - 1; count++) { in ql_set_nvram_adapter_defaults()
741 for (count = 0; count < sizeof (nvram_t) / 2; count++) { in ql_set_nvram_adapter_defaults()
751 for (count = 0; count < sizeof (nvram_t) / 2; count++) { in ql_set_nvram_adapter_defaults()
[all …]
H A Dql_init.c454 nvram_t *nv = (nvram_t *)ha->req_q[0]->req_ring.bp; in ql_nvram_config()
473 for (cnt = 0; cnt < sizeof (nvram_t) / 2; cnt++) { in ql_nvram_config()
502 bzero((void *)nv, sizeof (nvram_t)); in ql_nvram_config()
H A Dql_api.c18724 ha->nvram_cache->size = sizeof (nvram_t); in ql_nvram_cache_desc_ctor()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h239 } nvram_t; typedef