Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c268 if (ha->fcache != NULL) { in ql_populate_hba_fru_details()
270 ql_fcache_t *fptr = ha->fcache; in ql_populate_hba_fru_details()
275 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_populate_hba_fru_details()
H A Dql_xioctl.c3022 if (ha->fcache == NULL) { in ql_get_fcache()
3046 fptr = ha->fcache; in ql_get_fcache()
3054 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_get_fcache()
3078 if ((fptr = ql_get_fbuf(ha->fcache, FTYPE_FW)) != NULL) { in ql_get_fcache()
3137 if (ha->fcache == NULL) { in ql_get_fcache_ex()
3145 for (fptr = ha->fcache; fptr != NULL; fptr = fptr->next) { in ql_get_fcache_ex()
3161 fptr = ha->fcache; in ql_get_fcache_ex()
6446 if (ha->fcache != NULL) { in ql_setup_fcache()
6512 ha->fcache = head; in ql_setup_fcache()
6602 ql_fcache_rel(ha->fcache); in ql_update_fcache()
[all …]
H A Dql_api.c1614 ql_fcache_rel(ha->fcache); in ql_attach()
1937 ql_fcache_rel(ha->fcache); in ql_detach()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1586 struct ql_fcache *fcache; member