Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h293 } ql_fcache_t; typedef
436 void ql_fcache_rel(ql_fcache_t *);
437 ql_fcache_t *ql_get_fbuf(ql_fcache_t *, uint32_t);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c124 static ql_fcache_t *ql_setup_fnode(ql_adapter_state_t *);
128 static int ql_check_pci(ql_adapter_state_t *, ql_fcache_t *, uint32_t *);
133 static int ql_check_pci(ql_adapter_state_t *, ql_fcache_t *, uint32_t *);
3122 ql_fcache_t *fptr; in ql_get_fcache()
3230 ql_fcache_t *fptr; in ql_get_fcache_ex()
6788 ql_fcache_t *head = NULL; in ql_setup_fcache()
6789 ql_fcache_t *tail = NULL; in ql_setup_fcache()
6790 ql_fcache_t *ftmp; in ql_setup_fcache()
6853 kmem_free(ftmp, sizeof (ql_fcache_t)); in ql_setup_fcache()
6888 ql_fcache_t *head = NULL; in ql_update_fcache()
[all …]
H A Dql_hba_fru.c266 ql_fcache_t *fptr = ha->fcache; in ql_populate_hba_fru_details()