Lines Matching refs:ice_pf
29 void ice_process_vflr_event(struct ice_pf *pf);
35 void ice_free_vfs(struct ice_pf *pf);
36 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event);
39 ice_is_malicious_vf(struct ice_pf *pf, struct ice_rq_event_info *event,
62 ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event);
63 void ice_print_vfs_mdd_events(struct ice_pf *pf);
68 static inline void ice_process_vflr_event(struct ice_pf *pf) { } in ice_process_vflr_event()
69 static inline void ice_free_vfs(struct ice_pf *pf) { } in ice_free_vfs()
71 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event) { } in ice_vc_process_vf_msg()
73 void ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event) { } in ice_vf_lan_overflow_event()
74 static inline void ice_print_vfs_mdd_events(struct ice_pf *pf) { } in ice_print_vfs_mdd_events()
79 ice_is_malicious_vf(struct ice_pf __always_unused *pf, in ice_is_malicious_vf()