Searched refs:rep_resp (Results 1 – 1 of 1) sorted by relevance
61 struct lio_vf_rep_resp *rep_resp; in lio_vf_rep_send_soft_command() local77 rep_resp = (struct lio_vf_rep_resp *)sc->virtrptr; in lio_vf_rep_send_soft_command()78 memset(rep_resp, 0, tot_resp_size); in lio_vf_rep_send_soft_command()79 WRITE_ONCE(rep_resp->status, 1); in lio_vf_rep_send_soft_command()93 err = READ_ONCE(rep_resp->status) ? -EBUSY : 0; in lio_vf_rep_send_soft_command()97 memcpy(resp, (rep_resp + 1), resp_size); in lio_vf_rep_send_soft_command()