Searched refs:start_cid (Results 1 – 5 of 5) sorted by relevance
340 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()1042 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()1047 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()1066 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()1070 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()1078 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local1100 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()1834 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()1867 if (cid >= (*pp_map)->start_cid && in qed_cxt_test_cid_acquired()1877 rel_cid = cid - (*pp_map)->start_cid; in qed_cxt_test_cid_acquired()[all …]
297 u32 start_cid; member
1082 u32 start_cid, cid, xcid; in qed_roce_free_real_icid() local1089 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in qed_roce_free_real_icid()1090 cid = icid - start_cid; in qed_roce_free_real_icid()
1035 u32 returned_id, start_cid; in qed_rdma_create_cq() local1051 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, in qed_rdma_create_cq()1053 *icid = returned_id + start_cid; in qed_rdma_create_cq()
1249 u32 start_cid = ethdev->starting_cid; in cnic_alloc_bnx2x_resc() local1254 cp->iscsi_start_cid = start_cid; in cnic_alloc_bnx2x_resc()1255 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()2545 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) in cnic_bnx2x_delete_wait() argument2550 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()
Completed in 30 milliseconds