Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h437 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_hba_fru.c271 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_populate_hba_fru_details()
H A Dql_xioctl.c3156 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()
7090 ql_get_fbuf(ql_fcache_t *fptr, uint32_t ftype) in ql_get_fbuf() function