Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.c985 p_mngr->acquired_vf[type][vf].cid_map); in ecore_cid_map_free()
987 p_mngr->acquired_vf[type][vf].max_count = 0; in ecore_cid_map_free()
988 p_mngr->acquired_vf[type][vf].start_cid = 0; in ecore_cid_map_free()
1039 p_map = &p_mngr->acquired_vf[type][vf]; in ecore_cid_map_alloc_single()
1075 struct ecore_cid_acquired_map *acquired_vf; in ecore_cxt_mngr_alloc() local
1140 max_num_vfs, sizeof(*acquired_vf)); in ecore_cxt_mngr_alloc()
1141 if (!acquired_vf) { in ecore_cxt_mngr_alloc()
1147 p_mngr->acquired_vf[i] = acquired_vf; in ecore_cxt_mngr_alloc()
1230 p_map = &p_mngr->acquired_vf[type][vf]; in ecore_cxt_mngr_setup()
1804 p_map = &p_mngr->acquired_vf[type][vfid]; in _ecore_cxt_acquire_cid()
[all …]
H A Decore_cxt.h313 struct ecore_cid_acquired_map *acquired_vf[MAX_CONN_TYPES]; member