Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1182 emlxs_data_dump(port, "XRIp", (uint32_t *)hba->sli.sli4.XRIp, 18, 0); in emlxs_sli4_online()
7572 if (hba->sli.sli4.XRIp) { in emlxs_sli4_resource_free()
7591 xrip = hba->sli.sli4.XRIp; in emlxs_sli4_resource_free()
7601 kmem_free(hba->sli.sli4.XRIp, in emlxs_sli4_resource_free()
7603 hba->sli.sli4.XRIp = NULL; in emlxs_sli4_resource_free()
8004 hba->sli.sli4.XRIp = (XRIobj_t *)kmem_zalloc( in emlxs_sli4_resource_alloc()
8007 xrip = hba->sli.sli4.XRIp; in emlxs_sli4_resource_alloc()
8607 xrip = hba->sli.sli4.XRIp; in emlxs_sli4_post_sgl_pages()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1664 XRIobj_t *XRIp; member