Searched refs:bc_mode (Results 1 – 6 of 6) sorted by relevance
50 static const struct team_mode bc_mode = { variable59 return team_mode_register(&bc_mode); in bc_init_module()64 team_mode_unregister(&bc_mode); in bc_cleanup_module()
599 static int tipc_bc_link_set_broadcast_mode(struct net *net, u32 bc_mode) in tipc_bc_link_set_broadcast_mode() argument603 switch (bc_mode) { in tipc_bc_link_set_broadcast_mode()654 u32 bc_mode; in tipc_nl_bc_link_set() local672 bc_mode = nla_get_u32(props[TIPC_NLA_PROP_BROADCAST]); in tipc_nl_bc_link_set()673 err = tipc_bc_link_set_broadcast_mode(net, bc_mode); in tipc_nl_bc_link_set()
2819 u32 bc_mode = tipc_bcast_get_mode(net); in tipc_nl_add_bc_link() local2856 if (nla_put_u32(msg->skb, TIPC_NLA_PROP_BROADCAST, bc_mode)) in tipc_nl_add_bc_link()2858 if (bc_mode & BCLINK_MODE_SEL) in tipc_nl_add_bc_link()
241 __be32 bc_mode; /* BC filter mode */ member
867 nc->modes[NCSI_MODE_BC].data[0] = ntohl(rsp->bc_mode); in ncsi_rsp_handler_gp()
232 __be32 bc_mode; /* BC filter mode */ member