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

/linux-master/net/hsr/
H A Dhsr_forward.c372 if (frame->port_rcv->type == HSR_PT_MASTER) {
385 return ((frame->port_rcv->type == HSR_PT_SLAVE_A &&
387 (frame->port_rcv->type == HSR_PT_SLAVE_B &&
417 hsr_for_each_port(frame->port_rcv->hsr, port) {
420 if (port == frame->port_rcv)
463 frame->port_rcv->dev->stats.rx_dropped++;
499 struct hsr_port *port = frame->port_rcv;
519 struct hsr_port *port = frame->port_rcv;
599 frame->port_rcv = port;
H A Dhsr_framereg.h21 struct hsr_port *port_rcv; member in struct:hsr_frame_info
H A Dhsr_framereg.c261 struct hsr_port *port_rcv = frame->port_rcv; local
262 struct hsr_priv *hsr = port_rcv->hsr;
309 node_db = &port_rcv->hsr->node_db;
315 port_rcv->type);
366 node_real->addr_B_port = port_rcv->type;

Completed in 99 milliseconds