Searched refs:txfd (Results 1 – 2 of 2) sorted by relevance
822 struct ipg_tx *txfd = sp->txd + i; in init_tfdlist() local824 txfd->tfc = cpu_to_le64(IPG_TFC_TFDDONE); in init_tfdlist()831 txfd->next_desc = cpu_to_le64(sp->txd_map + in init_tfdlist()864 struct ipg_tx *txfd = sp->txd + dirty; in ipg_nic_txfree() local866 IPG_DEBUG_MSG("TFC = %016lx\n", (unsigned long) txfd->tfc); in ipg_nic_txfree()873 if (!(txfd->tfc & cpu_to_le64(IPG_TFC_TFDDONE))) in ipg_nic_txfree()879 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN, in ipg_nic_txfree()1707 struct ipg_tx *txfd = sp->txd + i; in ipg_tx_clear() local1710 le64_to_cpu(txfd->frag_info) & ~IPG_TFI_FRAGLEN, in ipg_tx_clear()1845 struct ipg_tx *txfd; in ipg_nic_hard_start_xmit() local[all …]
1285 struct TxFD *txfd; in tc35815_send_packet() local1323 txfd = &lp->tfd_base[lp->tfd_start]; in tc35815_send_packet()1324 txfd->bd.BuffData = cpu_to_le32(lp->tx_skbs[lp->tfd_start].skb_dma); in tc35815_send_packet()1325 txfd->bd.BDCtl = cpu_to_le32(skb->len); in tc35815_send_packet()1326 txfd->fd.FDSystem = cpu_to_le32(lp->tfd_start); in tc35815_send_packet()1327 txfd->fd.FDCtl = cpu_to_le32(FD_CownsFD | (1 << FD_BDCnt_SHIFT)); in tc35815_send_packet()1333 txfd->fd.FDNext |= cpu_to_le32(FD_Next_EOL); in tc35815_send_packet()1334 txfd->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx); in tc35815_send_packet()1337 dump_txfd(txfd); in tc35815_send_packet()1339 tc_writel(fd_virt_to_bus(lp, txfd), &tr->TxFrmPtr); in tc35815_send_packet()[all …]