ixl_send_vf_msg
ixl_send_vf_msg(pf, vf, VIRTCHNL_OP_GET_STATS,
ixl_send_vf_msg(pf, vf, VIRTCHNL_OP_EVENT, I40E_SUCCESS, &event,
ixl_send_vf_msg(pf, vf, op, I40E_SUCCESS, NULL, 0);
ixl_send_vf_msg(pf, vf, op, status, NULL, 0);
ixl_send_vf_msg(pf, vf, VIRTCHNL_OP_VERSION, I40E_SUCCESS,
static void ixl_send_vf_msg(struct ixl_pf *pf, struct ixl_vf *vf, uint16_t op, enum i40e_status_code status, void *msg, uint16_t len);
ixl_send_vf_msg(pf, vf, VIRTCHNL_OP_GET_VF_RESOURCES,