Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli4.h584 uint16_t *xri_ids; member
Dlpfc_sli.c5456 phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt * in lpfc_sli4_alloc_extent()
5459 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_extent()
5467 ids = phba->sli4_hba.xri_ids; in lpfc_sli4_alloc_extent()
5626 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_extent()
5839 phba->sli4_hba.xri_ids = kzalloc(count * in lpfc_sli4_alloc_resource_identifiers()
5842 if (unlikely(!phba->sli4_hba.xri_ids)) { in lpfc_sli4_alloc_resource_identifiers()
5848 phba->sli4_hba.xri_ids[i] = base + i; in lpfc_sli4_alloc_resource_identifiers()
5891 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_alloc_resource_identifiers()
5927 kfree(phba->sli4_hba.xri_ids); in lpfc_sli4_dealloc_resource_identifiers()
15061 if (xri == phba->sli4_hba.xri_ids[i]) in lpfc_sli4_xri_inrange()
Dlpfc_init.c3183 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_xri_sgl_update()
3240 psb->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_sli4_xri_sgl_update()
Dlpfc_scsi.c866 psb->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri]; in lpfc_new_scsi_buf_s4()
Dlpfc_els.c5864 bf_set(rrq_oxid, els_rrq, phba->sli4_hba.xri_ids[rrq->xritag]); in lpfc_issue_els_rrq()