Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c666 OSAL_SPIN_LOCK(&p_spq->lock); in ecore_spq_get_entry()
700 OSAL_SPIN_LOCK(&p_hwfn->p_spq->lock); in ecore_spq_return_entry()
879 OSAL_SPIN_LOCK(&p_spq->lock); in ecore_spq_post()
935 OSAL_SPIN_LOCK(&p_spq->lock); in ecore_spq_post()
965 OSAL_SPIN_LOCK(&p_spq->lock); in ecore_spq_completion()
1036 OSAL_SPIN_LOCK(&p_spq->lock); in ecore_spq_completion()
H A Decore_hw.c124 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_acquire()
156 OSAL_SPIN_LOCK(&p_hwfn->p_ptt_pool->lock); in ecore_ptt_release()
664 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_info_free()
941 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_host2grc()
964 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_grc2host()
986 OSAL_SPIN_LOCK(&p_hwfn->dmae_info.lock); in ecore_dmae_host2host()
H A Dbcm_osal.c44 OSAL_SPIN_LOCK(&p_hwfn->spq_lock); in osal_poll_mode_dpc()
H A Decore_mcp.c172 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->cmd_lock); in ecore_mcp_free()
365 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->cmd_lock); in ecore_mcp_reset()
606 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->cmd_lock); in _ecore_mcp_cmd_and_union()
649 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->cmd_lock); in _ecore_mcp_cmd_and_union()
670 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->cmd_lock); in _ecore_mcp_cmd_and_union()
1347 OSAL_SPIN_LOCK(&p_hwfn->mcp_info->link_lock); in ecore_mcp_handle_link_change()
H A Dbcm_osal.h166 #define OSAL_SPIN_LOCK(lock) rte_spinlock_lock(lock) macro
H A Decore_dev.c157 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_add()
188 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_del()
276 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_dp()
345 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_execute()
2281 OSAL_SPIN_LOCK(&qm_lock); in ecore_qm_reconf()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c284 OSAL_SPIN_LOCK(&p_hwfn->spq_lock); in qede_interrupt_action()