ret_buf
CHECK(ret_buf(in, &targetinfo, &type2->targetinfo), 0);
CHECK(ret_buf(in, &lm, &type3->lm), 0);
CHECK(ret_buf(in, &ntlm, &type3->ntlm), 0);
CHECK(ret_buf(in, &sessionkey, &type3->sessionkey), 0);
bce_nvram_read(struct bce_softc *sc, u32 offset, u8 *ret_buf,
memcpy(ret_buf, buf + (offset & 3), pre_len);
ret_buf += pre_len;
memcpy(ret_buf, buf, 4 - extra);
rc = bce_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
ret_buf += 4;
rc = bce_nvram_read_dword(sc, offset32, ret_buf, 0);
ret_buf += 4;
memcpy(ret_buf, buf, 4 - extra);
uint8_t *ret_buf,
memcpy(ret_buf, &val, 4);
ret_buf += sizeof(uint32_t);
memcpy(ret_buf, &val, 4);
u32 *ret_buf)
if (ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_READ_NVRAM, (nvram_offset_bytes + read_offset) | (bytes_to_copy << DRV_MB_PARAM_NVM_LEN_OFFSET), &ret_mcp_resp, &ret_mcp_param, &ret_read_size, (u32 *)((u8 *)ret_buf + read_offset)))
struct mbuf *ret_buf;
ret_buf =
ret_buf = NULL;
if (ret_buf == NULL) {