Symbol: ecore_mcp_link_params
sys/dev/qlnx/qlnxe/ecore_dev.c
5091
struct ecore_mcp_link_params *link;
sys/dev/qlnx/qlnxe/ecore_iov_api.h
298
struct ecore_mcp_link_params *params,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
313
struct ecore_mcp_link_params *params,
sys/dev/qlnx/qlnxe/ecore_iov_api.h
77
struct ecore_mcp_link_params;
sys/dev/qlnx/qlnxe/ecore_iov_api.h
770
static OSAL_INLINE void ecore_iov_set_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct ecore_mcp_link_params OSAL_UNUSED *params, struct ecore_mcp_link_state OSAL_UNUSED *link, struct ecore_mcp_link_capabilities OSAL_UNUSED *p_caps) {}
sys/dev/qlnx/qlnxe/ecore_iov_api.h
771
static OSAL_INLINE void ecore_iov_get_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct ecore_mcp_link_params OSAL_UNUSED *params, struct ecore_mcp_link_state OSAL_UNUSED *link, struct ecore_mcp_link_capabilities OSAL_UNUSED *p_caps) {}
sys/dev/qlnx/qlnxe/ecore_mcp.c
1595
struct ecore_mcp_link_params *params = &p_hwfn->mcp_info->link_input;
sys/dev/qlnx/qlnxe/ecore_mcp.c
2729
struct ecore_mcp_link_params
sys/dev/qlnx/qlnxe/ecore_mcp.h
81
struct ecore_mcp_link_params link_input;
sys/dev/qlnx/qlnxe/ecore_mcp_api.h
582
struct ecore_mcp_link_params *ecore_mcp_get_link_params(struct ecore_hwfn
sys/dev/qlnx/qlnxe/ecore_sriov.c
1063
struct ecore_mcp_link_params *params,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1104
struct ecore_mcp_link_params link_params;
sys/dev/qlnx/qlnxe/ecore_sriov.c
1241
struct ecore_mcp_link_params params;
sys/dev/qlnx/qlnxe/ecore_sriov.c
4092
struct ecore_mcp_link_params *p_params,
sys/dev/qlnx/qlnxe/ecore_vf.c
1744
void __ecore_vf_get_link_params(struct ecore_mcp_link_params *p_params,
sys/dev/qlnx/qlnxe/ecore_vf.c
1759
struct ecore_mcp_link_params *params)
sys/dev/qlnx/qlnxe/ecore_vf.h
315
void __ecore_vf_get_link_params(struct ecore_mcp_link_params *p_params,
sys/dev/qlnx/qlnxe/ecore_vf.h
360
static OSAL_INLINE void __ecore_vf_get_link_params(struct ecore_mcp_link_params OSAL_UNUSED *p_params, struct ecore_bulletin_content OSAL_UNUSED *p_bulletin) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
205
static OSAL_INLINE void ecore_vf_get_link_params(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_mcp_link_params OSAL_UNUSED *params) {}
sys/dev/qlnx/qlnxe/ecore_vf_api.h
54
struct ecore_mcp_link_params *params);
sys/dev/qlnx/qlnxe/qlnx_os.c
5325
struct ecore_mcp_link_params link_params;
sys/dev/qlnx/qlnxe/qlnx_os.c
5331
memset(&link_params, 0, sizeof(struct ecore_mcp_link_params));
sys/dev/qlnx/qlnxe/qlnx_os.c
8160
struct ecore_mcp_link_params params;
sys/dev/qlnx/qlnxe/qlnx_os.c
8167
memset(&params, 0, sizeof(struct ecore_mcp_link_params));