start_cid 1243 drivers/net/ethernet/broadcom/cnic.c u32 start_cid = ethdev->starting_cid; start_cid 1248 drivers/net/ethernet/broadcom/cnic.c cp->iscsi_start_cid = start_cid; start_cid 1249 drivers/net/ethernet/broadcom/cnic.c cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; start_cid 2539 drivers/net/ethernet/broadcom/cnic.c static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) start_cid 2544 drivers/net/ethernet/broadcom/cnic.c for (i = start_cid; i < cp->max_cid_space; i++) { start_cid 201 drivers/net/ethernet/qlogic/qed/qed_cxt.c u32 start_cid; start_cid 469 drivers/net/ethernet/qlogic/qed/qed_cxt.c return p_hwfn->p_cxt_mngr->acquired[type].start_cid; start_cid 1131 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_mngr->acquired[type].start_cid = 0; start_cid 1136 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_mngr->acquired_vf[type][vf].start_cid = 0; start_cid 1160 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_map->start_cid = cid_start; start_cid 1164 drivers/net/ethernet/qlogic/qed/qed_cxt.c type, p_map->start_cid, p_map->max_count); start_cid 1172 drivers/net/ethernet/qlogic/qed/qed_cxt.c u32 start_cid = 0, vf_start_cid = 0; start_cid 1181 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, start_cid 1194 drivers/net/ethernet/qlogic/qed/qed_cxt.c start_cid += p_cfg->cid_count; start_cid 1936 drivers/net/ethernet/qlogic/qed/qed_cxt.c *p_cid = rel_cid + p_map->start_cid; start_cid 1969 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (cid >= (*pp_map)->start_cid && start_cid 1970 drivers/net/ethernet/qlogic/qed/qed_cxt.c cid < (*pp_map)->start_cid + (*pp_map)->max_count) start_cid 1979 drivers/net/ethernet/qlogic/qed/qed_cxt.c rel_cid = cid - (*pp_map)->start_cid; start_cid 2014 drivers/net/ethernet/qlogic/qed/qed_cxt.c rel_cid = cid - p_map->start_cid; start_cid 1021 drivers/net/ethernet/qlogic/qed/qed_rdma.c u32 returned_id, start_cid; start_cid 1037 drivers/net/ethernet/qlogic/qed/qed_rdma.c start_cid = qed_cxt_get_proto_cid_start(p_hwfn, start_cid 1039 drivers/net/ethernet/qlogic/qed/qed_rdma.c *icid = returned_id + start_cid; start_cid 1110 drivers/net/ethernet/qlogic/qed/qed_roce.c u32 start_cid, cid, xcid; start_cid 1117 drivers/net/ethernet/qlogic/qed/qed_roce.c start_cid = qed_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); start_cid 1118 drivers/net/ethernet/qlogic/qed/qed_roce.c cid = icid - start_cid;