Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h935 uint16_t *xri_ids; member
H A Dlpfc_sli.c6525 phba->sli4_hba.xri_ids = kcalloc(rsrc_id_cnt, in lpfc_sli4_alloc_extent()
6528 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_extent()
6536 ids = phba->sli4_hba.xri_ids; in lpfc_sli4_alloc_extent()
6698 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_extent()
7296 phba->sli4_hba.xri_ids = kcalloc(count, sizeof(uint16_t), in lpfc_sli4_alloc_resource_identifiers()
7298 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_resource_identifiers()
7304 phba->sli4_hba.xri_ids[i] = base + i; in lpfc_sli4_alloc_resource_identifiers()
7347 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_alloc_resource_identifiers()
7348 phba->sli4_hba.xri_ids = NULL; in lpfc_sli4_alloc_resource_identifiers()
7389 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_resource_identifiers()
[all …]
H A Dlpfc_init.c4149 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_els_sgl_update()
4273 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_nvmet_sgl_update()
4450 lpfc_ncmd->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_io_sgl_update()
4550 pwqeq->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_new_io_buf()