Searched refs:start_cid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 196 u32 start_cid; member 519 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in ecore_cxt_get_proto_cid_start() 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 1259 if (ecore_cid_map_alloc_single(p_hwfn, type, start_cid, in ecore_cid_map_alloc() 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() [all …]
|
H A D | ecore_roce.c | 329 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()
|