Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_rdma.h70 struct qed_bmap real_cid_map; member
Dqed_roce.c71 struct qed_bmap *rcid_map = &p_hwfn->p_rdma_info->real_cid_map; in qed_roce_stop()
202 qed_bmap_set_id(p_hwfn, &p_hwfn->p_rdma_info->real_cid_map, cid); in qed_roce_set_real_cid()
1095 qed_bmap_release_id(p_hwfn, &p_rdma_info->real_cid_map, cid); in qed_roce_free_real_icid()
1096 if (qed_bmap_test_id(p_hwfn, &p_rdma_info->real_cid_map, xcid) == 0) { in qed_roce_free_real_icid()
Dqed_rdma.c251 rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->real_cid_map, num_cons, in qed_rdma_alloc()
296 kfree(p_rdma_info->real_cid_map.bitmap); in qed_rdma_alloc()
364 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->real_cid_map, 1); in qed_rdma_resc_free()