Home
last modified time | relevance | path

Searched refs:dsa_8021q_tx_vid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/dsa/
D8021q.h23 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port);
47 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port) in dsa_8021q_tx_vid() function
/Linux-v5.4/net/dsa/
Dtag_8021q.c65 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port) in dsa_8021q_tx_vid() function
70 EXPORT_SYMBOL_GPL(dsa_8021q_tx_vid);
225 u16 tx_vid = dsa_8021q_tx_vid(ds, port); in dsa_port_setup_8021q_tagging()
Dtag_sja1105.c91 u16 tx_vid = dsa_8021q_tx_vid(ds, dp->index); in sja1105_xmit()