Home
last modified time | relevance | path

Searched refs:virtchnl_pf_event (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/avf/
H A Dvirtchnl.h1054 struct virtchnl_pf_event { struct
1082 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_pf_event); argument
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1485 struct virtchnl_pf_event *vpe) in iavf_get_vpe_link_status()
1502 struct virtchnl_pf_event *vpe) in iavf_set_adapter_link_speed_from_vpe()
2119 struct virtchnl_pf_event *vpe = in iavf_virtchnl_completion()
2120 (struct virtchnl_pf_event *)msg; in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c208 ice_set_pfe_link(struct ice_vf *vf, struct virtchnl_pf_event *pfe, in ice_set_pfe_link()
233 struct virtchnl_pf_event pfe = { 0 }; in ice_vc_notify_vf_link_state()
273 struct virtchnl_pf_event pfe; in ice_vc_notify_reset()
281 (u8 *)&pfe, sizeof(struct virtchnl_pf_event)); in ice_vc_notify_reset()
H A Dice_vf_lib.c827 struct virtchnl_pf_event pfe; in ice_notify_vf_reset()