Searched refs:rxreq (Results 1 – 1 of 1) sorted by relevance
367 const struct fun_eth_cqe *rxreq = info_to_cqe(q->next_cqe_info); in fun_handle_cqe_pkt() local368 unsigned int i, tot_len, pkt_len = be32_to_cpu(rxreq->pkt_len); in fun_handle_cqe_pkt()388 headroom = be16_to_cpu(rxreq->headroom); in fun_handle_cqe_pkt()423 si->nr_frags = rxreq->nsgl; in fun_handle_cqe_pkt()433 cv = be16_to_cpu(rxreq->pkt_cv); in fun_handle_cqe_pkt()434 if (likely((q->netdev->features & NETIF_F_RXHASH) && rxreq->hash)) in fun_handle_cqe_pkt()435 skb_set_hash(skb, be32_to_cpu(rxreq->hash), in fun_handle_cqe_pkt()437 if (likely((q->netdev->features & NETIF_F_RXCSUM) && rxreq->csum)) { in fun_handle_cqe_pkt()440 skb->csum_level = be16_to_cpu(rxreq->csum) - 1; in fun_handle_cqe_pkt()443 skb_hwtstamps(skb)->hwtstamp = be64_to_cpu(rxreq->timestamp); in fun_handle_cqe_pkt()[all …]