Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/atheros_hal/ic/ | |
ah_osdep.c | 255 static struct ale * 258 struct ale *ale; local in function:ath_hal_alq_get 261 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); 262 if (ale) { 264 (struct athregrec *) ale->ae_data; 268 alq_post(ath_hal_alq, ale); 273 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); 274 if (!ale) 276 return ale; 285 struct ale *ale = ath_hal_alq_get(ah); local in function:ath_hal_reg_write 317 struct ale *ale = ath_hal_alq_get(ah); local in function:ath_hal_reg_read 334 struct ale *ale = ath_hal_alq_get(ah); local in function:OS_MARK [all...] |