Lines Matching refs:pktlen
1089 int mblen, pktlen; in rt2860_send() local
1158 pktlen = msgdsize(m); in rt2860_send()
1182 txwi->len = LE_16(pktlen); in rt2860_send()
1203 (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_send()
1221 bcopy(m->b_rptr, data->txbuf_dma.mem_va, pktlen - hdrlen); in rt2860_send()
1233 txd->sdl1 = LE_16(pktlen - hdrlen | RT2860_TX_LS1); in rt2860_send()
1260 ic->ic_stats.is_tx_bytes += pktlen; in rt2860_send()
1711 int pktlen; in rt2860_rx_intr() local
1756 pktlen = LE_16(rxwi->len) & 0xfff; in rt2860_rx_intr()
1765 bcopy(rxbuf, mp0->b_rptr, pktlen); in rt2860_rx_intr()
1766 mp0->b_wptr += pktlen; in rt2860_rx_intr()