Lines Matching refs:p_buf
2802 int qed_mcp_nvm_read(struct qed_dev *cdev, u32 addr, u8 *p_buf, u32 len) in qed_mcp_nvm_read() argument
2824 (u32 *)(p_buf + offset)); in qed_mcp_nvm_read()
2848 int qed_mcp_nvm_resp(struct qed_dev *cdev, u8 *p_buf) in qed_mcp_nvm_resp() argument
2857 memcpy(p_buf, &cdev->mcp_nvm_resp, sizeof(cdev->mcp_nvm_resp)); in qed_mcp_nvm_resp()
2864 u32 cmd, u32 addr, u8 *p_buf, u32 len) in qed_mcp_nvm_write() argument
2901 (u32 *)&p_buf[buf_idx]); in qed_mcp_nvm_write()
2946 u32 port, u32 addr, u32 offset, u32 len, u8 *p_buf) in qed_mcp_phy_sfp_read() argument
2974 (u32 *)(p_buf + offset)); in qed_mcp_phy_sfp_read()
3755 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, in qed_mcp_nvm_get_cfg() argument
3778 mb_param, &resp, ¶m, p_len, (u32 *)p_buf); in qed_mcp_nvm_get_cfg()
3784 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, in qed_mcp_nvm_set_cfg() argument
3812 mb_param, &resp, ¶m, len, (u32 *)p_buf); in qed_mcp_nvm_set_cfg()