Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/team/
H A Dteam_mode_broadcast.c50 static const struct team_mode bc_mode = { variable
59 return team_mode_register(&bc_mode); in bc_init_module()
64 team_mode_unregister(&bc_mode); in bc_cleanup_module()
/openbmc/linux/net/tipc/
H A Dbcast.c599 static int tipc_bc_link_set_broadcast_mode(struct net *net, u32 bc_mode) in tipc_bc_link_set_broadcast_mode() argument
603 switch (bc_mode) { in tipc_bc_link_set_broadcast_mode()
654 u32 bc_mode; in tipc_nl_bc_link_set() local
672 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()
H A Dlink.c2819 u32 bc_mode = tipc_bcast_get_mode(net); in tipc_nl_add_bc_link() local
2856 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()
/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h241 __be32 bc_mode; /* BC filter mode */ member
H A Dncsi-rsp.c867 nc->modes[NCSI_MODE_BC].data[0] = ntohl(rsp->bc_mode); in ncsi_rsp_handler_gp()
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h232 __be32 bc_mode; /* BC filter mode */ member