Searched refs:start_cid (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c340 return p_hwfn->p_cxt_mngr->acquired[type].start_cid;
1042 p_mngr->acquired[type].start_cid = 0;
1047 p_mngr->acquired_vf[type][vf].start_cid = 0;
1066 p_map->start_cid = cid_start;
1070 type, p_map->start_cid, p_map->max_count);
1078 u32 start_cid = 0, vf_start_cid = 0; local
1087 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid,
1100 start_cid += p_cfg->cid_count;
1834 *p_cid = rel_cid + p_map->start_cid;
1867 if (cid >= (*pp_map)->start_cid
[all...]
H A Dqed_cxt.h297 u32 start_cid; member in struct:qed_cid_acquired_map
H A Dqed_roce.c1082 u32 start_cid, cid, xcid; local
1089 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto);
1090 cid = icid - start_cid;
H A Dqed_rdma.c1035 u32 returned_id, start_cid; local
1051 start_cid = qed_cxt_get_proto_cid_start(p_hwfn,
1053 *icid = returned_id + start_cid;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c1248 u32 start_cid = ethdev->starting_cid; local
1253 cp->iscsi_start_cid = start_cid;
1254 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ;
2544 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) argument
2549 for (i = start_cid; i < cp->max_cid_space; i++) {

Completed in 142 milliseconds