Home
last modified time | relevance | path

Searched refs:app_mask (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c630 u8 app_mask = dcb_ieee_getapp_mask(dev, app); in ixgbe_dcbnl_ieee_setapp() local
632 if (app_mask & BIT(adapter->fcoe.up)) in ixgbe_dcbnl_ieee_setapp()
673 u8 app_mask = dcb_ieee_getapp_mask(dev, app); in ixgbe_dcbnl_ieee_delapp() local
675 if (app_mask & BIT(adapter->fcoe.up)) in ixgbe_dcbnl_ieee_delapp()
678 adapter->fcoe.up = app_mask ? in ixgbe_dcbnl_ieee_delapp()
679 ffs(app_mask) - 1 : IXGBE_FCOE_DEFTC; in ixgbe_dcbnl_ieee_delapp()
687 long unsigned int app_mask = dcb_ieee_getapp_mask(dev, app); in ixgbe_dcbnl_ieee_delapp() local
688 int qos = app_mask ? find_first_bit(&app_mask, 8) : 0; in ixgbe_dcbnl_ieee_delapp()
/linux/drivers/iio/accel/
H A Dmma9551_core.h71 int mma9551_app_reset(struct i2c_client *client, u32 app_mask);
/linux/include/linux/mlx4/
H A Dqp.h404 __be16 app_mask; member
/linux/drivers/platform/x86/
H A Dacer-wmi.c255 u8 app_mask; /* Bit mask to app_status */ member
2589 .app_mask = 0x01, in acer_wmi_enable_ec_raw()
2613 .app_mask = 0x01, in acer_wmi_enable_lm()
2635 .app_mask = 0x10, in acer_wmi_enable_rf_button()