Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h1013 struct virtchnl_pf_event { struct
1041 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_pf_event); argument
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1463 struct virtchnl_pf_event *vpe) in iavf_get_vpe_link_status()
1480 struct virtchnl_pf_event *vpe) in iavf_set_adapter_link_speed_from_vpe()
1973 struct virtchnl_pf_event *vpe = in iavf_virtchnl_completion()
1974 (struct virtchnl_pf_event *)msg; in iavf_virtchnl_completion()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c86 struct virtchnl_pf_event *pfe, struct i40e_link_status *ls) in i40e_set_vf_link_state()
112 struct virtchnl_pf_event pfe; in i40e_vc_notify_vf_link_state()
149 struct virtchnl_pf_event pfe; in i40e_vc_notify_reset()
154 (u8 *)&pfe, sizeof(struct virtchnl_pf_event)); in i40e_vc_notify_reset()
191 struct virtchnl_pf_event pfe; in i40e_vc_notify_vf_reset()
209 sizeof(struct virtchnl_pf_event), NULL); in i40e_vc_notify_vf_reset()
4772 struct virtchnl_pf_event pfe; in i40e_ndo_set_vf_link_state()
/openbmc/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.c796 struct virtchnl_pf_event pfe; in ice_notify_vf_reset()