Searched refs:qed_mcp_cmd (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 638 int qed_mcp_cmd(struct qed_hwfn *p_hwfn, in qed_mcp_cmd() function 754 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_CANCEL_LOAD_REQ, 0, in qed_mcp_cancel_load_req() 1570 qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_BW_UPDATE_ACK, 0, &resp, in qed_mcp_update_bw() 1608 qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_S_TAG_UPDATE_ACK, 0, in qed_mcp_update_stag() 1905 rc = qed_mcp_cmd(p_hwfn, p_ptt, in qed_mcp_get_shmem_proto_mfw() 2024 rc = qed_mcp_cmd(p_hwfn, p_ptt, in qed_mcp_fill_shmem_func_info() 2073 rc = qed_mcp_cmd(p_hwfn, p_ptt, in qed_mcp_drain() 2117 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_CFG_VF_MSIX, param, in qed_mcp_config_vf_msix_bb() 2139 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_CFG_PF_VFS_MSIX, in qed_mcp_config_vf_msix_ah() 2200 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_MCP_HALT, 0, &resp, in qed_mcp_halt() [all …]
|
D | qed_mcp.h | 351 int qed_mcp_cmd(struct qed_hwfn *p_hwfn,
|
D | qed_dev.c | 1821 mfw_rc = qed_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init() 1840 mfw_rc = qed_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init() 1861 rc = qed_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init() 1869 rc = qed_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in qed_hw_init()
|
D | qed_mng_tlv.c | 1331 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_GET_TLV_DONE, 0, &resp, in qed_mfw_process_tlv_req()
|
D | qed_dcbx.c | 1257 rc = qed_mcp_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_SET_DCBX, in qed_dcbx_config_params()
|