Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1125 emlxs_data_dump(port, "XRIp", (uint32_t *)hba->sli.sli4.XRIp, 18, 0); in emlxs_sli4_online()
7220 if (hba->sli.sli4.XRIp) { in emlxs_sli4_resource_free()
7231 kmem_free(hba->sli.sli4.XRIp, in emlxs_sli4_resource_free()
7233 hba->sli.sli4.XRIp = NULL; in emlxs_sli4_resource_free()
7596 hba->sli.sli4.XRIp = (XRIobj_t *)kmem_zalloc( in emlxs_sli4_resource_alloc()
7599 xrip = hba->sli.sli4.XRIp; in emlxs_sli4_resource_alloc()
8214 xrip = hba->sli.sli4.XRIp; in emlxs_sli4_post_sgl_pages()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1652 XRIobj_t *XRIp; member