Searched refs:dev_headroom (Results 1 – 2 of 2) sorted by relevance
304 unsigned dev_headroom = netdev_get_fwd_headroom(p->dev); in get_max_headroom() local306 if (dev_headroom > max_headroom) in get_max_headroom()307 max_headroom = dev_headroom; in get_max_headroom()
2180 unsigned int dev_headroom, max_headroom = 0; in ovs_get_max_headroom() local2189 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_get_max_headroom()2190 if (dev_headroom > max_headroom) in ovs_get_max_headroom()2191 max_headroom = dev_headroom; in ovs_get_max_headroom()