Searched refs:u32_val (Results 1 – 5 of 5) sorted by relevance
73 ctx->data.u32_val = active_port->dev->ifindex; in ab_active_port_get()75 ctx->data.u32_val = 0; in ab_active_port_get()83 if (port->dev->ifindex == ctx->data.u32_val) { in ab_active_port_set()
374 ctx->data.u32_val = port ? port->dev->ifindex : 0; in lb_tx_hash_to_port_mapping_get()385 if (ctx->data.u32_val == port->dev->ifindex && in lb_tx_hash_to_port_mapping_set()526 ctx->data.u32_val = lb_priv->ex->stats.refresh_interval; in lb_stats_refresh_interval_get()535 interval = ctx->data.u32_val; in lb_stats_refresh_interval_set()
1391 ctx->data.u32_val = team->notify_peers.count; in team_notify_peers_count_get()1397 team->notify_peers.count = ctx->data.u32_val; in team_notify_peers_count_set()1404 ctx->data.u32_val = team->notify_peers.interval; in team_notify_peers_interval_get()1410 team->notify_peers.interval = ctx->data.u32_val; in team_notify_peers_interval_set()1417 ctx->data.u32_val = team->mcast_rejoin.count; in team_mcast_rejoin_count_get()1423 team->mcast_rejoin.count = ctx->data.u32_val; in team_mcast_rejoin_count_set()1430 ctx->data.u32_val = team->mcast_rejoin.interval; in team_mcast_rejoin_interval_get()1436 team->mcast_rejoin.interval = ctx->data.u32_val; in team_mcast_rejoin_interval_set()1526 ctx->data.u32_val = port->queue_id; in team_queue_id_option_get()1533 u16 new_queue_id = ctx->data.u32_val; in team_queue_id_option_set()[all …]
147 u32 u32_val; member
5933 s32 init_s32_max, init_s32_min, s32_max, s32_min, u32_val; in coerce_subreg_to_size_sx() local5938 u32_val = reg->var_off.value; in coerce_subreg_to_size_sx()5940 reg->var_off = tnum_const((s8)u32_val); in coerce_subreg_to_size_sx()5942 reg->var_off = tnum_const((s16)u32_val); in coerce_subreg_to_size_sx()5944 u32_val = reg->var_off.value; in coerce_subreg_to_size_sx()5945 reg->s32_min_value = reg->s32_max_value = u32_val; in coerce_subreg_to_size_sx()5946 reg->u32_min_value = reg->u32_max_value = u32_val; in coerce_subreg_to_size_sx()