Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli4.h690 uint16_t *xri_ids; member
Dlpfc_sli.c5904 phba->sli4_hba.xri_ids = kcalloc(rsrc_id_cnt, in lpfc_sli4_alloc_extent()
5907 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_extent()
5915 ids = phba->sli4_hba.xri_ids; in lpfc_sli4_alloc_extent()
6080 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_extent()
6322 phba->sli4_hba.xri_ids = kcalloc(count, sizeof(uint16_t), in lpfc_sli4_alloc_resource_identifiers()
6324 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_resource_identifiers()
6330 phba->sli4_hba.xri_ids[i] = base + i; in lpfc_sli4_alloc_resource_identifiers()
6373 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_alloc_resource_identifiers()
6374 phba->sli4_hba.xri_ids = NULL; in lpfc_sli4_alloc_resource_identifiers()
6415 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_resource_identifiers()
[all …]
Dlpfc_init.c3503 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_els_sgl_update()
3625 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_nvmet_sgl_update()
3720 psb->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_scsi_sgl_update()
3859 lpfc_ncmd->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_nvme_sgl_update()
Dlpfc_nvme.c2285 pwqeq->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_new_nvme_buf()
Dlpfc_scsi.c875 psb->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_new_scsi_buf_s4()
Dlpfc_els.c7065 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq()