Lines Matching refs:used
1739 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE))
1743 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) {
1748 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE;
1939 if (!il->stations[i].used &&
1956 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) {
1961 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) &&
1962 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) &&
1970 station->used = IL_STA_DRIVER_ACTIVE;
2026 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) {
2032 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) &&
2033 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE)) {
2040 il->stations[sta_id].used |= IL_STA_UCODE_INPROGRESS;
2051 il->stations[sta_id].used &= ~IL_STA_DRIVER_ACTIVE;
2052 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
2070 used & (IL_STA_UCODE_ACTIVE | IL_STA_DRIVER_ACTIVE)) !=
2074 il->stations[sta_id].used &= ~IL_STA_UCODE_ACTIVE;
2162 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) {
2167 if (!(il->stations[sta_id].used & IL_STA_UCODE_ACTIVE)) {
2172 if (il->stations[sta_id].used & IL_STA_LOCAL) {
2177 il->stations[sta_id].used &= ~IL_STA_DRIVER_ACTIVE;
2211 if (il->stations[i].used & IL_STA_UCODE_ACTIVE) {
2213 il->stations[i].used &= ~IL_STA_UCODE_ACTIVE;
2251 if ((il->stations[i].used & IL_STA_DRIVER_ACTIVE) &&
2252 !(il->stations[i].used & IL_STA_UCODE_ACTIVE)) {
2256 il->stations[i].used |= IL_STA_UCODE_INPROGRESS;
2262 if ((il->stations[i].used & IL_STA_UCODE_INPROGRESS)) {
2277 il->stations[i].used &= ~IL_STA_DRIVER_ACTIVE;
2278 il->stations[i].used &=
2290 il->stations[i].used &= ~IL_STA_UCODE_INPROGRESS;
2324 if (!(il->stations[i].used & IL_STA_BCAST))
2327 il->stations[i].used &= ~IL_STA_UCODE_ACTIVE;
2413 if (!(il->stations[lq->sta_id].used & IL_STA_DRIVER_ACTIVE)) {
2435 il->stations[lq->sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
2470 * used not only for Rx frames, but for any command response or notification
2618 /* Set us so that we have processed and used all buffers, but have
4320 * Enable DMA and BSM (if used) clocks, wait for them to stabilize.