Searched defs:fcache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3022 if (ha->fcache == NULL) {
3025 EL(ha, "failed, adapter fcache not setup\n");
3046 fptr = ha->fcache;
3054 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) {
3078 if ((fptr = ql_get_fbuf(ha->fcache, FTYPE_FW)) != NULL) {
3137 if (ha->fcache == NULL) {
3140 EL(ha, "failed, adapter fcache not setup\n");
3145 for (fptr = ha->fcache; fptr != NULL; fptr = fptr->next) {
3161 fptr = ha->fcache;
6446 if (ha->fcache !
6780 ql_check_pci(ql_adapter_state_t *ha, ql_fcache_t *fcache, uint32_t *nextpos) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1586 struct ql_fcache *fcache; member in struct:ql_adapter_state

Completed in 97 milliseconds