Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c264 if (ha->fcache != NULL) { in ql_populate_hba_fru_details()
266 ql_fcache_t *fptr = ha->fcache; in ql_populate_hba_fru_details()
271 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_populate_hba_fru_details()
H A Dql_xioctl.c3126 if (ha->fcache == NULL) { in ql_get_fcache()
3148 fptr = ha->fcache; in ql_get_fcache()
3156 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_get_fcache()
3179 if ((fptr = ql_get_fbuf(ha->fcache, FTYPE_FW)) != NULL) { in ql_get_fcache()
3234 if (ha->fcache == NULL) { in ql_get_fcache_ex()
3241 for (fptr = ha->fcache; fptr != NULL; fptr = fptr->next) { in ql_get_fcache_ex()
3256 fptr = ha->fcache; in ql_get_fcache_ex()
6795 if (ha->fcache != NULL) { in ql_setup_fcache()
6859 ha->fcache = head; in ql_setup_fcache()
6947 ql_fcache_rel(ha->fcache); in ql_update_fcache()
[all …]
H A Dql_api.c1863 ql_fcache_rel(ha->fcache); in ql_attach()
2198 ql_fcache_rel(ha->fcache); in ql_detach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1834 struct ql_fcache *fcache; member