Lines Matching refs:used
1741 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE))
1745 if (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) {
1750 il->stations[sta_id].used |= IL_STA_UCODE_ACTIVE;
1941 if (!il->stations[i].used &&
1958 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) {
1963 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) &&
1964 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE) &&
1972 station->used = IL_STA_DRIVER_ACTIVE;
2028 if (il->stations[sta_id].used & IL_STA_UCODE_INPROGRESS) {
2034 if ((il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE) &&
2035 (il->stations[sta_id].used & IL_STA_UCODE_ACTIVE)) {
2042 il->stations[sta_id].used |= IL_STA_UCODE_INPROGRESS;
2053 il->stations[sta_id].used &= ~IL_STA_DRIVER_ACTIVE;
2054 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
2072 used & (IL_STA_UCODE_ACTIVE | IL_STA_DRIVER_ACTIVE)) !=
2076 il->stations[sta_id].used &= ~IL_STA_UCODE_ACTIVE;
2164 if (!(il->stations[sta_id].used & IL_STA_DRIVER_ACTIVE)) {
2169 if (!(il->stations[sta_id].used & IL_STA_UCODE_ACTIVE)) {
2174 if (il->stations[sta_id].used & IL_STA_LOCAL) {
2179 il->stations[sta_id].used &= ~IL_STA_DRIVER_ACTIVE;
2213 if (il->stations[i].used & IL_STA_UCODE_ACTIVE) {
2215 il->stations[i].used &= ~IL_STA_UCODE_ACTIVE;
2253 if ((il->stations[i].used & IL_STA_DRIVER_ACTIVE) &&
2254 !(il->stations[i].used & IL_STA_UCODE_ACTIVE)) {
2258 il->stations[i].used |= IL_STA_UCODE_INPROGRESS;
2264 if ((il->stations[i].used & IL_STA_UCODE_INPROGRESS)) {
2279 il->stations[i].used &= ~IL_STA_DRIVER_ACTIVE;
2280 il->stations[i].used &=
2292 il->stations[i].used &= ~IL_STA_UCODE_INPROGRESS;
2326 if (!(il->stations[i].used & IL_STA_BCAST))
2329 il->stations[i].used &= ~IL_STA_UCODE_ACTIVE;
2415 if (!(il->stations[lq->sta_id].used & IL_STA_DRIVER_ACTIVE)) {
2437 il->stations[lq->sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
2472 * used not only for Rx frames, but for any command response or notification
2620 /* Set us so that we have processed and used all buffers, but have
4323 * Enable DMA and BSM (if used) clocks, wait for them to stabilize.