Home | History | Annotate | Download | only in ic

Lines Matching refs:totlen

1654 	int totlen;
1673 totlen = CS_READ_PACKET_PAGE(sc, frameOffset);
1680 totlen = CS_READ_PORT(sc, PORT_RXTX_DATA);
1683 if (totlen > ETHER_MAX_LEN) {
1685 totlen);
1710 m->m_pkthdr.len = totlen;
1719 if (totlen + pad + 1 > MHLEN) {
1739 m->m_len = totlen;
1745 pBuffLimit = pBuff + (totlen + 1) / 2;
1752 IO_READ_MULTI_2(sc, PORT_RXTX_DATA, pBuff, (totlen + 1)>>1);