HomeSort by: relevance | last modified time | path
    Searched defs:aen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
twe.c 254 { 0xff, "a aen queue full" },
425 /* Save the first CCB for AEN retrieval. */
676 uint16_t aen; local in function:twe_reset
700 * Pull AENs out of the controller; look for a soft reset AEN.
708 * that there is no way a pending asynchronous AEN fetch would
713 rv = twe_aen_get(sc, &aen);
717 if (TWE_AEN_CODE(aen) == TWE_AEN_QUEUE_EMPTY)
719 if (TWE_AEN_CODE(aen) == TWE_AEN_SOFT_RESET)
721 twe_aen_enqueue(sc, aen, 1);
801 "unable to retrieve AEN (%d)\n", rv)
921 uint16_t aen; local in function:twe_aen_handler
1047 uint16_t aen; local in function:twe_aen_dequeue
    [all...]
twe.c 254 { 0xff, "a aen queue full" },
425 /* Save the first CCB for AEN retrieval. */
676 uint16_t aen; local in function:twe_reset
700 * Pull AENs out of the controller; look for a soft reset AEN.
708 * that there is no way a pending asynchronous AEN fetch would
713 rv = twe_aen_get(sc, &aen);
717 if (TWE_AEN_CODE(aen) == TWE_AEN_QUEUE_EMPTY)
719 if (TWE_AEN_CODE(aen) == TWE_AEN_SOFT_RESET)
721 twe_aen_enqueue(sc, aen, 1);
801 "unable to retrieve AEN (%d)\n", rv)
921 uint16_t aen; local in function:twe_aen_handler
1047 uint16_t aen; local in function:twe_aen_dequeue
    [all...]

Completed in 21 milliseconds