Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma_api.h428 u16 xrcd_id; member
484 u16 xrcd_id; member
721 ecore_rdma_alloc_xrcd(void *rdma_cxt, u16 *xrcd_id);
724 ecore_rdma_free_xrcd(void *rdma_cxt, u16 xrcd_id);
H A Decore_rdma.h222 u16 xrcd_id; member
H A Decore_rdma.c1222 u16 *xrcd_id) in ecore_rdma_alloc_xrcd() argument
1239 *xrcd_id = (u16)returned_id; in ecore_rdma_alloc_xrcd()
1246 u16 xrcd_id) in ecore_rdma_free_xrcd() argument
1250 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "xrcd_id = %08x\n", xrcd_id); in ecore_rdma_free_xrcd()
1254 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->xrcd_map, xrcd_id); in ecore_rdma_free_xrcd()
1598 qp->xrcd_id = in_params->xrcd_id; in ecore_rdma_create_qp()
2209 p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(in_params->xrcd_id); in ecore_rdma_create_srq()
H A Decore_roce.c499 p_ramrod->xrc_domain = OSAL_CPU_TO_LE16(qp->xrcd_id); in ecore_roce_sp_create_responder()