Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_cxt.c283 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in ecore_cxt_get_proto_cid_start()
978 OSAL_FREE(p_hwfn->p_dev, p_mngr->acquired[type].cid_map); in ecore_cid_map_free()
979 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
980 p_mngr->acquired[type].max_count = 0; in ecore_cid_map_free()
981 p_mngr->acquired[type].start_cid = 0; in ecore_cid_map_free()
1031 p_map = &p_mngr->acquired[type]; in ecore_cid_map_alloc_single()
1219 p_map = &p_mngr->acquired[type]; in ecore_cxt_mngr_setup()
1802 p_map = &p_mngr->acquired[type]; in _ecore_cxt_acquire_cid()
1849 *pp_map = &p_mngr->acquired[*p_type]; in ecore_cxt_test_cid_acquired()
H A Decore_cxt.h312 struct ecore_cid_acquired_map acquired[MAX_CONN_TYPES]; member
/dpdk/doc/guides/nics/
H A Dfm10k.rst119 FM10000 PMD. The switch driver can be acquired from Intel support.
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst299 and releases acquired resources after processing of current operation is
438 stateful processing and releases acquired resources after processing
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst23 the lock to each CPU/thread in the order they acquired the lock.