Searched refs:vf_msg (Results 1 – 2 of 2) sorted by relevance
179 struct mbox_msghdr *vf_msg; in af_pf_wait_msg() local191 if (vf_msg) { in af_pf_wait_msg()193 memcpy((uint8_t *)vf_msg + in af_pf_wait_msg()197 vf_msg->rc = msg->rc; in af_pf_wait_msg()198 vf_msg->pcifunc = msg->pcifunc; in af_pf_wait_msg()447 struct mbox_msghdr *vf_msg; in pf_vf_mbox_send_up_msg() local462 vf_msg = mbox_alloc_msg(vf_mbox, vf, size); in pf_vf_mbox_send_up_msg()463 if (!vf_msg) { in pf_vf_mbox_send_up_msg()467 mbox_req_init(msg->hdr.id, vf_msg); in pf_vf_mbox_send_up_msg()477 vf_msg->rc = msg->hdr.rc; in pf_vf_mbox_send_up_msg()[all …]
4402 struct regpair *vf_msg) in ecore_sriov_vfpf_msg() argument4413 p_vf->vf_mbx.pending_req = (((u64)vf_msg->hi) << 32) | vf_msg->lo; in ecore_sriov_vfpf_msg()