Lines Matching defs:val
653 * @val: Should the ports' ready bit be set on or off
656 static void __set_agg_ports_ready(struct aggregator *aggregator, int val)
662 if (val)
2266 int val, nval;
2269 val = atomic_read(&BOND_AD_INFO(bond).agg_select_timer);
2270 if (!val)
2272 nval = val - 1;
2274 val, nval) == val)
2728 u64 val;
2730 val = atomic64_read(&stats->lacpdu_rx);
2731 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_LACPDU_RX, val,
2734 val = atomic64_read(&stats->lacpdu_tx);
2735 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_LACPDU_TX, val,
2738 val = atomic64_read(&stats->lacpdu_unknown_rx);
2739 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_LACPDU_UNKNOWN_RX, val,
2742 val = atomic64_read(&stats->lacpdu_illegal_rx);
2743 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_LACPDU_ILLEGAL_RX, val,
2747 val = atomic64_read(&stats->marker_rx);
2748 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_MARKER_RX, val,
2751 val = atomic64_read(&stats->marker_tx);
2752 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_MARKER_TX, val,
2755 val = atomic64_read(&stats->marker_resp_rx);
2756 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_MARKER_RESP_RX, val,
2759 val = atomic64_read(&stats->marker_resp_tx);
2760 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_MARKER_RESP_TX, val,
2763 val = atomic64_read(&stats->marker_unknown_rx);
2764 if (nla_put_u64_64bit(skb, BOND_3AD_STAT_MARKER_UNKNOWN_RX, val,