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

  /src/sys/arch/amiga/dev/
if_esreg.h 148 #define IST_TX 0x02 /* TX complete */
154 #define ACK_TX IST_TX
if_es.c 100 int estxints = 0; /* IST_TX with TX enabled */
101 int estxint2 = 0; /* IST_TX active after IST_TX_EMPTY */
102 int estxint3 = 0; /* IST_TX interrupt processed */
412 if (smc->b2.ist & IST_TX) {
413 intact |= IST_TX;
429 if (intact & IST_TX) {
439 ++estxint3; /* count # IST_TX */
476 * This shouldn't have happened: IST_TX indicates
494 ++estxints; /* count IST_TX with TX enabled */

Completed in 12 milliseconds