Searched refs:Rpl (Results 1 – 2 of 2) sorted by relevance
420 …tp->Rpl[i].NextRPLAddr = htonl(((char *)(&tp->Rpl[(i+1) % RPL_NUM]) - (char *)tp) + tp->dmabuffer)… in tms380tr_init_net_local()421 tp->Rpl[i].Status = (RX_VALID | RX_START_FRAME | RX_END_FRAME | RX_FRAME_IRQ); in tms380tr_init_net_local()422 tp->Rpl[i].FrameSize = 0; in tms380tr_init_net_local()423 tp->Rpl[i].FragList[0].DataCount = cpu_to_be16((unsigned short)tp->MaxPacketSize); in tms380tr_init_net_local()426 tp->Rpl[i].Skb = dev_alloc_skb(tp->MaxPacketSize); in tms380tr_init_net_local()427 tp->Rpl[i].DMABuff = 0; in tms380tr_init_net_local()430 if(tp->Rpl[i].Skb == NULL) in tms380tr_init_net_local()432 tp->Rpl[i].SkbStat = SKB_UNAVAILABLE; in tms380tr_init_net_local()433 …tp->Rpl[i].FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[i] - (char *)tp) + tp->dmabuff… in tms380tr_init_net_local()434 tp->Rpl[i].MData = tp->LocalRxBuffers[i]; in tms380tr_init_net_local()[all …]
1088 RPL Rpl[RPL_NUM]; member