Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c369 if (p_cfg->cid_count) in ecore_cxt_tm_iids()
372 iids->pf_cids += p_cfg->cid_count; in ecore_cxt_tm_iids()
376 if (p_cfg->cids_per_vf) in ecore_cxt_tm_iids()
1230 p_cfg->cid_count, p_map)) in ecore_cid_map_alloc()
1238 p_cfg->cids_per_vf, in ecore_cid_map_alloc()
1243 start_cid += p_cfg->cid_count; in ecore_cid_map_alloc()
1244 vf_start_cid += p_cfg->cids_per_vf; in ecore_cid_map_alloc()
1362 struct ecore_conn_type_cfg *p_cfg; in ecore_cxt_mngr_setup() local
1370 p_cfg = &p_mngr->conn_cfg[type]; in ecore_cxt_mngr_setup()
1371 if (p_cfg->cid_count) { in ecore_cxt_mngr_setup()
[all …]