Home
last modified time | relevance | path

Searched refs:port_hsr_leave (Results 1 – 4 of 4) sorted by relevance

/linux/net/dsa/
A Dswitch.c452 if (ds->index == info->sw_index && ds->ops->port_hsr_leave) in dsa_switch_hsr_leave()
453 return ds->ops->port_hsr_leave(ds, info->port, info->hsr); in dsa_switch_hsr_leave()
/linux/drivers/net/dsa/xrs700x/
A Dxrs700x.c714 .port_hsr_leave = xrs700x_hsr_leave,
/linux/include/net/
A Ddsa.h925 int (*port_hsr_leave)(struct dsa_switch *ds, int port, member
/linux/Documentation/networking/dsa/
A Ddsa.rst824 - ``port_hsr_leave``: function invoked when a given switch port leaves a

Completed in 11 milliseconds