Searched refs:enetc_hw (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_msg.c | 6 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()
|
| D | enetc_pf.c | 18 static void enetc_pf_get_primary_mac_addr(struct enetc_hw *hw, int si, u8 *addr) in enetc_pf_get_primary_mac_addr() 27 static void enetc_pf_set_primary_mac_addr(struct enetc_hw *hw, int si, in enetc_pf_set_primary_mac_addr() 51 static void enetc_set_vlan_promisc(struct enetc_hw *hw, char si_map) in enetc_set_vlan_promisc() 86 static void enetc_set_isol_vlan(struct enetc_hw *hw, int si, u16 vlan, u8 qos) in enetc_set_isol_vlan() 213 struct enetc_hw *hw = &priv->si->hw; in enetc_pf_set_rx_mode() 274 static void enetc_set_vlan_ht_filter(struct enetc_hw *hw, int si_idx, in enetc_set_vlan_ht_filter() 344 struct enetc_hw *hw = &priv->si->hw; in enetc_set_loopback() 423 struct enetc_hw *hw = &si->hw; in enetc_port_setup_primary_mac_address() 441 struct enetc_hw *hw = &si->hw; in enetc_port_assign_rfs_entries() 462 struct enetc_hw *hw = &si->hw; in enetc_port_si_configure() [all …]
|
| D | enetc_mdio.c | 38 static int enetc_mdio_wait_complete(struct enetc_hw *hw) in enetc_mdio_wait_complete() 49 struct enetc_hw *hw = mdio_priv->hw; in enetc_mdio_write() 96 struct enetc_hw *hw = mdio_priv->hw; in enetc_mdio_read()
|
| D | enetc_ethtool.c | 35 struct enetc_hw *hw = &priv->si->hw; in enetc_get_reglen() 54 struct enetc_hw *hw = &priv->si->hw; in enetc_get_regs() 252 struct enetc_hw *hw = &priv->si->hw; in enetc_get_ethtool_stats() 490 struct enetc_hw *hw = &priv->si->hw; in enetc_get_rxfh() 509 void enetc_set_rss_key(struct enetc_hw *hw, const u8 *bytes) in enetc_set_rss_key() 521 struct enetc_hw *hw = &priv->si->hw; in enetc_set_rxfh() 545 struct enetc_hw *hw = &priv->si->hw; in enetc_get_ringparam()
|
| D | enetc_hw.h | 290 struct enetc_hw { struct 491 static inline void enetc_get_primary_mac_addr(struct enetc_hw *hw, u8 *addr) in enetc_get_primary_mac_addr() 530 static inline void enetc_enable_rxvlan(struct enetc_hw *hw, int si_idx, in enetc_enable_rxvlan() 539 static inline void enetc_enable_txvlan(struct enetc_hw *hw, int si_idx, in enetc_enable_txvlan() 548 static inline void enetc_set_bdr_prio(struct enetc_hw *hw, int bdr_idx, in enetc_set_bdr_prio()
|
| D | enetc_mdio.h | 8 struct enetc_hw *hw;
|
| D | enetc.c | 307 static void enetc_get_tx_tstamp(struct enetc_hw *hw, union enetc_tx_bd *txbd, in enetc_get_tx_tstamp() 486 struct enetc_hw *hw = &priv->si->hw; in enetc_get_rx_tstamp() 730 struct enetc_hw *hw = &si->hw; in enetc_get_si_caps() 974 static void enetc_setup_cbdr(struct enetc_hw *hw, struct enetc_cbdr *cbdr) in enetc_setup_cbdr() 994 static void enetc_clear_cbdr(struct enetc_hw *hw) in enetc_clear_cbdr() 1022 struct enetc_hw *hw = &si->hw; in enetc_configure_si() 1103 static void enetc_setup_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_setup_txbdr() 1137 static void enetc_setup_rxbdr(struct enetc_hw *hw, struct enetc_bdr *rx_ring) in enetc_setup_rxbdr() 1186 static void enetc_clear_rxbdr(struct enetc_hw *hw, struct enetc_bdr *rx_ring) in enetc_clear_rxbdr() 1194 static void enetc_clear_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_clear_txbdr() [all …]
|
| D | enetc.h | 124 struct enetc_hw hw; 244 void enetc_set_rss_key(struct enetc_hw *hw, const u8 *bytes);
|
| D | enetc_pci_mdio.c | 16 struct enetc_hw *hw; in enetc_pci_mdio_probe()
|
| D | enetc_vf.c | 17 static void enetc_msg_vsi_write_msg(struct enetc_hw *hw, in enetc_msg_vsi_write_msg()
|