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.c366 struct ecore_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[i]; in ecore_cxt_tm_iids() local
369 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()
379 iids->per_vf_cids += p_cfg->cids_per_vf; in ecore_cxt_tm_iids()
383 struct ecore_tid_seg *segs = p_cfg->tid_seg; in ecore_cxt_tm_iids()
446 struct ecore_cxt_mngr *p_cfg = p_hwfn->p_cxt_mngr; in ecore_cxt_tid_seg_info() local
453 if (p_cfg->conn_cfg[i].tid_seg[seg].count) in ecore_cxt_tid_seg_info()
454 return &p_cfg->conn_cfg[i].tid_seg[seg]; in ecore_cxt_tid_seg_info()
1224 struct ecore_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type]; in ecore_cid_map_alloc() local
[all …]