Home
last modified time | relevance | path

Searched refs:port_setup_tc (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix.h35 int (*port_setup_tc)(struct dsa_switch *ds, int port, member
H A Dfelix.c777 if (felix->info->port_setup_tc) in felix_port_setup_tc()
778 return felix->info->port_setup_tc(ds, port, type, type_data); in felix_port_setup_tc()
822 .port_setup_tc = felix_port_setup_tc,
H A Dfelix_vsc9959.c1373 .port_setup_tc = vsc9959_port_setup_tc,
/OK3568_Linux_fs/kernel/include/net/
H A Ddsa.h607 int (*port_setup_tc)(struct dsa_switch *ds, int port, member
/OK3568_Linux_fs/kernel/net/dsa/
H A Dslave.c1251 if (!ds->ops->port_setup_tc) in dsa_slave_setup_tc()
1254 return ds->ops->port_setup_tc(ds, dp->index, type, type_data); in dsa_slave_setup_tc()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c3389 .port_setup_tc = sja1105_port_setup_tc,