Searched refs:wanted_mask (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | features.c | 159 const unsigned long *wanted_mask, in features_send_reply() 169 ret = ethnl_bitset_size(wanted, wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 188 wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 157 features_send_reply(struct net_device *dev, struct genl_info *info, const unsigned long *wanted, const unsigned long *wanted_mask, const unsigned long *active, const unsigned long *active_mask, bool compact) features_send_reply() argument
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | features.c | 158 const unsigned long *wanted_mask, in features_send_reply() 168 ret = ethnl_bitset_size(wanted, wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 187 wanted_mask, NETDEV_FEATURE_COUNT, in features_send_reply() 156 features_send_reply(struct net_device *dev, struct genl_info *info, const unsigned long *wanted, const unsigned long *wanted_mask, const unsigned long *active, const unsigned long *active_mask, bool compact) features_send_reply() argument
|
/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | r592.c | 105 static int r592_wait_status(struct r592_device *dev, u32 mask, u32 wanted_mask) in r592_wait_status() argument 110 if ((reg & mask) == wanted_mask) in r592_wait_status() 117 if ((reg & mask) == wanted_mask) in r592_wait_status()
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | r592.c | 105 static int r592_wait_status(struct r592_device *dev, u32 mask, u32 wanted_mask) in r592_wait_status() argument 110 if ((reg & mask) == wanted_mask) in r592_wait_status() 117 if ((reg & mask) == wanted_mask) in r592_wait_status()
|
Completed in 4 milliseconds