Searched refs:mirror_port (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c3434 ethsw->mirror_port = ethsw->sw_attr.num_ifs;
H A Ddpaa2-switch-flower.c411 mirror_port_enabled = (ethsw->mirror_port != ethsw->sw_attr.num_ifs);
417 ethsw->mirror_port = to;
457 ethsw->mirror_port = ethsw->sw_attr.num_ifs;
484 ethsw->mirror_port = ethsw->sw_attr.num_ifs;
590 mirror_port_enabled = (ethsw->mirror_port != ethsw->sw_attr.num_ifs);
605 if (mirror_port_enabled && ethsw->mirror_port != if_id) {
743 mirror_port_enabled = (ethsw->mirror_port != ethsw->sw_attr.num_ifs);
758 if (mirror_port_enabled && ethsw->mirror_port != if_id) {
H A Ddpaa2-switch.h192 u16 mirror_port; member in struct:ethsw_core
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dport.c1186 bool *mirror_port; local
1198 mirror_port = &chip->ports[port].mirror_ingress;
1202 mirror_port = &chip->ports[port].mirror_egress;
1214 *mirror_port = mirror;

Completed in 174 milliseconds