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

  /src/sys/arch/mac68k/dev/
if_mc.c 477 uint8_t /* xmtrc,*/ xmtfs; local in function:mc_tint
480 xmtfs = NIC_GET(sc, MACE_XMTFS);
482 if ((xmtfs & XMTSV) == 0)
485 if (xmtfs & UFLO) {
493 if (xmtfs & LCOL) {
499 if (xmtfs & MORE)
502 else if (xmtfs & ONE)
504 else if (xmtfs & RTRY) {
510 if (xmtfs & LCAR) {
522 rnd_add_uint32(&sc->rnd_source, xmtfs);
    [all...]
  /src/sys/arch/macppc/dev/
am79c950.c 477 uint8_t xmtfs; local in function:mc_tint
480 xmtfs = NIC_GET(sc, MACE_XMTFS);
482 if ((xmtfs & XMTSV) == 0)
485 if (xmtfs & UFLO) {
492 if (xmtfs & LCOL) {
498 if (xmtfs & MORE)
501 else if (xmtfs & ONE)
503 else if (xmtfs & RTRY) {
508 if (xmtfs & LCAR) {

Completed in 13 milliseconds