Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c157 u16_t ind_cids, start_cid, end_cid; in lm_vf_dis() local
161 end_cid = (((1 << LM_VF_MAX_RVFID_SIZE) | 63) << LM_VF_CID_WND_SIZE); //last possible abs VF_ID in lm_vf_dis()
162 …gMessage2(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_cid); in lm_vf_dis()
163 for (ind_cids = start_cid; ind_cids <= end_cid; ind_cids++) { in lm_vf_dis()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c358 u16_t ind_cids, start_cid, end_cid;
362 end_cid = (((1 << LM_VF_MAX_RVFID_SIZE) | 63) << LM_VF_CID_WND_SIZE); //last possible abs VF_ID
363 …bgMessage(pf_dev, FATAL, "vf disable: clear VFs connections from %d till %d\n",start_cid, end_cid);