Searched refs:xri_ids (Results 1 – 4 of 4) sorted by relevance
922 uint16_t *xri_ids; member
6539 phba->sli4_hba.xri_ids = kcalloc(rsrc_id_cnt, in lpfc_sli4_alloc_extent()6542 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_extent()6550 ids = phba->sli4_hba.xri_ids; in lpfc_sli4_alloc_extent()6712 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_extent()7311 phba->sli4_hba.xri_ids = kcalloc(count, sizeof(uint16_t), in lpfc_sli4_alloc_resource_identifiers()7313 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_resource_identifiers()7319 phba->sli4_hba.xri_ids[i] = base + i; in lpfc_sli4_alloc_resource_identifiers()7362 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_alloc_resource_identifiers()7363 phba->sli4_hba.xri_ids = NULL; in lpfc_sli4_alloc_resource_identifiers()7404 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_resource_identifiers()[all …]
4135 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_els_sgl_update()4260 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_nvmet_sgl_update()4437 lpfc_ncmd->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_io_sgl_update()4537 pwqeq->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_new_io_buf()
8870 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq()