Lines Matching defs:aen
227 /* This function will complete an aen request from the isr */
233 unsigned short aen;
238 aen = le16_to_cpu(header->status_block.error);
244 /* Keep reading the queue in case there are more aen's */
253 switch (aen) {
264 /* If there are more aen's, keep reading the queue */
281 /* This function will drain aen queue */
290 unsigned short aen;
335 aen = le16_to_cpu(header->status_block.error);
339 switch (aen) {
377 unsigned short aen;
394 aen = le16_to_cpu(header->status_block.error);
401 event->aen_code = aen;
416 TW_MESSAGE_SOURCE_CONTROLLER_EVENT, aen,
417 error_str[0] == '\0' ? twa_string_lookup(twa_aen_table, aen) : error_str,
427 /* This function will read the aen queue from the isr */