Home
last modified time | relevance | path

Searched refs:ring_role (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_mrp.c633 mrp->ring_role = role->ring_role; in br_mrp_set_ring_role()
636 err = br_mrp_switchdev_set_ring_role(br, mrp, role->ring_role); in br_mrp_set_ring_role()
995 if (mrp->ring_role == BR_MRP_RING_ROLE_MRM || in br_mrp_mrm_behaviour()
996 (mrp->ring_role == BR_MRP_RING_ROLE_MRA && !mrp->test_monitor)) in br_mrp_mrm_behaviour()
1004 if (mrp->ring_role == BR_MRP_RING_ROLE_MRC || in br_mrp_mrc_behaviour()
1005 (mrp->ring_role == BR_MRP_RING_ROLE_MRA && mrp->test_monitor)) in br_mrp_mrc_behaviour()
1047 if (mrp->ring_role == BR_MRP_RING_ROLE_MRM) { in br_mrp_rcv()
1055 if (mrp->ring_role == BR_MRP_RING_ROLE_MRA) { in br_mrp_rcv()
H A Dbr_private_mrp.h21 enum br_mrp_ring_role_type ring_role; member
H A Dbr_mrp_netlink.c190 role.ring_role = nla_get_u32(tb[IFLA_BRIDGE_MRP_RING_ROLE_ROLE]); in br_mrp_ring_role_parse()
489 mrp->ring_role)) in br_mrp_fill_info()
H A Dbr_mrp_switchdev.c53 .ring_role = role, in br_mrp_switchdev_set_ring_role()
/OK3568_Linux_fs/kernel/include/net/
H A Dswitchdev.h146 u8 ring_role; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bridge.h301 __u32 ring_role; member