Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c244 struct ecore_cid_acquired_map acquired_vf[MAX_CONN_TYPES][COMMON_MAX_NUM_VFS]; member
1185 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
1186 p_mngr->acquired_vf[type][vf].max_count = 0; in ecore_cid_map_free()
1187 p_mngr->acquired_vf[type][vf].start_cid = 0; in ecore_cid_map_free()
1235 p_map = &p_mngr->acquired_vf[type][vf]; in ecore_cid_map_alloc()
1383 p_map = &p_mngr->acquired_vf[type][vf]; in ecore_cxt_mngr_setup()
1973 p_map = &p_mngr->acquired_vf[type][vfid]; in _ecore_cxt_acquire_cid()
2020 *pp_map = &p_mngr->acquired_vf[*p_type][vfid]; in ecore_cxt_test_cid_acquired()