Lines Matching defs:pf

20 static void ice_eswitch_del_sp_rules(struct ice_pf *pf)  in ice_eswitch_del_sp_rules()
39 static int ice_eswitch_add_sp_rule(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_add_sp_rule()
75 ice_eswitch_add_sp_rules(struct ice_pf *pf) in ice_eswitch_add_sp_rules()
99 static int ice_eswitch_setup_env(struct ice_pf *pf) in ice_eswitch_setup_env()
215 ice_eswitch_release_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_release_repr()
237 static int ice_eswitch_setup_repr(struct ice_pf *pf, struct ice_repr *repr) in ice_eswitch_setup_repr()
285 struct ice_pf *pf = vsi->back; in ice_eswitch_update_repr() local
374 static void ice_eswitch_release_env(struct ice_pf *pf) in ice_eswitch_release_env()
398 ice_eswitch_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) in ice_eswitch_vsi_setup()
439 static int ice_eswitch_enable_switchdev(struct ice_pf *pf) in ice_eswitch_enable_switchdev()
483 static void ice_eswitch_disable_switchdev(struct ice_pf *pf) in ice_eswitch_disable_switchdev()
505 struct ice_pf *pf = devlink_priv(devlink); in ice_eswitch_mode_set() local
553 struct ice_pf *pf = devlink_priv(devlink); in ice_eswitch_mode_get() local
566 bool ice_is_eswitch_mode_switchdev(struct ice_pf *pf) in ice_is_eswitch_mode_switchdev()
575 static void ice_eswitch_start_all_tx_queues(struct ice_pf *pf) in ice_eswitch_start_all_tx_queues()
591 void ice_eswitch_stop_all_tx_queues(struct ice_pf *pf) in ice_eswitch_stop_all_tx_queues()
603 static void ice_eswitch_stop_reprs(struct ice_pf *pf) in ice_eswitch_stop_reprs()
610 static void ice_eswitch_start_reprs(struct ice_pf *pf) in ice_eswitch_start_reprs()
651 ice_eswitch_attach(struct ice_pf *pf, struct ice_vf *vf) in ice_eswitch_attach()
705 void ice_eswitch_detach(struct ice_pf *pf, struct ice_vf *vf) in ice_eswitch_detach()
741 int ice_eswitch_rebuild(struct ice_pf *pf) in ice_eswitch_rebuild()
767 void ice_eswitch_reserve_cp_queues(struct ice_pf *pf, int change) in ice_eswitch_reserve_cp_queues()