Home
last modified time | relevance | path

Searched refs:ql_fcache_t (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h294 } ql_fcache_t; typedef
438 void ql_fcache_rel(ql_fcache_t *);
439 ql_fcache_t *ql_get_fbuf(ql_fcache_t *, uint32_t);
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c125 static ql_fcache_t *ql_setup_fnode(ql_adapter_state_t *);
129 static int ql_check_pci(ql_adapter_state_t *, ql_fcache_t *, uint32_t *);
134 static int ql_check_pci(ql_adapter_state_t *, ql_fcache_t *, uint32_t *);
3016 ql_fcache_t *fptr; in ql_get_fcache()
3132 ql_fcache_t *fptr; in ql_get_fcache_ex()
6437 ql_fcache_t *head = NULL; in ql_setup_fcache()
6438 ql_fcache_t *tail = NULL; in ql_setup_fcache()
6439 ql_fcache_t *ftmp; in ql_setup_fcache()
6506 kmem_free(ftmp, sizeof (ql_fcache_t)); in ql_setup_fcache()
6542 ql_fcache_t *head = NULL; in ql_update_fcache()
[all …]
H A Dql_hba_fru.c270 ql_fcache_t *fptr = ha->fcache; in ql_populate_hba_fru_details()