Home
last modified time | relevance | path

Searched refs:IDT_STAT_TSIF (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/patm/
Dif_patm_intr.c111 const uint32_t ints = IDT_STAT_TSIF | IDT_STAT_TXICP | IDT_STAT_TSQF | in patm_intr()
171 if (stat & IDT_STAT_TSIF) { in patm_intr()
Didt77252reg.h162 #define IDT_STAT_TSIF 0x00008000 /* Tx status indicator flag */ macro