Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h439 ql_fcache_t *ql_get_fbuf(ql_fcache_t *, uint32_t);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c275 if ((fptr = ql_get_fbuf(ha->fcache, types)) != NULL) { in ql_populate_hba_fru_details()
H A Dql_xioctl.c3054 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()
6748 ql_get_fbuf(ql_fcache_t *fptr, uint32_t ftype) in ql_get_fbuf() function