Lines Matching defs:aen
227 unsigned short aen;
240 aen = le16_to_cpu(header->status_block.error);
247 event->aen_code = aen;
262 TW_MESSAGE_SOURCE_CONTROLLER_EVENT, aen, error_str,
373 /* This function will read the aen queue from the isr */
465 /* This function will complete an aen request from the isr */
471 unsigned short aen;
476 aen = le16_to_cpu(header->status_block.error);
482 /* Keep reading the queue in case there are more aen's */
491 switch (aen) {
502 /* If there are more aen's, keep reading the queue */
554 /* This function will drain the aen queue */
563 unsigned short aen;
603 aen = le16_to_cpu(header->status_block.error);
607 switch (aen) {