Lines Matching defs:inppos
83 unsigned int inppos, outpos; /* positions in rx/tx buffers */
714 nl->inppos = 0;
719 if( nl->inppos + framelen <= ETHER_MAX_LEN )
729 nl->inppos = 0;
825 if( nl->inppos + framelen > ETHER_MAX_LEN )
831 p = nl->rx_buf_p->data + nl->inppos;
836 nl->inppos += framelen - 4;
1019 skb_put( skb, nl->inppos );
1025 nl->master->stats.rx_bytes += nl->inppos;
1030 dev->stats.rx_bytes += nl->inppos;
1101 nl->inppos = nl->outpos = 0;