Lines Matching refs:cqe_rx
540 struct cqe_rx_t *cqe_rx, in nicvf_set_rxhash() argument
549 switch (cqe_rx->rss_alg) { in nicvf_set_rxhash()
553 hash = cqe_rx->rss_tag; in nicvf_set_rxhash()
557 hash = cqe_rx->rss_tag; in nicvf_set_rxhash()
570 struct cqe_rx_t *cqe_rx, int cqe_type) in nicvf_rcv_pkt_handler() argument
577 rq_idx = nicvf_netdev_qidx(nic, cqe_rx->rq_idx); in nicvf_rcv_pkt_handler()
586 err = nicvf_check_cqe_rx_errs(nic, cq, cqe_rx); in nicvf_rcv_pkt_handler()
587 if (err && !cqe_rx->rb_cnt) in nicvf_rcv_pkt_handler()
590 skb = nicvf_get_rcv_skb(nic, cqe_rx); in nicvf_rcv_pkt_handler()
611 nicvf_set_rxhash(netdev, cqe_rx, skb); in nicvf_rcv_pkt_handler()
624 if (cqe_rx->vlan_found && cqe_rx->vlan_stripped) in nicvf_rcv_pkt_handler()
626 ntohs((__force __be16)cqe_rx->vlan_tci)); in nicvf_rcv_pkt_handler()