total_len        2067 dev/ic/dc.c    	int			i, total_len;
total_len        2090 dev/ic/dc.c    	total_len = DC_RXBYTES(rxstat);
total_len        2101 dev/ic/dc.c    	ptr -= total_len;
total_len        2111 dev/ic/dc.c    	bcopy(ptr, mtod(m, char *), total_len);	
total_len        2169 dev/ic/dc.c    	int i, offset, total_len = 0;
total_len        2189 dev/ic/dc.c    		total_len = DC_RXBYTES(rxstat);
total_len        2205 dev/ic/dc.c    				total_len = DC_RXBYTES(rxstat);
total_len        2238 dev/ic/dc.c    		total_len -= ETHER_CRC_LEN;
total_len        2242 dev/ic/dc.c    		    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1021 dev/ic/dp8390.c dp8390_get(struct dp8390_softc *sc, int src, u_short total_len)
total_len        1031 dev/ic/dp8390.c 	m0->m_pkthdr.len = total_len;
total_len        1035 dev/ic/dp8390.c 	while (total_len > 0) {
total_len        1036 dev/ic/dp8390.c 		if (total_len >= MINCLSIZE) {
total_len        1054 dev/ic/dp8390.c 		m->m_len = len = min(total_len, len);
total_len        1060 dev/ic/dp8390.c 		total_len -= len;
total_len        1061 dev/ic/dp8390.c 		if (total_len > 0) {
total_len         910 dev/ic/fxp.c   					u_int16_t total_len;
total_len         912 dev/ic/fxp.c   					total_len = htole16(*(u_int16_t *)(rfap +
total_len         916 dev/ic/fxp.c   					if (total_len <
total_len         931 dev/ic/fxp.c   					    total_len;
total_len         369 dev/ic/mtd8xx.c 	int frag, cur, cnt = 0, i, total_len = 0;
total_len         394 dev/ic/mtd8xx.c 		total_len += map->dm_segs[i].ds_len;
total_len         420 dev/ic/mtd8xx.c 	    htole32(total_len << TCW_PKTS_SHIFT);
total_len         907 dev/ic/mtd8xx.c 	int i, total_len = 0;
total_len         924 dev/ic/mtd8xx.c 		total_len = RSR_FLNG_GET(rxstat);
total_len         947 dev/ic/mtd8xx.c 		total_len -= ETHER_CRC_LEN;
total_len         953 dev/ic/mtd8xx.c 		m0 = m_devget(mtod(m, char *) - ETHER_ALIGN, total_len + ETHER_ALIGN,
total_len         646 dev/ic/re.c    	int			total_len, i, s, error = 0, phyaddr;
total_len         748 dev/ic/re.c    	total_len = rxstat & sc->rl_rxlenmask;
total_len         750 dev/ic/re.c    	if (total_len != ETHER_MIN_LEN) {
total_len        1227 dev/ic/re.c    	int		i, total_len;
total_len        1242 dev/ic/re.c    		total_len = rxstat & sc->rl_rxlenmask;
total_len        1289 dev/ic/re.c    		if (rxstat & RL_RDESC_STAT_RXERRSUM && !(total_len > 8191 &&
total_len        1320 dev/ic/re.c    			m->m_len = total_len % RE_RX_DESC_BUFLEN;
total_len        1340 dev/ic/re.c    			m->m_pkthdr.len = total_len - ETHER_CRC_LEN;
total_len        1343 dev/ic/re.c    			    (total_len - ETHER_CRC_LEN);
total_len         593 dev/ic/rtl81x9.c 	int			total_len;
total_len         628 dev/ic/rtl81x9.c 		total_len = rxstat >> 16;
total_len         629 dev/ic/rtl81x9.c 		if (total_len == RL_RXSTAT_UNFINISHED) {
total_len         637 dev/ic/rtl81x9.c 		    total_len < ETHER_MIN_LEN ||
total_len         638 dev/ic/rtl81x9.c 		    total_len > ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN) {
total_len         648 dev/ic/rtl81x9.c 		rx_bytes += total_len + 4;
total_len         657 dev/ic/rtl81x9.c 		total_len -= ETHER_CRC_LEN;
total_len         678 dev/ic/rtl81x9.c 		if (total_len > wrap) {
total_len         685 dev/ic/rtl81x9.c 				     total_len - wrap, sc->rl_cdata.rl_rx_buf);
total_len         692 dev/ic/rtl81x9.c 			cur_rx = (total_len - wrap + ETHER_CRC_LEN);
total_len         695 dev/ic/rtl81x9.c 			    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len         700 dev/ic/rtl81x9.c 			cur_rx += total_len + 4 + ETHER_CRC_LEN;
total_len        1187 dev/ic/xl.c    	int			total_len = 0, sumflags = 0;
total_len        1198 dev/ic/xl.c    		total_len = rxstat & XL_RXSTAT_LENMASK;
total_len        1211 dev/ic/xl.c    		if (total_len > XL_MAX_FRAMELEN)
total_len        1257 dev/ic/xl.c    		m->m_pkthdr.len = m->m_len = total_len;
total_len        1610 dev/ic/xl.c    	int		error, frag, total_len;
total_len        1630 dev/ic/xl.c    	for (frag = 0, total_len = 0; frag < map->dm_nsegs; frag++) {
total_len        1633 dev/ic/xl.c    		total_len += map->dm_segs[frag].ds_len;
total_len        1685 dev/ic/xl.c    	c->xl_ptr->xl_status = htole32(total_len);
total_len        3194 dev/pci/if_de.c 	int total_len = 0, last_offset = 0;
total_len        3246 dev/pci/if_de.c 		total_len++;
total_len        3260 dev/pci/if_de.c 	    for (me = ms; total_len > 0; total_len--) {
total_len        3278 dev/pci/if_de.c 	total_len = ((eop->d_status >> 16) & 0x7FFF) - 4;
total_len        3281 dev/pci/if_de.c 	    me->m_len = total_len - last_offset;
total_len        3296 dev/pci/if_de.c 		        total_len, BPF_DIRECTION_IN);
total_len        3366 dev/pci/if_de.c 		if (!accept || total_len >= (MHLEN - 2)) {
total_len        3383 dev/pci/if_de.c 		ms->m_pkthdr.len = total_len;
total_len        3388 dev/pci/if_de.c 		m_copydata(ms, 0, total_len, mtod(m0, caddr_t));
total_len        3389 dev/pci/if_de.c 		m0->m_len = m0->m_pkthdr.len = total_len;
total_len         896 dev/pci/if_lge.c 	int			c, i, total_len = 0;
total_len         914 dev/pci/if_lge.c 		total_len = LGE_RXBYTES(cur_rx);
total_len         931 dev/pci/if_lge.c 			m0 = m_devget(mtod(m, char *), total_len, ETHER_ALIGN,
total_len         941 dev/pci/if_lge.c 			m->m_pkthdr.len = m->m_len = total_len;
total_len         507 dev/pci/if_lmc.c 		int total_len = 0, last_offset = 0;
total_len         557 dev/pci/if_lmc.c 				total_len++;
total_len         574 dev/pci/if_lmc.c 			for (me = ms; total_len > 0; total_len--) {
total_len         592 dev/pci/if_lmc.c 		total_len = ((status >> 16) & 0x7FFF);
total_len         594 dev/pci/if_lmc.c 			total_len -= 2;
total_len         596 dev/pci/if_lmc.c 			total_len -= 4;
total_len         601 dev/pci/if_lmc.c 			|| (total_len <= sc->lmc_if.if_mtu + PPP_HEADER_LEN
total_len         615 dev/pci/if_lmc.c 			me->m_len = total_len - last_offset;
total_len         620 dev/pci/if_lmc.c 					    total_len, BPF_DIRECTION_IN);
total_len         670 dev/pci/if_lmc.c 				ms->m_pkthdr.len = total_len;
total_len        1610 dev/pci/if_msk.c 	int			cur, total_len = len;
total_len        1631 dev/pci/if_msk.c 	if (total_len < SK_MIN_FRAMELEN ||
total_len        1632 dev/pci/if_msk.c 	    total_len > SK_JUMBO_FRAMELEN ||
total_len        1633 dev/pci/if_msk.c 	    msk_rxvalid(sc, rxstat, total_len) == 0) {
total_len        1648 dev/pci/if_msk.c 		    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1658 dev/pci/if_msk.c 		m->m_pkthdr.len = m->m_len = total_len;
total_len        1275 dev/pci/if_nge.c 	int			i, total_len = 0;
total_len        1290 dev/pci/if_nge.c 		total_len = NGE_RXBYTES(cur_rx);
total_len        1321 dev/pci/if_nge.c 			m0 = m_devget(mtod(m, char *), total_len,
total_len        1333 dev/pci/if_nge.c 			m->m_pkthdr.len = m->m_len = total_len;
total_len        1297 dev/pci/if_sis.c 	int			total_len = 0;
total_len        1313 dev/pci/if_sis.c 		total_len = SIS_RXBYTES(cur_rx);
total_len        1344 dev/pci/if_sis.c 			m->m_pkthdr.len = m->m_len = total_len;
total_len        1350 dev/pci/if_sis.c 			    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1731 dev/pci/if_sk.c 	int			i, cur, total_len = 0;
total_len        1765 dev/pci/if_sk.c 		total_len = SK_RXBYTES(letoh32(cur_desc->sk_ctl));
total_len        1775 dev/pci/if_sk.c 		    total_len < SK_MIN_FRAMELEN ||
total_len        1776 dev/pci/if_sk.c 		    total_len > SK_JUMBO_FRAMELEN ||
total_len        1777 dev/pci/if_sk.c 		    sk_rxvalid(sc, rxstat, total_len) == 0) {
total_len        1793 dev/pci/if_sk.c 			    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1803 dev/pci/if_sk.c 			m->m_pkthdr.len = m->m_len = total_len;
total_len         641 dev/pci/if_ste.c 	int			total_len = 0, count=0;
total_len         681 dev/pci/if_ste.c 		total_len = cur_rx->ste_ptr->ste_status & STE_RXSTAT_FRAMELEN;
total_len         697 dev/pci/if_ste.c 		m->m_pkthdr.len = m->m_len = total_len;
total_len        1115 dev/pci/if_tl.c 	int			r = 0, total_len = 0;
total_len        1131 dev/pci/if_tl.c 		total_len = cur_rx->tl_ptr->tlist_frsize;
total_len        1162 dev/pci/if_tl.c 		m->m_pkthdr.len = m->m_len = total_len;
total_len        1470 dev/pci/if_tl.c 	int			total_len;
total_len        1479 dev/pci/if_tl.c 	total_len = 0;
total_len        1485 dev/pci/if_tl.c 			total_len+= m->m_len;
total_len        1523 dev/pci/if_tl.c 		f->tlist_dcnt = total_len = m_new->m_len;
total_len        1531 dev/pci/if_tl.c 	if (total_len < TL_MIN_FRAMELEN) {
total_len        1533 dev/pci/if_tl.c 		f->tlist_dcnt = TL_MIN_FRAMELEN - total_len;
total_len        1535 dev/pci/if_tl.c 		total_len += f->tlist_dcnt;
total_len        1541 dev/pci/if_tl.c 	c->tl_ptr->tlist_frsize = total_len;
total_len         952 dev/pci/if_vge.c 	int			i, total_len;
total_len         972 dev/pci/if_vge.c 		total_len = VGE_RXBYTES(cur_rx);
total_len        1043 dev/pci/if_vge.c 			    total_len - ETHER_CRC_LEN + ETHER_ALIGN,
total_len        1060 dev/pci/if_vge.c 			m->m_len = total_len % MCLBYTES;
total_len        1078 dev/pci/if_vge.c 			m->m_pkthdr.len = total_len - ETHER_CRC_LEN;
total_len        1081 dev/pci/if_vge.c 			    (total_len - ETHER_CRC_LEN);
total_len        1085 dev/pci/if_vge.c 		    total_len);
total_len         926 dev/pci/if_vr.c 	int			total_len = 0;
total_len         985 dev/pci/if_vr.c 		total_len = VR_RXBYTES(letoh32(cur_rx->vr_ptr->vr_status));
total_len         994 dev/pci/if_vr.c 		total_len -= ETHER_CRC_LEN;
total_len        1000 dev/pci/if_vr.c 		    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1006 dev/pci/if_wb.c 	int			total_len = 0;
total_len        1042 dev/pci/if_wb.c 		total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status);
total_len        1051 dev/pci/if_wb.c 		total_len -= ETHER_CRC_LEN;
total_len        1054 dev/pci/if_wb.c 		    total_len + ETHER_ALIGN, 0, ifp, NULL);
total_len        1285 dev/pci/if_wb.c 	int			total_len;
total_len        1294 dev/pci/if_wb.c 	total_len = 0;
total_len        1300 dev/pci/if_wb.c 			total_len += m->m_len;
total_len        1343 dev/pci/if_wb.c 		f->wb_ctl = total_len = m_new->m_len;
total_len        1348 dev/pci/if_wb.c 	if (total_len < WB_MIN_FRAMELEN) {
total_len        1350 dev/pci/if_wb.c 		f->wb_ctl = WB_MIN_FRAMELEN - total_len;
total_len        1156 dev/pci/musycc.c 	int		 total_len = 0, consumed = 0;
total_len        1178 dev/pci/musycc.c 		total_len = MUSYCC_STATUS_LEN(rxstat);
total_len        1211 dev/pci/musycc.c 		m->m_pkthdr.len = m->m_len = total_len;
total_len         308 dev/usb/if_atu.c 	int			total_len = 0, s;
total_len         338 dev/usb/if_atu.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         344 dev/usb/if_atu.c 			    sc->atu_dev.dv_xname, total_len));
total_len         348 dev/usb/if_atu.c 			if (total_len != length)
total_len         350 dev/usb/if_atu.c 				    sc->atu_dev.dv_xname, total_len));
total_len        1066 dev/usb/if_aue.c 	u_int32_t		total_len;
total_len        1093 dev/usb/if_aue.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len        1095 dev/usb/if_aue.c 	memcpy(mtod(c->aue_mbuf, char *), c->aue_buf, total_len);
total_len        1097 dev/usb/if_aue.c 	if (total_len <= 4 + ETHER_CRC_LEN) {
total_len        1102 dev/usb/if_aue.c 	memcpy(&r, c->aue_buf + total_len - 4, sizeof(r));
total_len        1113 dev/usb/if_aue.c 	total_len -= ETHER_CRC_LEN + 4;
total_len        1114 dev/usb/if_aue.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len        1263 dev/usb/if_aue.c 	int			total_len;
total_len        1286 dev/usb/if_aue.c 	total_len = m->m_pkthdr.len + 2;
total_len        1289 dev/usb/if_aue.c 	    c, c->aue_buf, total_len, USBD_FORCE_SHORT_XFER | USBD_NO_COPY,
total_len        1302 dev/usb/if_aue.c 		    __func__, total_len));
total_len         923 dev/usb/if_axe.c 	u_int32_t		total_len;
total_len         949 dev/usb/if_axe.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         953 dev/usb/if_axe.c 			if (total_len < sizeof(hdr)) {
total_len         961 dev/usb/if_axe.c 			total_len -= sizeof(hdr);
total_len         968 dev/usb/if_axe.c 			if (pktlen > total_len) {
total_len         978 dev/usb/if_axe.c 			if ((total_len - pktlen) < 0)
total_len         979 dev/usb/if_axe.c 				total_len = 0;
total_len         981 dev/usb/if_axe.c 				total_len -= pktlen;
total_len         983 dev/usb/if_axe.c 			pktlen = total_len; /* crc on the end? */
total_len         984 dev/usb/if_axe.c 			total_len = 0;
total_len        1010 dev/usb/if_axe.c 	} while (total_len > 0);
total_len         766 dev/usb/if_cdce.c 	int			 total_len = 0;
total_len         792 dev/usb/if_cdce.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         794 dev/usb/if_cdce.c 		total_len -= 4;	/* Strip off CRC added by Zaurus */
total_len         795 dev/usb/if_cdce.c 	if (total_len <= 1)
total_len         799 dev/usb/if_cdce.c 	memcpy(mtod(m, char *), c->cdce_buf, total_len);
total_len         801 dev/usb/if_cdce.c 	if (total_len < sizeof(struct ether_header)) {
total_len         808 dev/usb/if_cdce.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         372 dev/usb/if_cdcef.c 	int total_len = 0;
total_len         407 dev/usb/if_cdcef.c 	usbf_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         410 dev/usb/if_cdcef.c 	if (total_len <= 1)
total_len         413 dev/usb/if_cdcef.c 	if (total_len < sizeof(struct ether_header)) {
total_len         427 dev/usb/if_cdcef.c 		m->m_pkthdr.len = m->m_len = total_len;
total_len         428 dev/usb/if_cdcef.c 		bcopy(sc->sc_buffer_out, mtod(m, char *), total_len);
total_len         725 dev/usb/if_cue.c 	int			total_len = 0;
total_len         753 dev/usb/if_cue.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         755 dev/usb/if_cue.c 	memcpy(mtod(c->cue_mbuf, char *), c->cue_buf, total_len);
total_len         761 dev/usb/if_cue.c 	total_len = len;
total_len         770 dev/usb/if_cue.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         899 dev/usb/if_cue.c 	int			total_len;
total_len         912 dev/usb/if_cue.c 	total_len = m->m_pkthdr.len + 2;
total_len         915 dev/usb/if_cue.c 		     sc->cue_dev.dv_xname, __func__, total_len));
total_len         923 dev/usb/if_cue.c 	    c, c->cue_buf, total_len, USBD_NO_COPY, 10000, cue_txeof);
total_len         721 dev/usb/if_kue.c 	int			total_len = 0;
total_len         748 dev/usb/if_kue.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         751 dev/usb/if_kue.c 		     __func__, total_len,
total_len         754 dev/usb/if_kue.c 	if (total_len <= 1)
total_len         759 dev/usb/if_kue.c 	memcpy(mtod(m, char *), c->kue_buf, total_len);
total_len         762 dev/usb/if_kue.c 	total_len = UGETW(mtod(m, u_int8_t *));
total_len         765 dev/usb/if_kue.c 	if (total_len < sizeof(struct ether_header)) {
total_len         771 dev/usb/if_kue.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         864 dev/usb/if_kue.c 	int			total_len;
total_len         879 dev/usb/if_kue.c 	total_len = m->m_pkthdr.len + 2;
total_len         881 dev/usb/if_kue.c 	total_len += 64 - (total_len % 64);
total_len         888 dev/usb/if_kue.c 	    c, c->kue_buf, total_len, USBD_NO_COPY, USBD_DEFAULT_TIMEOUT,
total_len        1011 dev/usb/if_udav.c 	int total_len;
total_len        1023 dev/usb/if_udav.c 	total_len = m->m_pkthdr.len;
total_len        1024 dev/usb/if_udav.c 	if (total_len < UDAV_MIN_FRAME_LEN) {
total_len        1025 dev/usb/if_udav.c 		memset(c->udav_buf + 2 + total_len, 0,
total_len        1026 dev/usb/if_udav.c 		    UDAV_MIN_FRAME_LEN - total_len);
total_len        1027 dev/usb/if_udav.c 		total_len = UDAV_MIN_FRAME_LEN;
total_len        1031 dev/usb/if_udav.c 	c->udav_buf[0] = (u_int8_t)total_len;
total_len        1032 dev/usb/if_udav.c 	c->udav_buf[1] = (u_int8_t)(total_len >> 8);
total_len        1033 dev/usb/if_udav.c 	total_len += 2;
total_len        1035 dev/usb/if_udav.c 	usbd_setup_xfer(c->udav_xfer, sc->sc_pipe_tx, c, c->udav_buf, total_len,
total_len        1053 dev/usb/if_udav.c 		 __func__, total_len));
total_len        1115 dev/usb/if_udav.c 	u_int32_t total_len;
total_len        1142 dev/usb/if_udav.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len        1145 dev/usb/if_udav.c 	total_len = UGETW(h->length) - ETHER_CRC_LEN;
total_len        1154 dev/usb/if_udav.c 	if (total_len < sizeof(struct ether_header) ||
total_len        1162 dev/usb/if_udav.c 	memcpy(mtod(m, char *), c->udav_buf + UDAV_RX_HDRLEN, total_len);
total_len        1166 dev/usb/if_udav.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         498 dev/usb/if_upl.c 	int			total_len = 0;
total_len         522 dev/usb/if_upl.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len         525 dev/usb/if_upl.c 		    sc->sc_dev.dv_xname, __func__, status, total_len));
total_len         528 dev/usb/if_upl.c 	memcpy(mtod(c->upl_mbuf, char *), c->upl_buf, total_len);
total_len         531 dev/usb/if_upl.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         627 dev/usb/if_upl.c 	int			total_len;
total_len         640 dev/usb/if_upl.c 	total_len = m->m_pkthdr.len;
total_len         643 dev/usb/if_upl.c 		     sc->sc_dev.dv_xname, __func__, total_len));
total_len         646 dev/usb/if_upl.c 	    c, c->upl_buf, total_len, USBD_NO_COPY, USBD_DEFAULT_TIMEOUT,
total_len         901 dev/usb/if_url.c 	int total_len;
total_len         912 dev/usb/if_url.c 	total_len = m->m_pkthdr.len;
total_len         914 dev/usb/if_url.c 	if (total_len < URL_MIN_FRAME_LEN) {
total_len         915 dev/usb/if_url.c 		bzero(c->url_buf + total_len, URL_MIN_FRAME_LEN - total_len);
total_len         916 dev/usb/if_url.c 		total_len = URL_MIN_FRAME_LEN;
total_len         918 dev/usb/if_url.c 	usbd_setup_xfer(c->url_xfer, sc->sc_pipe_tx, c, c->url_buf, total_len,
total_len         936 dev/usb/if_url.c 		 __func__, total_len));
total_len         997 dev/usb/if_url.c 	u_int32_t total_len;
total_len        1025 dev/usb/if_url.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len        1027 dev/usb/if_url.c 	memcpy(mtod(c->url_mbuf, char *), c->url_buf, total_len);
total_len        1029 dev/usb/if_url.c 	if (total_len <= ETHER_CRC_LEN) {
total_len        1034 dev/usb/if_url.c 	memcpy(&rxhdr, c->url_buf + total_len - ETHER_CRC_LEN, sizeof(rxhdr));
total_len        1050 dev/usb/if_url.c 	total_len -= ETHER_CRC_LEN;
total_len        1053 dev/usb/if_url.c 	m->m_pkthdr.len = m->m_len = total_len;
total_len         100 dev/usb/if_wi_usb.c void wi_usb_rxfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len);
total_len         101 dev/usb/if_wi_usb.c void wi_usb_txfrm(struct wi_usb_softc *usc, wi_usb_usbin *uin, int total_len);
total_len         506 dev/usb/if_wi_usb.c 	int			total_len, rnd_len;
total_len         519 dev/usb/if_wi_usb.c 		total_len = sizeof (struct wi_frame) +
total_len         521 dev/usb/if_wi_usb.c 		rnd_len = ROUNDUP64(total_len);
total_len         522 dev/usb/if_wi_usb.c 		if ((total_len > sc->wi_usb_txmemsize[id]) ||
total_len         525 dev/usb/if_wi_usb.c 			    total_len, sc->wi_usb_txmemsize[id], WI_USB_BUFSZ);
total_len         526 dev/usb/if_wi_usb.c 			total_len = sc->wi_usb_txmemsize[id];
total_len         535 dev/usb/if_wi_usb.c 		bcopy(wibuf, c->wi_usb_buf, total_len);
total_len         537 dev/usb/if_wi_usb.c 		bzero(((char *)c->wi_usb_buf)+total_len,
total_len         538 dev/usb/if_wi_usb.c 		    rnd_len - total_len);
total_len         541 dev/usb/if_wi_usb.c 		bzero(wibuf, total_len);
total_len         543 dev/usb/if_wi_usb.c 		total_len = rnd_len;
total_len         546 dev/usb/if_wi_usb.c 		    sc->wi_usb_dev.dv_xname, __func__, id, total_len));
total_len         581 dev/usb/if_wi_usb.c 	int			total_len, rnd_len;
total_len         617 dev/usb/if_wi_usb.c 	total_len = sizeof (struct wi_cmdreq);
total_len         618 dev/usb/if_wi_usb.c 	rnd_len = ROUNDUP64(total_len);
total_len         635 dev/usb/if_wi_usb.c 	bzero(((char*)pcmd)+total_len, rnd_len - total_len);
total_len         637 dev/usb/if_wi_usb.c 	total_len = rnd_len;
total_len         667 dev/usb/if_wi_usb.c 	int			total_len, rnd_len;
total_len         701 dev/usb/if_wi_usb.c 	total_len = sizeof(struct wi_rridreq);
total_len         702 dev/usb/if_wi_usb.c 	rnd_len = ROUNDUP64(total_len);
total_len         718 dev/usb/if_wi_usb.c 	bzero(((char*)prid)+total_len, rnd_len - total_len);
total_len         725 dev/usb/if_wi_usb.c 	    sc->wi_usb_dev.dv_xname, __func__, total_len, ltv->wi_len));
total_len         796 dev/usb/if_wi_usb.c 	int			total_len, rnd_len;
total_len         915 dev/usb/if_wi_usb.c 	total_len = sizeof(prid->type) + sizeof(prid->frmlen) +
total_len         917 dev/usb/if_wi_usb.c 	rnd_len = ROUNDUP64(total_len);
total_len         932 dev/usb/if_wi_usb.c 	bzero(((char*)prid)+total_len, rnd_len - total_len);
total_len        1392 dev/usb/if_wi_usb.c 	int			total_len = 0;
total_len        1430 dev/usb/if_wi_usb.c 	usbd_get_xfer_status(xfer, NULL, NULL, &total_len, NULL);
total_len        1432 dev/usb/if_wi_usb.c 	if (total_len < 6) /* short XXX */
total_len        1441 dev/usb/if_wi_usb.c 	wi_dump_data(c->wi_usb_buf, total_len);
total_len        1445 dev/usb/if_wi_usb.c 		wi_usb_rxfrm(sc, uin, total_len);
total_len        1451 dev/usb/if_wi_usb.c 		wi_usb_txfrm(sc, uin, total_len);
total_len        1460 dev/usb/if_wi_usb.c 		wi_usb_infofrm(c, total_len);
total_len        1490 dev/usb/if_wi_usb.c 		    rtype, total_len);
total_len        1491 dev/usb/if_wi_usb.c 		wi_dump_data(c->wi_usb_buf, total_len);
total_len        1649 dev/usb/if_wi_usb.c wi_usb_txfrm(struct wi_usb_softc *sc, wi_usb_usbin *uin, int total_len)
total_len        1677 dev/usb/if_wi_usb.c wi_usb_rxfrm(struct wi_usb_softc *sc, wi_usb_usbin *uin, int total_len)
total_len        1682 dev/usb/if_wi_usb.c 	    sc->wi_usb_dev.dv_xname, __func__, total_len));
total_len         478 net/slcompress.c sl_uncompress_tcp_core(buf, buflen, total_len, type, comp, hdrp, hlenp)
total_len         480 net/slcompress.c 	int buflen, total_len;
total_len         602 net/slcompress.c 	total_len += cs->cs_hlen - vjlen;
total_len         603 net/slcompress.c 	cs->cs_ip.ip_len = htons(total_len);