Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c735 struct ipg_rx *rxfd = sp->rxd + entry; in ipg_get_rxbuff() local
750 rxfd->frag_info = cpu_to_le64(pci_map_single(sp->pdev, skb->data, in ipg_get_rxbuff()
755 rxfd->frag_info |= cpu_to_le64((rxfragsize << 48) & IPG_RFI_FRAGLEN); in ipg_get_rxbuff()
769 struct ipg_rx *rxfd = sp->rxd + i; in init_rfdlist() local
773 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in init_rfdlist()
780 rxfd->rfs = 0x0000000000000000; in init_rfdlist()
798 rxfd->next_desc = cpu_to_le64(sp->rxd_map + in init_rfdlist()
1099 struct ipg_rx *rxfd = sp->rxd + entry; in ipg_nic_rx_free_skb() local
1102 le64_to_cpu(rxfd->frag_info) & ~IPG_RFI_FRAGLEN, in ipg_nic_rx_free_skb()
1112 struct ipg_rx *rxfd = sp->rxd + (sp->rx_current % IPG_RFDLIST_LENGTH); in ipg_nic_rx_check_frame_type() local
[all …]
/linux-4.1.27/drivers/net/ethernet/tehuti/
Dtehuti.c924 static void print_rxfd(struct rxf_desc *rxfd);
1096 struct rxf_desc *rxfd; in bdx_rx_alloc_skbs() local
1116 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr); in bdx_rx_alloc_skbs()
1117 rxfd->info = CPU_CHIP_SWAP32(0x10003); /* INFO=1 BC=3 */ in bdx_rx_alloc_skbs()
1118 rxfd->va_lo = idx; in bdx_rx_alloc_skbs()
1119 rxfd->pa_lo = CPU_CHIP_SWAP32(L32_64(dm->dma)); in bdx_rx_alloc_skbs()
1120 rxfd->pa_hi = CPU_CHIP_SWAP32(H32_64(dm->dma)); in bdx_rx_alloc_skbs()
1121 rxfd->len = CPU_CHIP_SWAP32(f->m.pktsz); in bdx_rx_alloc_skbs()
1122 print_rxfd(rxfd); in bdx_rx_alloc_skbs()
1158 struct rxf_desc *rxfd; in bdx_recycle_skb() local
[all …]
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.h323 u64 rxfd; /* 20 */ member