Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_if.c168 static void oce_correct_header(struct mbuf *m, struct nic_hwlro_cqe_part1 *cqe1, struct nic_hwlro_cqe_part2 *cqe2);
1467 oce_correct_header(struct mbuf *m, struct nic_hwlro_cqe_part1 *cqe1, struct nic_hwlro_cqe_part2 *cqe2)
1501 *p = cqe1->tcp_timestamp_val; in oce_correct_header()
1502 *(p+1) = cqe1->tcp_timestamp_ecr; in oce_correct_header()
1577 struct nic_hwlro_cqe_part1 *cqe1 = NULL; in oce_rx_lro()
1591 cqe1 = (struct nic_hwlro_cqe_part1 *)cqe; in oce_rx_lro()
1598 cq_info.qnq = cqe1->qnq; in oce_rx_lro()
1614 oce_correct_header(m, cqe1, cqe2); in oce_rx_lro()
1973 /* we should not get singleton cqe after cqe1 on same rq */ in oce_rq_handler_lro()
1975 device_printf(sc->dev, "Got singleton cqe after cqe1 \ in oce_rq_handler_lro()
1469 oce_correct_header(struct mbuf * m,struct nic_hwlro_cqe_part1 * cqe1,struct nic_hwlro_cqe_part2 * cqe2) oce_correct_header() argument
1579 struct nic_hwlro_cqe_part1 *cqe1 = NULL; oce_rx_lro() local
[all...]