Searched refs:xri (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.c | 1453 els->xri_tag = cpu_to_le16(params->xri); in sli_els_request64_wqe() 1563 sli_fcp_icmnd64_wqe(struct sli4 *sli, void *buf, struct efc_dma *sgl, u16 xri, in sli_fcp_icmnd64_wqe() argument 1605 icmnd->xri_tag = cpu_to_le16(xri); in sli_fcp_icmnd64_wqe() 1616 icmnd->abort_tag = cpu_to_le32(xri); in sli_fcp_icmnd64_wqe() 1629 u32 first_data_sge, u32 xfer_len, u16 xri, u16 tag, in sli_fcp_iread64_wqe() argument 1691 iread->xri_tag = cpu_to_le16(xri); in sli_fcp_iread64_wqe() 1705 iread->abort_tag = cpu_to_le32(xri); in sli_fcp_iread64_wqe() 1731 u32 first_burst, u16 xri, u16 tag, in sli_fcp_iwrite64_wqe() argument 1787 iwrite->xri_tag = cpu_to_le16(xri); in sli_fcp_iwrite64_wqe() 1800 iwrite->abort_tag = cpu_to_le32(xri); in sli_fcp_iwrite64_wqe() [all …]
|
| H A D | sli4.h | 1933 __le16 xri; member 1946 __le16 xri; member 1959 __le16 xri; member 3558 u16 xri; member 3573 u16 xri; member 3589 u16 xri; member 3605 u16 xri; member 4049 int sli_cmd_post_sgl_pages(struct sli4 *sli4, void *buf, u16 xri, 4069 u16 xri, u16 req_tag); 4080 sli_fcp_icmnd64_wqe(struct sli4 *sli4, void *buf, struct efc_dma *sgl, u16 xri, [all …]
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 1679 efct_hw_io_lookup(struct efct_hw *hw, u32 xri) in efct_hw_io_lookup() argument 1683 ioindex = xri - hw->sli.ext[SLI4_RSRC_XRI].base[0]; in efct_hw_io_lookup() 2591 bls_params->xri = hio->indicator; in efct_hw_bls_send() 2764 els_params.xri = hio->indicator; in efct_els_hw_srrs_send() 2779 els_params.xri = hio->indicator; in efct_els_hw_srrs_send() 2793 ct_params.xri = hio->indicator; in efct_els_hw_srrs_send() 2807 ct_params.xri = hio->indicator; in efct_els_hw_srrs_send() 2887 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send() 2907 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send() 2927 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.h | 246 uint16_t xri);
|
| H A D | lpfc_sli.c | 972 * @xritag: xri used in this exchange. 1054 * @xri: The xri used in the exchange. 1058 * rrq = rrq for this xri and target. 1061 lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did) in lpfc_get_active_rrq() argument 1072 if (rrq->vport == vport && rrq->xritag == xri && in lpfc_get_active_rrq() 1128 * @xritag: the xri in the bitmap to test. 1131 * 0 = rrq not active for this xri 1132 * 1 = rrq is valid for this xri. 1152 * @xritag: xri use 18081 unsigned long xri; lpfc_sli4_alloc_xri() local 18110 __lpfc_sli4_free_xri(struct lpfc_hba * phba,int xri) __lpfc_sli4_free_xri() argument 18126 lpfc_sli4_free_xri(struct lpfc_hba * phba,int xri) lpfc_sli4_free_xri() argument 18996 lpfc_sli4_xri_inrange(struct lpfc_hba * phba,uint16_t xri) lpfc_sli4_xri_inrange() argument 19023 uint16_t oxid, rxid, xri, lxri; lpfc_sli4_seq_abort_rsp() local [all...] |
| H A D | lpfc_init.c | 522 /* Reset the DFT_HBA_Q_DEPTH to the max xri */ in lpfc_config_port_post() 3576 /* Deal with public free xri pool */ in lpfc_create_multixri_pools() 3594 /* Deal with private free xri pool */ in lpfc_create_multixri_pools() 3642 /* Deal with public free xri pool */ in lpfc_destroy_multixri_pools() 3663 /* Deal with private free xri pool */ in lpfc_destroy_multixri_pools() 4042 * lpfc_sli4_els_sgl_update - update ELS xri-sgl sizing and mapping 4062 * update on pci function's els xri-sgl list in lpfc_sli4_els_sgl_update() 4067 /* els xri-sgl expanded */ in lpfc_sli4_els_sgl_update() 4070 "3157 ELS xri-sgl count increased from " in lpfc_sli4_els_sgl_update() 4106 /* els xri in lpfc_sli4_els_sgl_update() 4289 int idx, cnt, xri, inserted; lpfc_io_buf_flush() local [all...] |