Home
last modified time | relevance | path

Searched defs:cpsw (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/drivers/net/ethernet/ti/
Dcpsw_new.c51 struct cpsw_common *cpsw; member
63 static int cpsw_slave_index_priv(struct cpsw_common *cpsw, in cpsw_slave_index_priv()
72 static bool cpsw_is_switch_en(struct cpsw_common *cpsw) in cpsw_is_switch_en()
79 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_set_promiscious() local
126 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_mc() local
252 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ndo_set_rx_mode() local
287 struct cpsw_common *cpsw; in cpsw_rx_handler() local
408 struct cpsw_common *cpsw = priv->cpsw; in cpsw_add_vlan_ale_entry() local
448 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ndo_vlan_rx_add_vid() local
498 struct cpsw_common *cpsw = priv->cpsw; in cpsw_restore() local
[all …]
Dcpsw_priv.c35 void cpsw_intr_enable(struct cpsw_common *cpsw) in cpsw_intr_enable()
43 void cpsw_intr_disable(struct cpsw_common *cpsw) in cpsw_intr_disable()
87 struct cpsw_common *cpsw = dev_id; in cpsw_tx_interrupt() local
103 struct cpsw_common *cpsw = dev_id; in cpsw_rx_interrupt() local
119 struct cpsw_common *cpsw = dev_id; in cpsw_misc_interrupt() local
131 struct cpsw_common *cpsw = napi_to_cpsw(napi_tx); in cpsw_tx_mq_poll() local
163 struct cpsw_common *cpsw = napi_to_cpsw(napi_tx); in cpsw_tx_poll() local
181 struct cpsw_common *cpsw = napi_to_cpsw(napi_rx); in cpsw_rx_mq_poll() local
213 struct cpsw_common *cpsw = napi_to_cpsw(napi_rx); in cpsw_rx_poll() local
233 struct cpsw_common *cpsw = priv->cpsw; in cpsw_rx_vlan_encap() local
[all …]
Dcpsw.c80 static int cpsw_slave_index_priv(struct cpsw_common *cpsw, in cpsw_slave_index_priv()
96 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_set_promiscious() local
182 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_mc() local
311 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ndo_set_rx_mode() local
349 struct cpsw_common *cpsw = ndev_to_cpsw(xmeta->ndev); in cpsw_rx_handler() local
468 struct cpsw_common *cpsw = priv->cpsw; in _cpsw_adjust_link() local
530 struct cpsw_common *cpsw = priv->cpsw; in cpsw_adjust_link() local
552 struct cpsw_common *cpsw = priv->cpsw; in cpsw_add_dual_emac_def_ale_entries() local
574 struct cpsw_common *cpsw = priv->cpsw; in cpsw_slave_open() local
659 struct cpsw_common *cpsw = priv->cpsw; in cpsw_add_default_vlan() local
[all …]
Dcpsw_ethtool.c157 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_coalesce() local
171 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_coalesce() local
222 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_sset_count() local
253 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_strings() local
275 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_ethtool_stats() local
316 struct cpsw_common *cpsw = priv->cpsw; in cpsw_get_wol() local
329 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_wol() local
340 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_regs_len() local
349 struct cpsw_common *cpsw = ndev_to_cpsw(ndev); in cpsw_get_regs() local
360 struct cpsw_common *cpsw = priv->cpsw; in cpsw_ethtool_op_begin() local
[all …]
Dcpsw_switchdev.c30 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_stp_state_set() local
67 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_attr_br_flags_set() local
126 struct cpsw_common *cpsw = priv->cpsw; in cpsw_get_pvid() local
148 struct cpsw_common *cpsw = priv->cpsw; in cpsw_set_pvid() local
174 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_vlan_add() local
221 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_vlan_del() local
310 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_mdb_add() local
336 struct cpsw_common *cpsw = priv->cpsw; in cpsw_port_mdb_del() local
427 struct cpsw_common *cpsw = priv->cpsw; in cpsw_switchdev_event_work() local
564 int cpsw_switchdev_register_notifiers(struct cpsw_common *cpsw) in cpsw_switchdev_register_notifiers()
[all …]
Dcpsw_priv.h381 struct cpsw_common *cpsw; member