Lines Matching defs:outpos
83 unsigned int inppos, outpos; /* positions in rx/tx buffers */
691 unsigned len = min_t(unsigned int, skb->len - nl->outpos, nl->framelen);
693 outsb( dev->base_addr + DAT, skb->data + nl->outpos, len );
694 *crc_p = calc_crc32( *crc_p, skb->data + nl->outpos, len );
777 nl->outpos = 0;
792 nl->outpos += nl->framelen;
797 nl->tx_buf_p->len - nl->outpos);
860 nl->outpos = 0;
899 nl->outpos = 0;
923 if( nl->outpos == 0 )
1101 nl->inppos = nl->outpos = 0;