Home
last modified time | relevance | path

Searched refs:qp_map (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h112 struct ecore_bmap qp_map; member
H A Decore_roce.c266 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid);
267 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid + 1);
275 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, qp_idx); in ecore_roce_free_qp()
333 rc = ecore_rdma_bmap_alloc_id(p_hwfn, &p_rdma_info->qp_map, &qp_idx); in ecore_roce_alloc_qp_idx()
H A Decore_rdma.c395 rc = ecore_rdma_bmap_alloc(p_hwfn, &p_rdma_info->qp_map, in ecore_rdma_alloc()
513 ecore_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->qp_map, 1); in ecore_rdma_resc_free()
2240 if (!p_hwfn->p_rdma_info->qp_map.bitmap) in ecore_rdma_allocated_qps()
2243 result = !ecore_bmap_is_empty(&p_hwfn->p_rdma_info->qp_map); in ecore_rdma_allocated_qps()
2547 bitmap = p_hwfn->p_rdma_info->qp_map.bitmap; in ecore_rdma_query_counters()
2548 nbits = p_hwfn->p_rdma_info->qp_map.max_count; in ecore_rdma_query_counters()