Searched refs:SGE_TX_ERROR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sge/ | ||
H A D | if_sgereg.h | 205 #define SGE_TX_ERROR(x) ((x) & (TDS_OWC | TDS_ABT | TDS_FIFO | TDS_CRS)) macro |
H A D | if_sge.c | 1254 if (SGE_TX_ERROR(txstat) != 0) { in sge_txeof() |