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

/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c641 struct cqe_rx_t *cqe_rx, int cqe_type)
648 rq_idx = cqe_rx->rq_idx;
652 err = nicvf_check_cqe_rx_errs(nic, cq, cqe_rx);
653 if (err && !cqe_rx->rb_cnt)
656 mbuf = nicvf_get_rcv_mbuf(nic, cqe_rx);
669 ((cqe_rx->l3_type == L3TYPE_IPV4) && (cqe_rx->l4_type == L4TYPE_TCP)) &&
1975 nicvf_get_rcv_mbuf(struct nicvf *nic, struct cqe_rx_t *cqe_rx) argument
1985 rb_lens = (uint16_t *)((uint8_t *)cqe_rx + (3 * sizeof(uint64_t)));
1986 rb_ptrs = (uint64_t *)((uint8_t *)cqe_rx
640 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, struct cqe_rx_t *cqe_rx, int cqe_type) argument
2225 nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cmp_queue *cq, struct cqe_rx_t *cqe_rx) argument
[all...]

Completed in 60 milliseconds