| H A D | qed_mcp.c | 3060 int qed_mcp_nvm_read(struct qed_dev *cdev, u32 addr, u8 *p_buf, u32 len) in qed_mcp_nvm_read() argument 3082 (u32 *)(p_buf + offset), true); in qed_mcp_nvm_read() 3099 int qed_mcp_nvm_resp(struct qed_dev *cdev, u8 *p_buf) in qed_mcp_nvm_resp() argument 3108 memcpy(p_buf, &cdev->mcp_nvm_resp, sizeof(cdev->mcp_nvm_resp)); in qed_mcp_nvm_resp() 3115 u32 cmd, u32 addr, u8 *p_buf, u32 len) in qed_mcp_nvm_write() argument 3152 (u32 *)&p_buf[buf_idx]); in qed_mcp_nvm_write() 3199 u32 port, u32 addr, u32 offset, u32 len, u8 *p_buf) in qed_mcp_phy_sfp_read() argument 3227 (u32 *)(p_buf + offset), true); in qed_mcp_phy_sfp_read() 4028 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, in qed_mcp_nvm_get_cfg() argument 4052 (u32 *)p_buf, false); in qed_mcp_nvm_get_cfg() [all …]
|