Searched refs:inppos (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c79 unsigned int inppos, outpos; /* positions in rx/tx buffers */ member in struct:net_local
714 nl->inppos = 0;
718 if( nl->inppos + framelen <= ETHER_MAX_LEN )
728 nl->inppos = 0,
821 if( nl->inppos + framelen > ETHER_MAX_LEN )
827 p = nl->rx_buf_p->data + nl->inppos;
832 nl->inppos += framelen - 4;
1014 skb_put( skb, nl->inppos );
1020 nl->master->stats.rx_bytes += nl->inppos;
1025 dev->stats.rx_bytes += nl->inppos;
[all...]

Completed in 112 milliseconds