Lines Matching refs:i40e_pf
236 struct i40e_pf { struct
415 struct i40e_pf *pf; argument
519 struct i40e_pf *back; /* Backreference to associated PF */
557 struct i40e_pf *pf;
587 static inline struct i40e_pf *i40e_netdev_to_pf(struct net_device *netdev) in i40e_netdev_to_pf()
620 static inline int i40e_get_fd_cnt_all(struct i40e_pf *pf) in i40e_get_fd_cnt_all()
630 void i40e_do_reset_safe(struct i40e_pf *pf, u32 reset_flags);
631 void i40e_do_reset(struct i40e_pf *pf, u32 reset_flags);
632 struct i40e_vsi *i40e_find_vsi_from_id(struct i40e_pf *pf, u16 id);
636 int i40e_fetch_switch_configuration(struct i40e_pf *pf,
640 struct i40e_pf *pf, bool add);
643 void i40e_fdir_check_and_reenable(struct i40e_pf *pf);
644 u32 i40e_get_current_fd_count(struct i40e_pf *pf);
645 u32 i40e_get_cur_guaranteed_fd_count(struct i40e_pf *pf);
646 u32 i40e_get_current_atr_cnt(struct i40e_pf *pf);
647 u32 i40e_get_global_fd_count(struct i40e_pf *pf);
648 bool i40e_set_ntuple(struct i40e_pf *pf, netdev_features_t features);
656 struct i40e_vsi *i40e_vsi_setup(struct i40e_pf *pf, u8 type,
659 struct i40e_vsi *i40e_vsi_lookup(struct i40e_pf *pf, enum i40e_vsi_type type,
667 int i40e_reconfig_rss_queues(struct i40e_pf *pf, int queue_count);
668 struct i40e_veb *i40e_veb_setup(struct i40e_pf *pf, u16 flags, u16 uplink_seid,
676 void i40e_pf_reset_stats(struct i40e_pf *pf);
678 void i40e_dbg_pf_init(struct i40e_pf *pf);
679 void i40e_dbg_pf_exit(struct i40e_pf *pf);
683 static inline void i40e_dbg_pf_init(struct i40e_pf *pf) {} in i40e_dbg_pf_init()
684 static inline void i40e_dbg_pf_exit(struct i40e_pf *pf) {} in i40e_dbg_pf_exit()
690 void i40e_irq_dynamic_disable_icr0(struct i40e_pf *pf);
691 void i40e_irq_dynamic_enable_icr0(struct i40e_pf *pf);
724 u8 i40e_get_fcoe_tc_map(struct i40e_pf *pf);
726 void i40e_fcoe_vsi_setup(struct i40e_pf *pf);
727 int i40e_init_pf_fcoe(struct i40e_pf *pf);
738 void i40e_dcbnl_flush_apps(struct i40e_pf *pf,
743 bool i40e_dcb_need_reconfig(struct i40e_pf *pf,
748 void i40e_ptp_tx_hwtstamp(struct i40e_pf *pf);
749 void i40e_ptp_rx_hwtstamp(struct i40e_pf *pf, struct sk_buff *skb, u8 index);
750 void i40e_ptp_set_increment(struct i40e_pf *pf);
751 int i40e_ptp_set_ts_config(struct i40e_pf *pf, struct ifreq *ifr);
752 int i40e_ptp_get_ts_config(struct i40e_pf *pf, struct ifreq *ifr);
753 void i40e_ptp_init(struct i40e_pf *pf);
754 void i40e_ptp_stop(struct i40e_pf *pf);
756 i40e_status i40e_get_npar_bw_setting(struct i40e_pf *pf);
757 i40e_status i40e_set_npar_bw_setting(struct i40e_pf *pf);
758 i40e_status i40e_commit_npar_bw_setting(struct i40e_pf *pf);