Searched refs:rxfd (Results 1 – 3 of 3) sorted by relevance
912 static void print_rxfd(struct rxf_desc *rxfd);1084 struct rxf_desc *rxfd; in bdx_rx_alloc_skbs() local1104 rxfd = (struct rxf_desc *)(f->m.va + f->m.wptr); in bdx_rx_alloc_skbs()1105 rxfd->info = CPU_CHIP_SWAP32(0x10003); /* INFO=1 BC=3 */ in bdx_rx_alloc_skbs()1106 rxfd->va_lo = idx; in bdx_rx_alloc_skbs()1107 rxfd->pa_lo = CPU_CHIP_SWAP32(L32_64(dm->dma)); in bdx_rx_alloc_skbs()1108 rxfd->pa_hi = CPU_CHIP_SWAP32(H32_64(dm->dma)); in bdx_rx_alloc_skbs()1109 rxfd->len = CPU_CHIP_SWAP32(f->m.pktsz); in bdx_rx_alloc_skbs()1110 print_rxfd(rxfd); in bdx_rx_alloc_skbs()1146 struct rxf_desc *rxfd; in bdx_recycle_skb() local[all …]
355 int rxfd = -1, txfd = -1; in user_init_raw_fds() local364 rxfd = create_raw_fd(iface, ETH_P_ALL, ETH_P_ALL); in user_init_raw_fds()365 if (rxfd == -1) { in user_init_raw_fds()376 result->rx_fd = rxfd; in user_init_raw_fds()
309 u64 rxfd; /* 20 */ member