Home
last modified time | relevance | path

Searched refs:icid (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c60 static void ecore_roce_free_icid(struct ecore_hwfn *p_hwfn, u16 icid);
70 u16 icid = (u16)OSAL_LE32_TO_CPU( in ecore_roce_async_event() local
77 ecore_roce_free_icid(p_hwfn, icid); in ecore_roce_async_event()
286 u32 icid, iter = 0; in ecore_roce_wait_free_cids() local
289 icid = ECORE_ROCE_QP_TO_ICID(qp_idx); in ecore_roce_wait_free_cids()
302 resp = ecore_bmap_test_id(p_hwfn, &p_rdma_info->cid_map, icid); in ecore_roce_wait_free_cids()
303 req = ecore_bmap_test_id(p_hwfn, &p_rdma_info->cid_map, icid + 1); in ecore_roce_wait_free_cids()
329 u32 start_cid, icid, cid, qp_idx; in ecore_roce_alloc_qp_idx() local
354 icid = ECORE_ROCE_QP_TO_ICID(qp_idx); in ecore_roce_alloc_qp_idx()
356 cid = start_cid + icid; in ecore_roce_alloc_qp_idx()
[all …]
H A Decore_roce.h35 #define ECORE_ROCE_ICID_TO_QP(icid) ((icid)/2) argument
H A Decore_rdma.c1260 u16 icid) in ecore_rdma_toggle_bit_create_resize_cq() argument
1266 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "icid = %08x\n", icid); in ecore_rdma_toggle_bit_create_resize_cq()
1271 bmap_id = icid - ecore_cxt_get_proto_cid_start(p_hwfn, p_info->proto); in ecore_rdma_toggle_bit_create_resize_cq()
1285 u16 *icid) in ecore_rdma_create_cq() argument
1310 *icid = (u16)(returned_id + in ecore_rdma_create_cq()
1315 rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, *icid); in ecore_rdma_create_cq()
1321 init_data.cid = *icid; in ecore_rdma_create_cq()
1348 toggle_bit = ecore_rdma_toggle_bit_create_resize_cq(p_hwfn, *icid); in ecore_rdma_create_cq()
1355 ecore_rdma_toggle_bit_create_resize_cq(p_hwfn, *icid); in ecore_rdma_create_cq()
1385 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "icid = %08x\n", in_params->icid); in ecore_rdma_destroy_cq()
[all …]
H A Dfcoe_common.h277 __le16 icid /* icid */; member
442 __le16 icid /* icid */; member
534 __le16 icid /* icid */; member
683 __le16 icid /* icid */; member
763 __le16 icid /* icid */; member
834 __le16 icid /* icid */; member
H A Decore_roce_api.h329 u16 icid; member
372 u16 icid; member
381 u16 icid; member
608 u16 *icid);
H A Decore_rdma_api.h435 u16 icid; member
451 u16 icid; member
490 u16 icid; member
685 u16 *icid);
H A Drdma_common.h864 __le16 icid /* internal CID */; member
874 __le16 icid /* internal CID */; member
889 __le16 icid /* internal CID */; member
H A Dcommon_hsi.h680 __le16 icid /* Context ID of the connection */; member
687 __le16 icid /* Context ID of the connection */; member
886 __le16 icid /* internal CID */; member
987 __le16 icid /* internal CID */; member
H A Decore_iwarp.c285 qp->icid = (u16)cid; in ecore_iwarp_create_qp()
289 init_data.cid = qp->icid; in ecore_iwarp_create_qp()
372 init_data.cid = qp->icid; in ecore_iwarp_modify_fw()
394 qp->icid, rc); in ecore_iwarp_modify_fw()
520 qp->icid, in ecore_iwarp_modify_qp()
543 init_data.cid = qp->icid; in ecore_iwarp_fw_destroy()
556 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "QP(0x%x) rc = %d\n", qp->icid, rc); in ecore_iwarp_fw_destroy()
594 fpdu = ecore_iwarp_get_curr_fpdu(p_hwfn, qp->icid); in ecore_iwarp_destroy_qp()
902 init_data.cid = reject ? ep->tcp_cid : qp->icid; in ecore_iwarp_mpa_offload()
974 ep->cid = qp->icid; /* Now they're migrated. */ in ecore_iwarp_mpa_offload()
[all …]
H A Decore_fcoe_api.h40 u32 icid; member
H A Decore_rdma.h151 u16 icid; member
H A Decore_iscsi_api.h93 u32 icid; member
H A Decore_hsi_rdma.h105 __le16 icid /* icid */; member
178 __le16 icid /* icid */; member
324 __le16 icid /* icid */; member
395 __le16 icid /* icid */; member
H A Discsi_common.h934 __le16 icid /* icid */; member
1225 __le16 icid /* icid */; member
H A Decore_spq.c95 OSAL_LE16_TO_CPU(p_eqe->data.iscsi_info.icid), in ecore_iscsi_eq_dump()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt121 (icid-base,iommu,iommu-base,length).
123 Any ICID i in the interval [icid-base, icid-base + length) is
125 (i - icid-base + iommu-base).
131 (icid-base,gic-its,msi-base,length).
133 Any ICID in the interval [icid-base, icid-base + length) is
135 (i - icid-base + msi-base).
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1599 uresp.icid = cq->icid; in qlnxr_copy_cq_uresp()
1605 cq->icid, rc); in qlnxr_copy_cq_uresp()
1735 u16 icid; in qlnxr_create_cq() local
1819 rc = ecore_rdma_create_cq(dev->rdma_ctx, &params, &icid); in qlnxr_create_cq()
1823 cq->icid = icid; in qlnxr_create_cq()
1840 cq->db.data.icid = cq->icid; in qlnxr_create_cq()
1856 cq->icid, cq, params.cq_size); in qlnxr_create_cq()
1861 destroy_iparams.icid = cq->icid; in qlnxr_create_cq()
1902 QL_DPRINT12(ha, "enter cq_id = %d\n", cq->icid); in qlnxr_destroy_cq()
1914 iparams.icid = cq->icid; in qlnxr_destroy_cq()
[all …]
H A Dqlnxr_cm.c168 iparams.icid = cq->icid; in qlnxr_destroy_gsi_cq()
174 if (iparams.icid != cq->icid) { in qlnxr_destroy_gsi_cq()
175 iparams.icid = cq->icid; in qlnxr_destroy_gsi_cq()
H A Dqlnxr_user.h68 u16 icid; member
H A Dqlnxr_roce.h609 __le16 icid; member
622 __le16 icid; member
H A Dqlnxr_def.h516 uint16_t icid; member
644 u16 icid; member
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_mc.c437 *id = dinfo->icid; in dpaa2_mc_get_id()
668 dinfo->icid, &xref, &devid); in dpaa2_mc_get_xref()
677 error = ofw_bus_msimap(sc->ofw_node, dinfo->icid, in dpaa2_mc_get_xref()
707 error = acpi_iort_map_named_msi(IORT_DEVICE_NAME, dinfo->icid, in dpaa2_mc_map_id()
713 *id = dinfo->icid; /* RID not in IORT, likely FW bug */ in dpaa2_mc_map_id()
H A Ddpaa2_mc.h159 uint32_t icid; member
H A Ddpaa2_rc.c856 uint32_t icid; in dpaa2_rc_get_attributes() member
872 attr->icid = pattr->icid; in dpaa2_rc_get_attributes()
2806 dprc_attr.icid); in dpaa2_rc_discover()
2811 rcinfo->icid = dprc_attr.icid; in dpaa2_rc_discover()
2933 dinfo->icid = rcinfo->icid; in dpaa2_rc_add_child()
3059 dinfo->icid = rcinfo->icid; in dpaa2_rc_add_managed_child()
H A Ddpaa2_mcp.h367 uint32_t icid; member