Searched refs:Num (Results 1 – 3 of 3) sorted by relevance
38 dword Num; member
209 void *ReceiveBufferGet(APPL *appl, int Num) in ReceiveBufferGet() argument211 return &appl->ReceiveBuffer[Num * appl->MaxDataLength]; in ReceiveBufferGet()
236 void *ReceiveBufferGet(APPL *appl, int Num);6497 word Num; in nl_ind() local7188 Num = 0xffff; in nl_ind()7191 if (!APPLptr->DataNCCI[i] && Num == 0xffff) Num = i; in nl_ind()7194 if (count >= APPLptr->MaxNCCIData || Num == 0xffff) in nl_ind()7213 plci->RData[0].P = ReceiveBufferGet(APPLptr, Num); in nl_ind()7220 APPLptr->DataNCCI[Num] = NCCIcode; in nl_ind()7221 APPLptr->DataFlags[Num] = (plci->Id << 8) | (plci->NL.Ind >> 4); in nl_ind()7222 dbug(3, dprintf("Buffer(%d), Max = %d", Num, APPLptr->MaxBuffer)); in nl_ind()7224 plci->RNum = Num; in nl_ind()[all …]