Lines Matching refs:_pktRxBuf
9 PUBLIC _pktDrop, _pktRxBuf, _pktTxBuf, _pktTemp
55 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets
56 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf
60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures label
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
100 lea ax, _pktRxBuf ;; yes, point to 1st buffer
121 ; A test for equality is done by putting CX in _pktRxBuf [n].firstCount
122 ; and _pktRxBuf[n].secondCount, and CL on first call in
123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
151 ENQUEUE ; ES:DI -> _pktRxBuf[n]
155 add di, 6 ; ES:DI -> _pktRxBuf[n].destinAdr
172 @post: or si, si ; DS:SI->_pktRxBuf[n][n].destinAdr