Searched refs:tpl (Results 1 – 1 of 1) sorted by relevance
180 static void tms380tr_write_tpl_status(TPL *tpl, unsigned int Status);630 TPL *tpl; in tms380tr_hardware_send_packet() local682 tpl = tp->TplFree; /* Get the "free" TPL */ in tms380tr_hardware_send_packet()683 tpl->BusyFlag = 1; /* Mark TPL as busy */ in tms380tr_hardware_send_packet()684 tp->TplFree = tpl->NextTPLPtr; in tms380tr_hardware_send_packet()687 tpl->Skb = skb; in tms380tr_hardware_send_packet()688 tpl->DMABuff = dmabuf; in tms380tr_hardware_send_packet()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()693 tpl->FrameSize = cpu_to_be16((unsigned short)length); in tms380tr_hardware_send_packet()[all …]