Lines Matching refs:txfd
240 } txfd;
411 txfd.status = 0;
412 txfd.command = CmdSuspend | CmdTx | CmdTxFlex;
413 txfd.link = virt_to_bus (&txfd);
414 txfd.count = 0x02208000;
415 txfd.tx_desc_addr = virt_to_bus(&txfd.tx_buf_addr0);
417 txfd.tx_buf_addr0 = virt_to_bus (&hdr);
418 txfd.tx_buf_size0 = sizeof (hdr);
420 txfd.tx_buf_addr1 = virt_to_bus (p);
421 txfd.tx_buf_size1 = s;
424 printf ("txfd: \n");
425 hd (&txfd, sizeof (txfd));
428 outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
434 while (!txfd.status && timer2_running())
665 txfd.command = (CmdIASetup);
666 txfd.status = 0x0000;
667 txfd.link = virt_to_bus (&confcmd);
670 char *t = (char *)&txfd.tx_desc_addr;
678 hd (&txfd, 0x20);
710 confcmd.link = virt_to_bus (&txfd);
718 outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
725 while (!txfd.status && timer2_running())