Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ep/
Dif_ep.c720 int lenthisone; in epread() local
775 lenthisone = min(rx_fifo, M_TRAILINGSPACE(m)); in epread()
776 if (lenthisone == 0) { /* no room in this one */ in epread()
785 lenthisone = min(rx_fifo, M_TRAILINGSPACE(m)); in epread()
791 lenthisone / 4); in epread()
792 m->m_len += (lenthisone & ~3); in epread()
793 if (lenthisone & 3) in epread()
795 mtod(m, caddr_t)+m->m_len, lenthisone & 3); in epread()
796 m->m_len += (lenthisone & 3); in epread()
800 lenthisone / 2); in epread()
[all …]