Searched refs:GET_PFVF_OPS (Results 1 – 2 of 2) sorted by relevance
35 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); in adf_send_vf2pf_msg()52 struct adf_pfvf_ops *pfvf_ops = GET_PFVF_OPS(accel_dev); in adf_recv_pf2vf_msg()
400 #define GET_PFVF_OPS(accel_dev) (&(accel_dev)->hw_device->pfvf_ops) macro