Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c637 struct cqe_rx_t *cqe_rx, int cqe_type) in nicvf_rcv_pkt_handler() argument
644 rq_idx = cqe_rx->rq_idx; in nicvf_rcv_pkt_handler()
648 err = nicvf_check_cqe_rx_errs(nic, cq, cqe_rx); in nicvf_rcv_pkt_handler()
649 if (err && !cqe_rx->rb_cnt) in nicvf_rcv_pkt_handler()
652 mbuf = nicvf_get_rcv_mbuf(nic, cqe_rx); in nicvf_rcv_pkt_handler()
665 ((cqe_rx->l3_type == L3TYPE_IPV4) && (cqe_rx->l4_type == L4TYPE_TCP)) && in nicvf_rcv_pkt_handler()
1978 nicvf_get_rcv_mbuf(struct nicvf *nic, struct cqe_rx_t *cqe_rx) in nicvf_get_rcv_mbuf() argument
1988 rb_lens = (uint16_t *)((uint8_t *)cqe_rx + (3 * sizeof(uint64_t))); in nicvf_get_rcv_mbuf()
1989 rb_ptrs = (uint64_t *)((uint8_t *)cqe_rx + (6 * sizeof(uint64_t))); in nicvf_get_rcv_mbuf()
1992 __func__, cqe_rx->rb_cnt, cqe_rx->rb0_ptr, cqe_rx->rb0_sz); in nicvf_get_rcv_mbuf()
[all …]