Searched refs:xrcd_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h224 u16 xrcd_id; member in struct:ecore_rdma_qp
H A Decore_rdma_api.h430 u16 xrcd_id; member in struct:ecore_rdma_create_srq_in_params
486 u16 xrcd_id; member in struct:ecore_rdma_create_qp_in_params
723 ecore_rdma_alloc_xrcd(void *rdma_cxt, u16 *xrcd_id);
726 ecore_rdma_free_xrcd(void *rdma_cxt, u16 xrcd_id);
H A Decore_rdma.c1224 u16 *xrcd_id)
1241 *xrcd_id = (u16)returned_id;
1248 u16 xrcd_id)
1252 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "xrcd_id = %08x\n", xrcd_id);
1256 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->xrcd_map, xrcd_id);
1600 qp->xrcd_id = in_params->xrcd_id;
2211 p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(in_params->xrcd_id);
1223 ecore_rdma_alloc_xrcd(void *rdma_cxt, u16 *xrcd_id) argument
1247 ecore_rdma_free_xrcd(void *rdma_cxt, u16 xrcd_id) argument
H A Decore_roce.c501 p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(qp->xrcd_id);

Completed in 116 milliseconds