Searched refs:tbd (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dquicc_simple.h25 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether1.c687 tbd_t tbd; local
718 tbd.tbd_opts = TBD_EOL | skb->len;
719 tbd.tbd_link = I82586_NULL;
720 tbd.tbd_bufl = dataddr;
721 tbd.tbd_bufh = 0;
728 ether1_writebuffer (dev, &tbd, tbdaddr, TBD_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dlasi_82596.c261 dma_addr_t tbd; member in struct:tx_cmd
1044 struct i596_tbd *tbd; local
1060 tbd = lp->tbds + lp->next_tx_cmd;
1071 tx_cmd->tbd = WSWAPtbd(virt_to_dma(lp,tbd));
1072 tbd->next = I596_NULL;
1079 tbd->pad = 0;
1080 tbd->size = EOF | length;
1084 tbd->data = WSWAPchar(tx_cmd->dma_addr);
1088 CHECK_WBACK_INV(lp, tbd, sizeo
[all...]
H A D82596.c231 struct i596_tbd *tbd; member in struct:tx_cmd
1063 struct i596_tbd *tbd; local
1078 tbd = lp->tbds + lp->next_tx_cmd;
1089 tx_cmd->tbd = WSWAPtbd(virt_to_bus(tbd));
1090 tbd->next = I596_NULL;
1097 tbd->pad = 0;
1098 tbd->size = EOF | length;
1100 tbd->data = WSWAPchar(virt_to_bus(skb->data));
H A De100.c480 } tbd; member in struct:cb::__anon5413::__anon5414
1611 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
1615 cb->u.tcb.tbd.buf_addr = cpu_to_le32(pci_map_single(nic->pdev,
1618 cb->u.tcb.tbd.size = cpu_to_le16(skb->len);
1671 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1672 le16_to_cpu(cb->u.tcb.tbd.size),
1698 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1699 le16_to_cpu(cb->u.tcb.tbd.size),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c705 struct scqe *tbd; local
740 tbd = &IDT77252_PRV_TBD(skb);
743 scq->next->word_1 = cpu_to_le32(tbd->word_1 |
745 scq->next->word_2 = cpu_to_le32(tbd->word_2);
746 scq->next->word_3 = cpu_to_le32(tbd->word_3);
747 scq->next->word_4 = cpu_to_le32(tbd->word_4);
832 struct scqe *tbd; local
845 tbd = &IDT77252_PRV_TBD(skb);
857 tbd->word_1 = SAR_TBD_OAM | ATM_CELL_PAYLOAD | SAR_TBD_EPDU;
858 tbd
[all...]
H A Didt77252.h788 struct scqe tbd; /* Transmit Buffer Descriptor */ member in struct:idt77252_skb_prv
794 (((struct idt77252_skb_prv *)(ATM_SKB(skb)+1))->tbd)
H A Dnicstar.c222 static int push_scqe(ns_dev *card, vc_map *vc, scq_info *scq, ns_scqe *tbd,
1886 static int push_scqe(ns_dev *card, vc_map *vc, scq_info *scq, ns_scqe *tbd, argument
1916 *scq->next = *tbd;
1922 card->index, le32_to_cpu(tbd->word_1), le32_to_cpu(tbd->word_2),
1923 le32_to_cpu(tbd->word_3), le32_to_cpu(tbd->word_4),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c2745 struct ipw2100_bd *tbd; local
2758 tbd = &txq->drv[packet->index];
2770 descriptors_used = tbd->num_fragments;
2771 frag_num = tbd->num_fragments - 1;
2855 tbd = &txq->drv[(packet->index + 1 + i) % txq->entries];
2859 tbd->host_addr, tbd->buf_length);
2862 tbd->host_addr,
2863 tbd->buf_length, PCI_DMA_TODEVICE);
2937 struct ipw2100_bd *tbd; local
3006 struct ipw2100_bd *tbd; local
[all...]
H A Dwavelan.c1168 tbd_t tbd;
1170 obram_read(ioaddr, actx.tx_tbd_offset, (unsigned char *)&tbd, sizeof(tbd));
1171 printk(" tbd_status=0x%x,", tbd.tbd_status);
2759 * The CU read the transmit block which point to the tbd,
2760 * read the tbd and the content of the buffer.
2782 tbd_t tbd; local
2818 buf_addr = tbd_addr + sizeof(tbd);
2843 tbd.tbd_status = TBD_STATUS_EOF | (TBD_STATUS_ACNT & clen);
2844 tbd
3252 tbd_t tbd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S694 #sys32_sysctl_wrapper # tbd

Completed in 221 milliseconds