Searched refs:filled (Results 1 – 5 of 5) sorted by relevance
383 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()385 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()394 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) { in acs_survey_interference_factor()481 if (!(survey->filled & SURVEY_HAS_NF)) { in acs_survey_is_sufficient()488 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) { in acs_survey_is_sufficient()495 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) && in acs_survey_is_sufficient()496 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) { in acs_survey_is_sufficient()
350 # your driver must have survey dump capability that is filled by the driver
10191 survey->filled = 0; in add_survey()10196 survey->filled |= SURVEY_HAS_NF; in add_survey()10202 survey->filled |= SURVEY_HAS_CHAN_TIME; in add_survey()10208 survey->filled |= SURVEY_HAS_CHAN_TIME_BUSY; in add_survey()10214 survey->filled |= SURVEY_HAS_CHAN_TIME_RX; in add_survey()10220 survey->filled |= SURVEY_HAS_CHAN_TIME_TX; in add_survey()10230 survey->filled); in add_survey()
5903 unsigned int filled; member
594 # your driver must have survey dump capability that is filled by the driver