Searched refs:ecore_spq_post (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_sp_commands.c | 412 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_start() 442 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_dcbx() 469 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_ufp() 550 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_rl_update() 593 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_tunn_cfg() 620 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_stop() 645 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_heartbeat_ramrod() 670 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_stag()
|
| H A D | ecore_l2.c | 445 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_vport_start() 804 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vport_update() 838 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vport_stop() 964 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_rxq_start_ramrod() 1082 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_rx_queues_update() 1125 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_pf_rx_queue_stop() 1186 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_txq_start_ramrod() 1272 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_pf_tx_queue_stop() 1495 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_filter_ucast() 1640 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_filter_mcast() [all …]
|
| H A D | ecore_spq.h | 172 enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn,
|
| H A D | ecore_spq.c | 852 enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn, in ecore_spq_post() function
|
| H A D | ecore_sriov.c | 176 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_start() 204 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vf_stop()
|