Home
last modified time | relevance | path

Searched refs:Beg (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c7260 unsigned int Beg = pAC->Pnmi.TrapQueueBeg; in GetTrapEntry() local
7275 if (Beg >= Size) { in GetTrapEntry()
7281 NeededSpace = Beg + Size; in GetTrapEntry()
7320 BufPad = Beg; in GetTrapEntry()
7321 Beg = SK_PNMI_TRAP_QUEUE_LEN - Size; in GetTrapEntry()
7324 Beg = Beg - Size; in GetTrapEntry()
7329 pAC->Pnmi.TrapQueueBeg = Beg; in GetTrapEntry()
7335 *(pBuf + Beg + Size - 1) = (char)Size; in GetTrapEntry()
7336 *(pBuf + Beg) = (char)Size; in GetTrapEntry()
7338 SK_PNMI_STORE_U32(pBuf + Beg + 1, Val32); in GetTrapEntry()
[all …]