Home
last modified time | relevance | path

Searched refs:am65_cpsw_common (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h45 struct am65_cpsw_common *common;
64 struct am65_cpsw_common *common;
74 struct am65_cpsw_common *common;
110 struct am65_cpsw_common *common;
113 struct am65_cpsw_common { struct
185 container_of(pnapi, struct am65_cpsw_common, napi_rx)
195 void am65_cpsw_nuss_set_p0_ptype(struct am65_cpsw_common *common);
196 void am65_cpsw_nuss_remove_tx_chns(struct am65_cpsw_common *common);
197 int am65_cpsw_nuss_update_tx_chns(struct am65_cpsw_common *common, int num_tx);
H A Dam65-cpsw-switchdev.h16 int am65_cpsw_switchdev_register_notifiers(struct am65_cpsw_common *cpsw);
17 void am65_cpsw_switchdev_unregister_notifiers(struct am65_cpsw_common *cpsw);
19 static inline int am65_cpsw_switchdev_register_notifiers(struct am65_cpsw_common *cpsw) in am65_cpsw_switchdev_register_notifiers()
24 static inline void am65_cpsw_switchdev_unregister_notifiers(struct am65_cpsw_common *cpsw) in am65_cpsw_switchdev_unregister_notifiers()
H A Dam65-cpsw-nuss.c227 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc()
1054 struct am65_cpsw_common *common = dev_id; in am65_cpsw_nuss_rx_irq()
1507 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_mac_config()
1537 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_mac_link_down()
1571 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_mac_link_up()
1627 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_tx_chns()
1780 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_rx_chns()
1794 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_remove_rx_chns()
2491 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_init_port_switch_ale()
2880 struct am65_cpsw_common *common; in am65_cpsw_nuss_probe()
[all …]
H A Dam65-cpsw-switchdev.c27 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_stp_state_set()
60 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_attr_br_flags_set()
119 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_get_pvid()
135 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_set_pvid()
153 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_vlan_add()
201 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_vlan_del()
261 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_mdb_add()
284 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_port_mdb_del()
372 struct am65_cpsw_common *cpsw = port->common; in am65_cpsw_switchdev_event_work()
509 int am65_cpsw_switchdev_register_notifiers(struct am65_cpsw_common *cpsw) in am65_cpsw_switchdev_register_notifiers()
[all …]
H A Dam65-cpsw-qos.h11 struct am65_cpsw_common;
39 void am65_cpsw_qos_tx_p0_rate_init(struct am65_cpsw_common *common);
H A Dam65-cpsw-ethtool.c380 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_ethtool_op_begin()
392 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_ethtool_op_complete()
403 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_drvinfo()
427 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_channels()
438 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_set_channels()
460 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_ringparam()
539 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_regs_len()
560 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_regs()
644 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_ethtool_stats()
668 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_get_ethtool_ts_info()
[all …]
H A Dam65-cpsw-qos.c64 static void am65_cpsw_est_enable(struct am65_cpsw_common *common, int enable) in am65_cpsw_est_enable()
197 struct am65_cpsw_common *common = port->common; in am65_cpsw_est_set()
368 struct am65_cpsw_common *common = port->common; in am65_cpsw_timer_set()
447 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_configure_taprio()
568 struct am65_cpsw_common *common = port->common; in am65_cpsw_setup_taprio()
840 am65_cpsw_qos_tx_p0_rate_apply(struct am65_cpsw_common *common, in am65_cpsw_qos_tx_p0_rate_apply()
864 struct am65_cpsw_common *common = port->common; in am65_cpsw_qos_ndo_tx_p0_set_maxrate()
922 void am65_cpsw_qos_tx_p0_rate_init(struct am65_cpsw_common *common) in am65_cpsw_qos_tx_p0_rate_init()