Home
last modified time | relevance | path

Searched refs:ecore_spq_get_cid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c341 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_start()
443 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_dcbx()
469 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_rl_update()
527 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_tunn_cfg()
558 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_stop()
579 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_heartbeat_ramrod()
600 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_pf_update_stag()
H A Decore_spq.h332 u32 ecore_spq_get_cid(struct ecore_hwfn *p_hwfn);
H A Decore_l2.c381 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_eth_vport_start()
741 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_vport_update()
831 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_vport_stop()
1336 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_filter_ucast_common()
1586 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_sp_eth_filter_mcast()
2131 init_data.cid = ecore_spq_get_cid(p_hwfn); in ecore_configure_rfs_ntuple_filter()
H A Decore_spq.c809 u32 ecore_spq_get_cid(struct ecore_hwfn *p_hwfn) in ecore_spq_get_cid() function