Lines Matching defs:tx_frameno
86 unsigned int tx_frameno;
571 /* if state & FL_NEED_RESEND != 0 then tx_frameno != 0 */
572 if( req_ans || nl->tx_frameno != 0 )
673 if( nl->tx_frameno )
794 if( --nl->tx_frameno ) {
868 nl->tx_frameno = DIV_ROUND_UP(len, nl->maxframe);
897 nl->tx_frameno = 0;
936 outb( nl->tx_frameno, dev->base_addr + DAT );
937 crc = CRC32( nl->tx_frameno, crc );
1103 nl->tx_frameno = 0;