Home
last modified time | relevance | path

Searched refs:start_cid (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c196 u32 start_cid; member
1210 p_mngr->acquired[type].start_cid = 0; in ecore_cid_map_free()
1217 p_mngr->acquired_vf[type][vf].start_cid = 0; in ecore_cid_map_free()
1238 p_map->start_cid = cid_start; in ecore_cid_map_alloc_single()
1242 type, p_map->start_cid, p_map->max_count); in ecore_cid_map_alloc_single()
1250 u32 start_cid = 0, vf_start_cid = 0; in ecore_cid_map_alloc() local
1273 start_cid += p_cfg->cid_count; in ecore_cid_map_alloc()
2031 *p_cid = rel_cid + p_map->start_cid; in _ecore_cxt_acquire_cid()
2064 if (cid >= (*pp_map)->start_cid && in ecore_cxt_test_cid_acquired()
2075 rel_cid = cid - (*pp_map)->start_cid; in ecore_cxt_test_cid_acquired()
[all …]
H A Decore_roce.c329 u32 start_cid, icid, cid, qp_idx; in ecore_roce_alloc_qp_idx() local
355 start_cid = ecore_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in ecore_roce_alloc_qp_idx()
356 cid = start_cid + icid; in ecore_roce_alloc_qp_idx()
1514 u32 start_cid, cid; in ecore_roce_free_icid() local
1516 start_cid = ecore_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in ecore_roce_free_icid()
1517 cid = icid - start_cid; in ecore_roce_free_icid()