Searched refs:LocalRxBuffers (Results 1 – 2 of 2) sorted by relevance
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()446 …tp->Rpl[i].FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[i] - (char *)tp) + tp->dmabuff… in tms380tr_init_net_local()447 tp->Rpl[i].MData = tp->LocalRxBuffers[i]; in tms380tr_init_net_local()2227 …rpl->FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[rpl->RPLIndex] - (char *)tp) + tp->d… in tms380tr_rcv_status_irq()2228 rpl->MData = tp->LocalRxBuffers[rpl->RPLIndex]; in tms380tr_rcv_status_irq()2240 …rpl->FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[rpl->RPLIndex] - (char *)tp) + tp->d… in tms380tr_rcv_status_irq()2241 rpl->MData = tp->LocalRxBuffers[rpl->RPLIndex]; in tms380tr_rcv_status_irq()
1091 unsigned char LocalRxBuffers[RPL_NUM][DEFAULT_PACKET_SIZE]; member