Home
last modified time | relevance | path

Searched refs:enetc_hw (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/fsl/
H A Denetc_mdio.h31 struct enetc_hw;
34 struct enetc_hw *hw;
46 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs);
62 static inline struct enetc_hw *enetc_hw_alloc(struct device *dev, in enetc_hw_alloc()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c47 struct enetc_hw *hw = &priv->si->hw; in enetc_get_reglen()
69 struct enetc_hw *hw = &priv->si->hw; in enetc_get_regs()
360 struct enetc_hw *hw = &si->hw; in enetc_pf_get_ethtool_stats()
378 struct enetc_hw *hw = &si->hw; in enetc4_pf_get_ethtool_stats()
402 struct enetc_hw *hw = &si->hw; in enetc_get_ethtool_stats()
438 struct enetc_hw *hw = &si->hw; in enetc_pause_stats()
474 static void enetc_mac_stats(struct enetc_hw *hw, int mac, in enetc_mac_stats()
497 static void enetc4_mac_stats(struct enetc_hw *hw, int mac, in enetc4_mac_stats()
522 struct enetc_hw *hw = &si->hw; in enetc_ctrl_stats()
549 static void enetc_rmon_stats(struct enetc_hw *hw, int mac, in enetc_rmon_stats()
[all …]
H A Denetc_pf.h28 void (*set_si_primary_mac)(struct enetc_hw *hw, int si, const u8 *addr);
29 void (*get_si_primary_mac)(struct enetc_hw *hw, int si, u8 *addr);
H A Denetc_pf_common.c12 struct enetc_hw *hw = &pf->si->hw; in enetc_set_si_hw_addr()
20 struct enetc_hw *hw = &pf->si->hw; in enetc_get_si_hw_addr()
92 struct enetc_hw *hw = &si->hw; in enetc_set_si_uc_promisc()
114 struct enetc_hw *hw = &si->hw; in enetc_set_si_mc_promisc()
137 struct enetc_hw *hw = &si->hw; in enetc_set_si_uc_hash_filter()
157 struct enetc_hw *hw = &si->hw; in enetc_set_si_mc_hash_filter()
176 struct enetc_hw *hw = &si->hw; in enetc_set_si_vlan_promisc()
517 struct enetc_hw *hw = &si->hw; in enetc_set_si_vlan_ht_filter()
H A Denetc4_debugfs.c15 struct enetc_hw *hw = &si->hw; in enetc_show_si_mac_hash_filter()
32 struct enetc_hw *hw = &pf->si->hw; in enetc_mac_filter_show()
H A Denetc_mdio.c220 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc()
222 struct enetc_hw *hw; in enetc_hw_alloc()
H A Denetc_hw.h397 struct enetc_hw { struct
719 static inline void enetc_get_primary_mac_addr(struct enetc_hw *hw, u8 *addr) in enetc_get_primary_mac_addr()
731 static inline void enetc_load_primary_mac_addr(struct enetc_hw *hw, in enetc_load_primary_mac_addr()
773 static inline void enetc_bdr_enable_rxvlan(struct enetc_hw *hw, int idx, in enetc_bdr_enable_rxvlan()
782 static inline void enetc_bdr_enable_txvlan(struct enetc_hw *hw, int idx, in enetc_bdr_enable_txvlan()
791 static inline void enetc_set_bdr_prio(struct enetc_hw *hw, int bdr_idx, in enetc_set_bdr_prio()
H A Denetc_qos.c12 static u16 enetc_get_max_gcl_len(struct enetc_hw *hw) in enetc_get_max_gcl_len()
19 struct enetc_hw *hw = &priv->si->hw; in enetc_sched_speed_set()
49 struct enetc_hw *hw = &priv->si->hw; in enetc_setup_taprio()
140 struct enetc_hw *hw = &priv->si->hw; in enetc_reset_taprio()
224 static u32 enetc_get_cbs_enable(struct enetc_hw *hw, u8 tc) in enetc_get_cbs_enable()
229 static u8 enetc_get_cbs_bw(struct enetc_hw *hw, u8 tc) in enetc_get_cbs_bw()
240 struct enetc_hw *hw = &priv->si->hw; in enetc_setup_tc_cbs()
355 struct enetc_hw *hw = &priv->si->hw; in enetc_setup_tc_txtime()
713 static u64 get_ptp_now(struct enetc_hw *hw) in get_ptp_now()
H A Denetc_pf_common.h26 static inline u16 enetc_get_ip_revision(struct enetc_hw *hw) in enetc_get_ip_revision()
H A Denetc_vf.c33 static void enetc_msg_vsi_write_msg(struct enetc_hw *hw, in enetc_msg_vsi_write_msg()
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c966 struct enetc_hw *hw; in vsc9959_mdio_bus_alloc()