Searched refs:dev_headroom (Results 1 – 2 of 2) sorted by relevance
305 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom() local307 if (dev_headroom > max_headroom) in get_max_headroom()308 max_headroom = dev_headroom; in get_max_headroom()
2217 unsigned int dev_headroom, max_headroom = 0; in ovs_get_max_headroom() local2226 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_get_max_headroom()2227 if (dev_headroom > max_headroom) in ovs_get_max_headroom()2228 max_headroom = dev_headroom; in ovs_get_max_headroom()