Searched refs:ecore_spq_post (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_sp_commands.c | 427 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_start() 456 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_dcbx() 499 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_rl_update() 541 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_tunn_cfg() 568 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_stop() 589 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_heartbeat_ramrod() 613 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_pf_update_stag()
|
H A D | ecore_l2.c | 465 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_vport_start() 809 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vport_update() 844 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_vport_stop() 967 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_rxq_start_ramrod() 1086 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_rx_queues_update() 1129 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_pf_rx_queue_stop() 1190 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_txq_start_ramrod() 1267 return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_eth_pf_tx_queue_stop() 1476 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_filter_ucast() 1630 rc = ecore_spq_post(p_hwfn, p_ent, OSAL_NULL); in ecore_sp_eth_filter_mcast() [all …]
|
H A D | ecore_spq.h | 216 enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn,
|
H A D | ecore_spq.c | 885 enum _ecore_status_t ecore_spq_post(struct ecore_hwfn *p_hwfn, in ecore_spq_post() function
|