Searched refs:tx_frameno (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.c82 unsigned int tx_frameno; member in struct:net_local
573 /* if state & FL_NEED_RESEND != 0 then tx_frameno != 0 */
574 if( req_ans || nl->tx_frameno != 0 )
674 if( nl->tx_frameno )
791 if( --nl->tx_frameno )
864 nl->tx_frameno = DIV_ROUND_UP(len, nl->maxframe);
892 nl->tx_frameno = 0;
931 outb( nl->tx_frameno, dev->base_addr + DAT );
932 crc = CRC32( nl->tx_frameno, crc );
1103 nl->tx_frameno
[all...]

Completed in 120 milliseconds