Lines Matching refs:hwdom
21 (p->hwdom != BR_INPUT_SKB_CB(skb)->src_hwdom);
45 /* Lazily adds the hwdom of the egress bridge port to the bit mask of hwdoms
47 * other ports in the same hwdom by making nbp_switchdev_allowed_egress()
54 set_bit(p->hwdom, &BR_INPUT_SKB_CB(skb)->fwd_hwdoms);
60 if (p->hwdom)
61 BR_INPUT_SKB_CB(skb)->src_hwdom = p->hwdom;
69 return !test_bit(p->hwdom, &cb->fwd_hwdoms) &&
70 (!skb->offload_fwd_mark || cb->src_hwdom != p->hwdom);
205 int hwdom;
210 joining->hwdom = p->hwdom;
215 hwdom = find_next_zero_bit(&br->busy_hwdoms, BR_HWDOM_MAX, 1);
216 if (hwdom >= BR_HWDOM_MAX)
219 set_bit(hwdom, &br->busy_hwdoms);
220 joining->hwdom = hwdom;
231 if (p->hwdom == leaving->hwdom)
235 clear_bit(leaving->hwdom, &br->busy_hwdoms);
290 if (p->hwdom)