Lines Matching refs:GET8
1080 uint8_t stat = GET8(REG_TXSTATUS);
1853 (void) GET8(W6_RX_FRAMES);
1854 (void) GET8(W6_TX_FRAMES);
1855 (void) GET8(W6_UPPER_FRAMES);
1856 (void) GET8(W6_RX_OVERRUNS); /* counted by elxl_recv */
1860 sc->ex_defer += GET8(W6_DEFER);
1861 sc->ex_latecol += GET8(W6_TX_LATE_COL);
1862 sc->ex_singlecol += GET8(W6_SINGLE_COL);
1863 sc->ex_multcol += GET8(W6_MULT_COL);
1864 sc->ex_sqe += GET8(W6_SQE_ERRORS);
1865 sc->ex_nocarrier += GET8(W6_NO_CARRIER);
1869 (void) GET8(W4_BADSSD);