Home
last modified time | relevance | path

Searched refs:XRIfree_f (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c7605 hba->sli.sli4.XRIfree_f = in emlxs_sli4_resource_free()
7606 (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_resource_free()
7608 (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_resource_free()
7981 hba->sli.sli4.XRIfree_f = in emlxs_sli4_resource_alloc()
7982 (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_resource_alloc()
7984 (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_resource_alloc()
8027 xrip->_f = (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_resource_alloc()
8121 xrip = hba->sli.sli4.XRIfree_f; in emlxs_sli4_reserve_xri()
8254 xrip->_f = (XRIobj_t *)&hba->sli.sli4.XRIfree_f; in emlxs_sli4_unreserve_xri()
8360 xrip = hba->sli.sli4.XRIfree_f; in emlxs_sli4_alloc_xri()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1667 XRIobj_t *XRIfree_f; member