Home
last modified time | relevance | path

Searched refs:ECORE_LEADING_HWFN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_selftest.c123 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_selftest_nvram()
H A Decore_mcp.c1419 if (p_hwfn != ECORE_LEADING_HWFN(p_dev)) in ecore_mcp_handle_process_kill()
1623 if (p_hwfn != ECORE_LEADING_HWFN(p_hwfn->p_dev)) in ecore_mcp_handle_fan_failure()
1843 if (p_hwfn != ECORE_LEADING_HWFN(p_hwfn->p_dev)) in ecore_mcp_handle_critical_error()
2872 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_nvm_read()
2923 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_phy_read()
2952 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_nvm_resp()
2970 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_nvm_del_file()
2992 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_nvm_put_file_begin()
3017 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_nvm_write()
3080 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_mcp_phy_write()
[all …]
H A Decore_dev.c2286 p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_hw_init()
2491 p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_hw_stop()
2492 p_ptt = ECORE_LEADING_HWFN(p_dev)->p_main_ptt; in ecore_hw_stop()
3811 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_get_dev_info()
4020 if (p_params->initiate_pf_flr && p_hwfn == ECORE_LEADING_HWFN(p_dev) && in ecore_hw_prepare_single()
4028 if (p_hwfn == ECORE_LEADING_HWFN(p_hwfn->p_dev)) { in ecore_hw_prepare_single()
4084 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_hw_prepare()
4148 struct ecore_hwfn *p_hwfn = ECORE_LEADING_HWFN(p_dev); in ecore_hw_remove()
5442 struct ecore_hwfn *p_lead = ECORE_LEADING_HWFN(p_dev); in ecore_configure_pf_max_bandwidth()
5500 struct ecore_hwfn *p_lead = ECORE_LEADING_HWFN(p_dev); in ecore_configure_pf_min_bandwidth()
[all …]
H A Decore.h920 #define ECORE_LEADING_HWFN(dev) (&dev->hwfns[0]) macro
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c3552 p_hwfn = ECORE_LEADING_HWFN(edev); in qede_attach()
3723 p_hwfn = ECORE_LEADING_HWFN(edev); in qede_quiesce()
H A Dqede_gld.c2212 hwfn = ECORE_LEADING_HWFN(edev);