Lines Matching refs:ice_pf
11 void ice_eswitch_detach_vf(struct ice_pf *pf, struct ice_vf *vf);
12 void ice_eswitch_detach_sf(struct ice_pf *pf, struct ice_dynamic_port *sf);
13 int ice_eswitch_attach_vf(struct ice_pf *pf, struct ice_vf *vf);
14 int ice_eswitch_attach_sf(struct ice_pf *pf, struct ice_dynamic_port *sf);
20 bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf);
24 void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf);
37 ice_eswitch_detach_vf(struct ice_pf *pf, struct ice_vf *vf) { } in ice_eswitch_detach_vf()
40 ice_eswitch_detach_sf(struct ice_pf *pf, struct ice_dynamic_port *sf) { } in ice_eswitch_detach_sf()
43 ice_eswitch_attach_vf(struct ice_pf *pf, struct ice_vf *vf) in ice_eswitch_attach_vf()
49 ice_eswitch_attach_sf(struct ice_pf *pf, struct ice_dynamic_port *sf) in ice_eswitch_attach_sf()
54 static inline void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf) { } in ice_eswitch_stop_all_tx_queues()
63 static inline int ice_eswitch_configure(struct ice_pf *pf) in ice_eswitch_configure()
80 static inline bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf) in ice_is_eswitch_mode_switchdev()