if_ec.c | 302 u_int count, realcount; local in function:ec_start 327 realcount = MIN(count, EC_PKT_MAXTDOFF); 328 bus_space_write_2(sc->sc_iot, sc->sc_ioh, ECREG_TBUF, realcount); 329 for (off = realcount, m = m0; m != 0; off += m->m_len, m = m->m_next) 332 if (count - realcount) 333 ec_copyout(sc, padding, ECREG_TBUF + off, count - realcount);
|