Lines Matching defs:aen
225 /* This function will complete an aen request from the isr */
231 unsigned short aen;
236 aen = le16_to_cpu(header->status_block.error);
242 /* Keep reading the queue in case there are more aen's */
251 switch (aen) {
262 /* If there are more aen's, keep reading the queue */
279 /* This function will drain aen queue */
288 unsigned short aen;
333 aen = le16_to_cpu(header->status_block.error);
337 switch (aen) {
375 unsigned short aen;
392 aen = le16_to_cpu(header->status_block.error);
399 event->aen_code = aen;
414 TW_MESSAGE_SOURCE_CONTROLLER_EVENT, aen,
415 error_str[0] == '\0' ? twa_string_lookup(twa_aen_table, aen) : error_str,
425 /* This function will read the aen queue from the isr */