Searched refs:txfd (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dipg.c815 struct ipg_tx *txfd = sp->txd + i; local
817 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE);
824 txfd->next_desc = cpu_to_le64(sp->txd_map +
857 struct ipg_tx *txfd = sp->txd + dirty; local
859 IPG_DEBUG_MSG("TFC = %16.16lx\n", (unsigned long) txfd->tfc);
866 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE)))
872 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1706 struct ipg_tx *txfd = sp->txd + i; local
1709 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1847 struct ipg_tx *txfd; local
[all...]
H A Dtc35815.c1291 struct TxFD *txfd; local
1329 txfd = &lp->tfd_base[lp->tfd_start];
1330 txfd->bd.BuffData = cpu_to_le32(lp->tx_skbs[lp->tfd_start].skb_dma);
1331 txfd->bd.BDCtl = cpu_to_le32(skb->len);
1332 txfd->fd.FDSystem = cpu_to_le32(lp->tfd_start);
1333 txfd->fd.FDCtl = cpu_to_le32(FD_CownsFD | (1 << FD_BDCnt_SHIFT));
1339 txfd->fd.FDNext |= cpu_to_le32(FD_Next_EOL);
1340 txfd->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx);
1343 dump_txfd(txfd);
1345 tc_writel(fd_virt_to_bus(lp, txfd),
1756 struct TxFD *txfd; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dipg.c815 struct ipg_tx *txfd = sp->txd + i; local
817 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE);
824 txfd->next_desc = cpu_to_le64(sp->txd_map +
857 struct ipg_tx *txfd = sp->txd + dirty; local
859 IPG_DEBUG_MSG("TFC = %16.16lx\n", (unsigned long) txfd->tfc);
866 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE)))
872 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1706 struct ipg_tx *txfd = sp->txd + i; local
1709 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN,
1847 struct ipg_tx *txfd; local
[all...]
H A Dtc35815.c1291 struct TxFD *txfd; local
1329 txfd = &lp->tfd_base[lp->tfd_start];
1330 txfd->bd.BuffData = cpu_to_le32(lp->tx_skbs[lp->tfd_start].skb_dma);
1331 txfd->bd.BDCtl = cpu_to_le32(skb->len);
1332 txfd->fd.FDSystem = cpu_to_le32(lp->tfd_start);
1333 txfd->fd.FDCtl = cpu_to_le32(FD_CownsFD | (1 << FD_BDCnt_SHIFT));
1339 txfd->fd.FDNext |= cpu_to_le32(FD_Next_EOL);
1340 txfd->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx);
1343 dump_txfd(txfd);
1345 tc_writel(fd_virt_to_bus(lp, txfd),
1756 struct TxFD *txfd; local
[all...]

Completed in 76 milliseconds