Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/fsl/
Denetc_mdio.h31 struct enetc_hw;
34 struct enetc_hw *hw;
42 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs);
51 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc()
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc_msg.c6 static void enetc_msg_disable_mr_int(struct enetc_hw *hw) in enetc_msg_disable_mr_int()
13 static void enetc_msg_enable_mr_int(struct enetc_hw *hw) in enetc_msg_enable_mr_int()
34 struct enetc_hw *hw = &pf->si->hw; in enetc_msg_task()
68 struct enetc_hw *hw = &si->hw; in enetc_msg_alloc_mbx()
96 struct enetc_hw *hw = &si->hw; in enetc_msg_free_mbx()
Denetc_pf.c17 static void enetc_pf_get_primary_mac_addr(struct enetc_hw *hw, int si, u8 *addr) in enetc_pf_get_primary_mac_addr()
26 static void enetc_pf_set_primary_mac_addr(struct enetc_hw *hw, int si, in enetc_pf_set_primary_mac_addr()
50 static void enetc_set_vlan_promisc(struct enetc_hw *hw, char si_map) in enetc_set_vlan_promisc()
70 static void enetc_set_isol_vlan(struct enetc_hw *hw, int si, u16 vlan, u8 qos) in enetc_set_isol_vlan()
201 struct enetc_hw *hw = &priv->si->hw; in enetc_pf_set_rx_mode()
258 static void enetc_set_vlan_ht_filter(struct enetc_hw *hw, int si_idx, in enetc_set_vlan_ht_filter()
322 struct enetc_hw *hw = &priv->si->hw; in enetc_set_loopback()
401 struct enetc_hw *hw = &pf->si->hw; in enetc_setup_mac_address()
450 struct enetc_hw *hw = &si->hw; in enetc_port_assign_rfs_entries()
471 struct enetc_hw *hw = &si->hw; in enetc_port_si_configure()
[all …]
Denetc.h221 struct enetc_hw hw;
409 int enetc_setup_cbdr(struct device *dev, struct enetc_hw *hw, int bd_count,
417 void enetc_set_rss_key(struct enetc_hw *hw, const u8 *bytes);
489 struct enetc_hw *hw = &priv->si->hw; in enetc_psfp_enable()
507 struct enetc_hw *hw = &priv->si->hw; in enetc_psfp_disable()
Denetc_mdio.c161 struct enetc_hw *enetc_hw_alloc(struct device *dev, void __iomem *port_regs) in enetc_hw_alloc()
163 struct enetc_hw *hw; in enetc_hw_alloc()
Denetc_ethtool.c37 struct enetc_hw *hw = &priv->si->hw; in enetc_get_reglen()
56 struct enetc_hw *hw = &priv->si->hw; in enetc_get_regs()
273 struct enetc_hw *hw = &priv->si->hw; in enetc_get_ethtool_stats()
521 struct enetc_hw *hw = &priv->si->hw; in enetc_get_rxfh()
540 void enetc_set_rss_key(struct enetc_hw *hw, const u8 *bytes) in enetc_set_rss_key()
552 struct enetc_hw *hw = &priv->si->hw; in enetc_set_rxfh()
578 struct enetc_hw *hw = &priv->si->hw; in enetc_get_ringparam()
Denetc_hw.h350 struct enetc_hw { struct
639 static inline void enetc_load_primary_mac_addr(struct enetc_hw *hw, in enetc_load_primary_mac_addr()
682 static inline void enetc_bdr_enable_rxvlan(struct enetc_hw *hw, int idx, in enetc_bdr_enable_rxvlan()
691 static inline void enetc_bdr_enable_txvlan(struct enetc_hw *hw, int idx, in enetc_bdr_enable_txvlan()
700 static inline void enetc_set_bdr_prio(struct enetc_hw *hw, int bdr_idx, in enetc_set_bdr_prio()
Denetc_pci_mdio.c18 struct enetc_hw *hw; in enetc_pci_mdio_probe()
Denetc.c130 struct enetc_hw *hw = &priv->si->hw; in enetc_map_tx_buffs()
730 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp()
967 struct enetc_hw *hw = &priv->si->hw; in enetc_get_rx_tstamp()
1711 struct enetc_hw *hw = &si->hw; in enetc_get_si_caps()
1984 struct enetc_hw *hw = &si->hw; in enetc_configure_si()
2039 static void enetc_setup_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_setup_txbdr()
2073 static void enetc_setup_rxbdr(struct enetc_hw *hw, struct enetc_bdr *rx_ring) in enetc_setup_rxbdr()
2128 static void enetc_clear_rxbdr(struct enetc_hw *hw, struct enetc_bdr *rx_ring) in enetc_clear_rxbdr()
2136 static void enetc_clear_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_clear_txbdr()
2178 struct enetc_hw *hw = &priv->si->hw; in enetc_setup_irqs()
[all …]
Denetc_vf.c10 static void enetc_msg_vsi_write_msg(struct enetc_hw *hw, in enetc_msg_vsi_write_msg()
Denetc_cbdr.c6 int enetc_setup_cbdr(struct device *dev, struct enetc_hw *hw, int bd_count, in enetc_setup_cbdr()
Denetc_qos.c12 static u16 enetc_get_max_gcl_len(struct enetc_hw *hw) in enetc_get_max_gcl_len()
165 static u32 enetc_get_cbs_enable(struct enetc_hw *hw, u8 tc) in enetc_get_cbs_enable()
170 static u8 enetc_get_cbs_bw(struct enetc_hw *hw, u8 tc) in enetc_get_cbs_bw()
654 static u64 get_ptp_now(struct enetc_hw *hw) in get_ptp_now()
/linux-5.19.10/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1312 struct enetc_hw *hw; in vsc9959_mdio_bus_alloc()