Lines Matching refs:ice_pf
10 void ice_eswitch_release(struct ice_pf *pf);
11 int ice_eswitch_configure(struct ice_pf *pf);
12 int ice_eswitch_rebuild(struct ice_pf *pf);
18 bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf);
22 void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf);
24 ice_eswitch_add_vf_mac_rule(struct ice_pf *pf, struct ice_vf *vf,
34 static inline void ice_eswitch_release(struct ice_pf *pf) { } in ice_eswitch_release()
36 static inline void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf) { } in ice_eswitch_stop_all_tx_queues()
41 ice_eswitch_add_vf_mac_rule(struct ice_pf *pf, struct ice_vf *vf, in ice_eswitch_add_vf_mac_rule()
53 static inline int ice_eswitch_configure(struct ice_pf *pf) in ice_eswitch_configure()
58 static inline int ice_eswitch_rebuild(struct ice_pf *pf) in ice_eswitch_rebuild()
75 static inline bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf) in ice_is_eswitch_mode_switchdev()