Searched refs:ring_role (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_mrp.c171 if (mrp->ring_role != BR_MRP_RING_ROLE_MRC && !mrp->sw_backup)
179 if (mrp->ring_role != BR_MRP_RING_ROLE_MRC)
210 if (mrp->ring_role != BR_MRP_RING_ROLE_MRC && !mrp->sw_backup)
/linux-master/net/bridge/
H A Dbr_mrp.c212 if (mrp->ring_role == BR_MRP_RING_ROLE_MRA) {
680 mrp->ring_role = role->ring_role;
683 support = br_mrp_switchdev_set_ring_role(br, mrp, role->ring_role);
1054 if (mrp->ring_role == BR_MRP_RING_ROLE_MRM ||
1055 (mrp->ring_role == BR_MRP_RING_ROLE_MRA && !mrp->test_monitor))
1063 if (mrp->ring_role == BR_MRP_RING_ROLE_MRC ||
1064 (mrp->ring_role == BR_MRP_RING_ROLE_MRA && mrp->test_monitor))
1106 if (mrp->ring_role == BR_MRP_RING_ROLE_MRM) {
1114 if (mrp->ring_role
[all...]
H A Dbr_private_mrp.h23 enum br_mrp_ring_role_type ring_role; member in struct:br_mrp
H A Dbr_mrp_switchdev.c71 .ring_role = role,
H A Dbr_mrp_netlink.c190 role.ring_role = nla_get_u32(tb[IFLA_BRIDGE_MRP_RING_ROLE_ROLE]);
489 mrp->ring_role))
/linux-master/include/uapi/linux/
H A Dif_bridge.h303 __u32 ring_role; member in struct:br_mrp_ring_role
/linux-master/include/net/
H A Dswitchdev.h152 u8 ring_role; member in struct:switchdev_obj_ring_role_mrp

Completed in 149 milliseconds