• Home
  • Raw
  • Download

Lines Matching refs:ice_pf

74 	struct ice_pf *pf;
123 void ice_process_vflr_event(struct ice_pf *pf);
129 void ice_free_vfs(struct ice_pf *pf);
130 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event);
131 void ice_vc_notify_link_state(struct ice_pf *pf);
132 void ice_vc_notify_reset(struct ice_pf *pf);
133 bool ice_reset_all_vfs(struct ice_pf *pf, bool is_vflr);
137 ice_is_malicious_vf(struct ice_pf *pf, struct ice_rq_event_info *event,
156 bool ice_is_any_vf_in_promisc(struct ice_pf *pf);
158 ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event);
159 void ice_print_vfs_mdd_events(struct ice_pf *pf);
167 static inline void ice_process_vflr_event(struct ice_pf *pf) { } in ice_process_vflr_event()
168 static inline void ice_free_vfs(struct ice_pf *pf) { } in ice_free_vfs()
170 void ice_vc_process_vf_msg(struct ice_pf *pf, struct ice_rq_event_info *event) { } in ice_vc_process_vf_msg()
171 static inline void ice_vc_notify_link_state(struct ice_pf *pf) { } in ice_vc_notify_link_state()
172 static inline void ice_vc_notify_reset(struct ice_pf *pf) { } in ice_vc_notify_reset()
175 void ice_vf_lan_overflow_event(struct ice_pf *pf, struct ice_rq_event_info *event) { } in ice_vf_lan_overflow_event()
176 static inline void ice_print_vfs_mdd_events(struct ice_pf *pf) { } in ice_print_vfs_mdd_events()
186 ice_is_malicious_vf(struct ice_pf __always_unused *pf, in ice_is_malicious_vf()
195 ice_reset_all_vfs(struct ice_pf __always_unused *pf, in ice_reset_all_vfs()
273 static inline bool ice_is_any_vf_in_promisc(struct ice_pf __always_unused *pf) in ice_is_any_vf_in_promisc()