Searched refs:rxfd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dipg.c724 struct ipg_rx *rxfd = sp->rxd + entry; local
742 rxfd->frag_info = cpu_to_le64(pci_map_single(sp->pdev, skb->data,
747 rxfd->frag_info |= cpu_to_le64((rxfragsize << 48) & IPG_RFI_FRAGLEN);
761 struct ipg_rx *rxfd = sp->rxd + i; local
765 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN,
772 rxfd->rfs = 0x0000000000000000;
791 rxfd->next_desc = cpu_to_le64(sp->rxd_map +
1096 struct ipg_rx *rxfd = sp->rxd + entry; local
1099 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN,
1109 struct ipg_rx *rxfd local
1123 struct ipg_rx *rxfd = sp->rxd + entry; local
1177 ipg_nic_rx_with_start_and_end(struct net_device *dev, struct ipg_nic_private *sp, struct ipg_rx *rxfd, unsigned entry) argument
1212 ipg_nic_rx_with_start(struct net_device *dev, struct ipg_nic_private *sp, struct ipg_rx *rxfd, unsigned entry) argument
1244 ipg_nic_rx_with_end(struct net_device *dev, struct ipg_nic_private *sp, struct ipg_rx *rxfd, unsigned entry) argument
1290 ipg_nic_rx_no_start_no_end(struct net_device *dev, struct ipg_nic_private *sp, struct ipg_rx *rxfd, unsigned entry) argument
1330 struct ipg_rx *rxfd = sp->rxd + entry; local
1373 struct ipg_rx *rxfd; local
1689 struct ipg_rx *rxfd = sp->rxd + i; local
[all...]
H A Dtehuti.c885 static void print_rxfd(struct rxf_desc *rxfd);
1051 struct rxf_desc *rxfd; local
1073 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr);
1074 rxfd->info = CPU_CHIP_SWAP32(0x10003); /* INFO=1 BC=3 */
1075 rxfd->va_lo = idx;
1076 rxfd->pa_lo = CPU_CHIP_SWAP32(L32_64(dm->dma));
1077 rxfd->pa_hi = CPU_CHIP_SWAP32(H32_64(dm->dma));
1078 rxfd->len = CPU_CHIP_SWAP32(f->m.pktsz);
1079 print_rxfd(rxfd);
1121 struct rxf_desc *rxfd; local
1289 print_rxfd(struct rxf_desc *rxfd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_phyp.h343 u64 rxfd; /* 20 */ member in struct:hcp_ehea_port_cb6

Completed in 69 milliseconds