Home
last modified time | relevance | path

Searched refs:BATADV_FULL_DUPLEX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Dbat_v_elp.c133 hard_iface->bat_v.flags |= BATADV_FULL_DUPLEX; in batadv_v_elp_get_throughput()
135 hard_iface->bat_v.flags &= ~BATADV_FULL_DUPLEX; in batadv_v_elp_get_throughput()
367 hard_iface->bat_v.flags |= BATADV_FULL_DUPLEX; in batadv_v_elp_iface_enable()
373 hard_iface->bat_v.flags &= ~BATADV_FULL_DUPLEX; in batadv_v_elp_iface_enable()
H A Dtypes.h97 BATADV_FULL_DUPLEX = BIT(0), enumerator
H A Dbat_v_ogm.c498 !(if_incoming->bat_v.flags & BATADV_FULL_DUPLEX)) in batadv_v_forward_penalty()