Home
last modified time | relevance | path

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

/linux/include/linux/net/intel/
H A Dvirtchnl.h1115 struct virtchnl_pf_event { struct
1143 VIRTCHNL_CHECK_STRUCT_LEN(16, virtchnl_pf_event); argument
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c58 ice_set_pfe_link(struct ice_vf *vf, struct virtchnl_pf_event *pfe, in ice_set_pfe_link()
83 struct virtchnl_pf_event pfe = { 0 }; in ice_vc_notify_vf_link_state()
123 struct virtchnl_pf_event pfe; in ice_vc_notify_reset()
131 (u8 *)&pfe, sizeof(struct virtchnl_pf_event)); in ice_vc_notify_reset()
/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()
4800 struct virtchnl_pf_event pfe; in i40e_ndo_set_vf_link_state()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c834 struct virtchnl_pf_event pfe; in ice_notify_vf_reset()