Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/dsa/
D8021q.h55 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port);
96 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port) in dsa_8021q_tx_vid() function
/Linux-v5.10/net/dsa/
Dtag_8021q.c84 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port) in dsa_8021q_tx_vid() function
89 EXPORT_SYMBOL_GPL(dsa_8021q_tx_vid);
217 u16 tx_vid = dsa_8021q_tx_vid(ctx->ds, port); in dsa_8021q_setup_port()
Dtag_sja1105.c128 u16 tx_vid = dsa_8021q_tx_vid(dp->ds, dp->index); in sja1105_xmit()