Home | History | Annotate | Download | only in msdos

Lines Matching refs:_pktRxBuf

30 _rxOutOfs   dw   offset _pktRxBuf          ; ring buffer offsets
31 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf
35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
76 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
77 ; and _pktRxBuf[n].secondCount, and CL on first call in
78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
107 mov ax, offset _pktRxBuf
111 mov di, [_rxInOfs] ; ES:DI -> _pktRxBuf[n]
116 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
131 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr
141 mov [si-6+2], cx ; store _pktRxBuf[n].secondCount
143 mov [_rxInOfs], ax ; update _pktRxBuf input offset