Searched refs:rxInOfs (Results 1 – 2 of 2) sorted by relevance
100 #define rxInOfs offsetof (PktRealStub,_rxInOfs) macro110 extern WORD rxInOfs;194 #pragma Alias (rxInOfs, "_rxInOfs")830 if (ofs != _farpeekw (_dos_ds, realBase+rxInOfs)) in PktReceive()862 ofs = _farpeekw (_dos_ds, realBase+rxInOfs); in PktQueueBusy()878 inOfs = _farpeekw (_dos_ds, realBase+rxInOfs); in PktBuffersUsed()896 if (ofs != *(WORD*) (realBase+rxInOfs)) in PktReceive()928 ofs = *(WORD*) (realBase+rxInOfs); in PktQueueBusy()944 inOfs = *(WORD*) (realBase+rxInOfs); in PktBuffersUsed()961 if (rxOutOfs != rxInOfs) in PktReceive()[all …]
107 ;; NOTE. rxInOfs is updated after the packet has been copied