Searched refs:rep_resp (Results 1 – 3 of 3) sorted by relevance
76 struct lio_vf_rep_resp *rep_resp; in lio_vf_rep_send_soft_command() local94 rep_resp = (struct lio_vf_rep_resp *)sc->virtrptr; in lio_vf_rep_send_soft_command()95 memset(rep_resp, 0, tot_resp_size); in lio_vf_rep_send_soft_command()96 WRITE_ONCE(rep_resp->status, 1); in lio_vf_rep_send_soft_command()112 err = READ_ONCE(rep_resp->status) ? -EBUSY : 0; in lio_vf_rep_send_soft_command()117 memcpy(resp, (rep_resp + 1), resp_size); in lio_vf_rep_send_soft_command()
313 struct ib_ucm_rep_event_resp rep_resp; member
274 ib_ucm_event_rep_get(&uvt->resp.u.rep_resp, in ib_ucm_event_process()