Searched refs:rxfd (Results 1 – 3 of 3) sorted by relevance
735 struct ipg_rx *rxfd = sp->rxd + entry; in ipg_get_rxbuff() local750 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() local773 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() local1102 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 …]
924 static void print_rxfd(struct rxf_desc *rxfd);1096 struct rxf_desc *rxfd; in bdx_rx_alloc_skbs() local1116 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 …]
323 u64 rxfd; /* 20 */ member