Lines Matching defs:flags
107 u32 flags;
177 * Regulatory channel usage flags in EEPROM struct il4965_eeprom_channel.flags.
187 * usage is indicated by a separate set of regulatory flags for each
212 u8 flags; /* EEPROM_CHANNEL_* flags copied from EEPROM */
348 * in EEPROM containing EEPROM_CHANNEL_* usage flags (LSB) and max regulatory
467 * Some of the fields (e.g. eeprom and flags/max_power_avg) are redundant
478 u8 flags; /* flags copied from EEPROM */
490 u8 ht40_flags; /* flags copied from EEPROM */
552 u32 flags;
568 u32 flags;
1453 return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0;
1459 return (ch_info->flags & EEPROM_CHANNEL_RADAR) ? 1 : 0;
1471 return (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) ? 1 : 0;
1477 return (ch->flags & EEPROM_CHANNEL_IBSS) ? 1 : 0;
1921 int il_send_stats_request(struct il_priv *il, u8 flags, bool clear);
2115 int il_send_add_sta(struct il_priv *il, struct il_addsta_cmd *sta, u8 flags);
2126 u8 flags, bool init);
2140 unsigned long flags;
2142 spin_lock_irqsave(&il->sta_lock, flags);
2146 spin_unlock_irqrestore(&il->sta_lock, flags);