Searched defs:txfd (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/icplus/
H A Dipg.c822 struct ipg_tx *txfd = sp->txd + i; local
824 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE);
831 txfd->next_desc = cpu_to_le64(sp->txd_map +
864 struct ipg_tx *txfd = sp->txd + dirty; local
866 IPG_DEBUG_MSG("TFC = %016lx\n", (unsigned long) txfd->tfc);
873 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE)))
879 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1707 struct ipg_tx *txfd = sp->txd + i; local
1710 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1845 struct ipg_tx *txfd; local
[all...]
/drivers/net/ethernet/toshiba/
H A Dtc35815.c1296 struct TxFD *txfd; local
1334 txfd = &lp->tfd_base[lp->tfd_start];
1335 txfd->bd.BuffData = cpu_to_le32(lp->tx_skbs[lp->tfd_start].skb_dma);
1336 txfd->bd.BDCtl = cpu_to_le32(skb->len);
1337 txfd->fd.FDSystem = cpu_to_le32(lp->tfd_start);
1338 txfd->fd.FDCtl = cpu_to_le32(FD_CownsFD | (1 << FD_BDCnt_SHIFT));
1344 txfd->fd.FDNext |= cpu_to_le32(FD_Next_EOL);
1345 txfd->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx);
1348 dump_txfd(txfd);
1350 tc_writel(fd_virt_to_bus(lp, txfd),
1763 struct TxFD *txfd; local
[all...]

Completed in 77 milliseconds