Lines Matching refs:u32_val
1309 ctx->data.u32_val = team->notify_peers.count; in team_notify_peers_count_get()
1316 team->notify_peers.count = ctx->data.u32_val; in team_notify_peers_count_set()
1323 ctx->data.u32_val = team->notify_peers.interval; in team_notify_peers_interval_get()
1330 team->notify_peers.interval = ctx->data.u32_val; in team_notify_peers_interval_set()
1337 ctx->data.u32_val = team->mcast_rejoin.count; in team_mcast_rejoin_count_get()
1344 team->mcast_rejoin.count = ctx->data.u32_val; in team_mcast_rejoin_count_set()
1351 ctx->data.u32_val = team->mcast_rejoin.interval; in team_mcast_rejoin_interval_get()
1358 team->mcast_rejoin.interval = ctx->data.u32_val; in team_mcast_rejoin_interval_set()
1452 ctx->data.u32_val = port->queue_id; in team_queue_id_option_get()
1460 u16 new_queue_id = ctx->data.u32_val; in team_queue_id_option_set()
2249 if (nla_put_u32(skb, TEAM_ATTR_OPTION_DATA, ctx.data.u32_val)) in team_nl_fill_one_option_get()
2510 ctx.data.u32_val = nla_get_u32(attr_data); in team_nl_cmd_options_set()