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()
2221 unsigned int dev_headroom, max_headroom = 0; in ovs_get_max_headroom() local2230 dev_headroom = netdev_get_fwd_headroom(dev); in ovs_get_max_headroom()2231 if (dev_headroom > max_headroom) in ovs_get_max_headroom()2232 max_headroom = dev_headroom; in ovs_get_max_headroom()