Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c85 struct virtchnl_pf_event *vpe = in iavf_poll_virtchnl_msg()
86 (struct virtchnl_pf_event *)event->msg_buf; in iavf_poll_virtchnl_msg()
1659 struct virtchnl_pf_event *vpe) in iavf_get_vpe_link_status()
1676 struct virtchnl_pf_event *vpe) in iavf_set_adapter_link_speed_from_vpe()
2324 struct virtchnl_pf_event *vpe = in iavf_virtchnl_completion()
2325 (struct virtchnl_pf_event *)msg; in iavf_virtchnl_completion()
/linux/include/linux/avf/
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.c828 struct virtchnl_pf_event pfe; in ice_notify_vf_reset()