Lines Matching refs:FragList
406 tp->Tpl[i].FragList[0].DataCount = 0; in tms380tr_init_net_local()
407 tp->Tpl[i].FragList[0].DataAddr = 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()
433 …tp->Rpl[i].FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[i] - (char *)tp) + tp->dmabuff… 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()
452 tp->Rpl[i].FragList[0].DataAddr = htonl(dmabuf); in tms380tr_init_net_local()
689 tpl->FragList[0].DataCount = cpu_to_be16((unsigned short)length); in tms380tr_hardware_send_packet()
690 tpl->FragList[0].DataAddr = htonl(newbuf); in tms380tr_hardware_send_packet()
2227 …rpl->FragList[0].DataAddr = htonl(((char *)tp->LocalRxBuffers[rpl->RPLIndex] - (char *)tp) + tp->d… 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()
2247 rpl->FragList[0].DataAddr = htonl(dmabuf); in tms380tr_rcv_status_irq()
2253 rpl->FragList[0].DataCount = cpu_to_be16((unsigned short)tp->MaxPacketSize); in tms380tr_rcv_status_irq()