Home | History | Annotate | Download | only in ic

Lines Matching defs:ale

255 static struct ale *
258 struct ale *ale;
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);
286 if (ale) {
287 struct athregrec *r = (struct athregrec *) ale->ae_data;
291 alq_post(ath_hal_alq, ale);
317 struct ale *ale = ath_hal_alq_get(ah);
318 if (ale) {
319 struct athregrec *r = (struct athregrec *) ale->ae_data;
323 alq_post(ath_hal_alq, ale);
334 struct ale *ale = ath_hal_alq_get(ah);
336 if (ale) {
337 struct athregrec *r = (struct athregrec *) ale->ae_data;
341 alq_post(ath_hal_alq, ale);