Scroll to navigation

NETDEV_INCREMENT_FEA(9) Network device support NETDEV_INCREMENT_FEA(9)

NAME

netdev_increment_features - increment feature set by one

SYNOPSIS

u32 netdev_increment_features(u32 all, u32 one, u32 mask);

ARGUMENTS

all
current feature set
one
new feature set
mask
mask feature set

DESCRIPTION

Computes a new feature set after adding a device with feature set one to the master device with current feature set all. Will not enable anything that is off in mask. Returns the new feature set.

COPYRIGHT

March 2016 Kernel Hackers Manual 3.2.