Searched refs:LocalRxBuffers (Results 1 – 2 of 2) sorted by relevance
431 …tp->Rpl[i].FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[i] - (char *)tp) + tp->dmabuff… in tms380tr_init_net_local()432 tp->Rpl[i].MData = tp->LocalRxBuffers[i]; in tms380tr_init_net_local()444 …tp->Rpl[i].FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[i] - (char *)tp) + tp->dmabuff… in tms380tr_init_net_local()445 tp->Rpl[i].MData = tp->LocalRxBuffers[i]; in tms380tr_init_net_local()2215 …rpl->FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[rpl->RPLIndex] - (char *)tp) + tp->d… in tms380tr_rcv_status_irq()2216 rpl->MData = tp->LocalRxBuffers[rpl->RPLIndex]; in tms380tr_rcv_status_irq()2228 …rpl->FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[rpl->RPLIndex] - (char *)tp) + tp->d… in tms380tr_rcv_status_irq()2229 rpl->MData = tp->LocalRxBuffers[rpl->RPLIndex]; in tms380tr_rcv_status_irq()
1091 unsigned char LocalRxBuffers[RPL_NUM][DEFAULT_PACKET_SIZE]; member