Home | History | Annotate | Download | only in msdos

Lines Matching refs:rxInOfs

100   #define rxInOfs       offsetof (PktRealStub,_rxInOfs)

110 extern WORD rxInOfs;
194 #pragma Alias (rxInOfs, "_rxInOfs")
830 if (ofs != _farpeekw (_dos_ds, realBase+rxInOfs))
862 ofs = _farpeekw (_dos_ds, realBase+rxInOfs);
878 inOfs = _farpeekw (_dos_ds, realBase+rxInOfs);
896 if (ofs != *(WORD*) (realBase+rxInOfs))
928 ofs = *(WORD*) (realBase+rxInOfs);
944 inOfs = *(WORD*) (realBase+rxInOfs);
961 if (rxOutOfs != rxInOfs)
985 rxOutOfs = busy ? (rxInOfs + sizeof(RX_ELEMENT)) : rxInOfs;
993 WORD inOfs = rxInOfs;
1118 rxInOfsFp = (WORD _far *) (protBase + (WORD) &rxInOfs);
1145 _farpokel (_dos_ds, realBase+rxInOfs, FIRST_RX_BUF);
1157 *(WORD*) (realBase+rxInOfs) = FIRST_RX_BUF;
1186 rxInOfs = FIRST_RX_BUF;