Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dtms380tr.h1014 #define RPL_NUM 3 macro
1088 RPL Rpl[RPL_NUM];
1091 unsigned char LocalRxBuffers[RPL_NUM][DEFAULT_PACKET_SIZE];
Dtms380tr.c418 for (i = 0; i < RPL_NUM; i++) in tms380tr_init_net_local()
420 …tp->Rpl[i].NextRPLAddr = htonl(((char *)(&tp->Rpl[(i+1) % RPL_NUM]) - (char *)tp) + tp->dmabuffer)… in tms380tr_init_net_local()
458 tp->Rpl[i].NextRPLPtr = &tp->Rpl[(i+1) % RPL_NUM]; in tms380tr_init_net_local()
463 tp->RplTail = &tp->Rpl[RPL_NUM-1]; in tms380tr_init_net_local()