txoff             714 dev/ic/lemac.c 			bus_size_t txoff = /* (mtod(m, u_int32_t) &
txoff             721 dev/ic/lemac.c 			LEMAC_PUT8(sc, 3, txoff);
txoff             728 dev/ic/lemac.c 				LEMAC_PUTBUF8(sc, txoff, m0->m_len,
txoff             730 dev/ic/lemac.c 				txoff += m0->m_len;
txoff             735 dev/ic/lemac.c 				if ((txoff & 3) == (((long)cp) & 3) &&
txoff             737 dev/ic/lemac.c 					if (txoff & 3) {
txoff             738 dev/ic/lemac.c 						int alen = (~txoff & 3);
txoff             739 dev/ic/lemac.c 						LEMAC_PUTBUF8(sc, txoff, alen,
txoff             742 dev/ic/lemac.c 						txoff += alen;
txoff             746 dev/ic/lemac.c 						LEMAC_PUTBUF32(sc, txoff,
txoff             749 dev/ic/lemac.c 						txoff += len & ~3;
txoff             754 dev/ic/lemac.c 				if ((txoff & 1) == (((long)cp) & 1) &&
txoff             756 dev/ic/lemac.c 					if (txoff & 1) {
txoff             757 dev/ic/lemac.c 						int alen = (~txoff & 1);
txoff             758 dev/ic/lemac.c 						LEMAC_PUTBUF8(sc, txoff, alen,
txoff             761 dev/ic/lemac.c 						txoff += alen;
txoff             765 dev/ic/lemac.c 						LEMAC_PUTBUF16(sc, txoff,
txoff             768 dev/ic/lemac.c 						txoff += len & ~1;
txoff             773 dev/ic/lemac.c 					LEMAC_PUTBUF8(sc, txoff, len, cp);
txoff             774 dev/ic/lemac.c 					txoff += len;