Searched refs:port_rcv (Results 1 - 3 of 3) sorted by path

/linux-master/net/hsr/
H A Dhsr_forward.c372 if (frame->port_rcv->type == HSR_PT_MASTER) {
394 return ((frame->port_rcv->type == HSR_PT_SLAVE_A &&
396 (frame->port_rcv->type == HSR_PT_SLAVE_B &&
428 if ((frame->port_rcv->type == HSR_PT_SLAVE_A ||
429 frame->port_rcv->type == HSR_PT_SLAVE_B) &&
444 frame->port_rcv->type == HSR_PT_INTERLINK) {
474 hsr_for_each_port(frame->port_rcv->hsr, port) {
477 if (port == frame->port_rcv)
521 frame->port_rcv->dev->stats.rx_dropped++;
559 struct hsr_port *port = frame->port_rcv;
[all...]
H A Dhsr_framereg.c278 struct hsr_port *port_rcv = frame->port_rcv; local
279 struct hsr_priv *hsr = port_rcv->hsr;
326 node_db = &port_rcv->hsr->node_db;
332 port_rcv->type);
383 node_real->addr_B_port = port_rcv->type;
H A Dhsr_framereg.h21 struct hsr_port *port_rcv; member in struct:hsr_frame_info

Completed in 249 milliseconds