Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.h274 bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn);
H A Decore_mcp.c67 bool ecore_mcp_is_init(struct ecore_hwfn *p_hwfn) in ecore_mcp_is_init() function
707 if (CHIP_REV_IS_EMUL(p_hwfn->p_dev) && !ecore_mcp_is_init(p_hwfn)) in ecore_mcp_cmd_and_union()
721 if (!ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_cmd_and_union()
1893 if (CHIP_REV_IS_EMUL(p_hwfn->p_dev) && !ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_mdump_get_info()
2208 if (CHIP_REV_IS_EMUL(p_hwfn->p_dev) && !ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_mfw_ver()
2254 if (CHIP_REV_IS_EMUL(p_hwfn->p_dev) && !ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_mbi_ver()
2295 if (!ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_media_type()
2328 if (!ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_transceiver_data()
2491 if (!ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_board_config()
2715 if (CHIP_REV_IS_EMUL(p_hwfn->p_dev) && !ecore_mcp_is_init(p_hwfn)) { in ecore_mcp_get_flash_size()
[all …]
H A Decore_dev.c5403 if (CHIP_REV_IS_ASIC(p_hwfn->p_dev) && ecore_mcp_is_init(p_hwfn)) { in ecore_get_hw_info()
5416 if (ecore_mcp_is_init(p_hwfn)) { in ecore_get_hw_info()
5430 } else if (ecore_mcp_is_init(p_hwfn)) { in ecore_get_hw_info()
5464 if (ecore_mcp_is_init(p_hwfn)) in ecore_get_hw_info()
H A Decore_sriov.c1262 if (!ecore_mcp_is_init(p_hwfn)) { in ecore_emul_iov_release_hw_for_vf()