Searched refs:real_cid_map (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_rdma.h | 70 struct qed_bmap real_cid_map; member
|
D | qed_roce.c | 71 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()
|
D | qed_rdma.c | 250 rc = qed_rdma_bmap_alloc(p_hwfn, &p_rdma_info->real_cid_map, num_cons, in qed_rdma_alloc() 295 kfree(p_rdma_info->real_cid_map.bitmap); in qed_rdma_alloc() 363 qed_rdma_bmap_free(p_hwfn, &p_hwfn->p_rdma_info->real_cid_map, 1); in qed_rdma_resc_free()
|