Lines Matching refs:cqe1
168 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;
1502 *(p+1) = cqe1->tcp_timestamp_ecr;
1577 struct nic_hwlro_cqe_part1 *cqe1 = NULL;
1591 cqe1 = (struct nic_hwlro_cqe_part1 *)cqe;
1598 cq_info.qnq = cqe1->qnq;
1614 oce_correct_header(m, cqe1, cqe2);
1973 /* we should not get singleton cqe after cqe1 on same rq */
1975 device_printf(sc->dev, "Got singleton cqe after cqe1 \n");
1990 /* we should not get cqe1 after cqe1 on same rq */
1992 device_printf(sc->dev, "Got cqe1 after cqe1 \n");
2003 /* We should not get cqe2 without cqe1 */
2005 device_printf(sc->dev, "Got cqe2 without cqe1 \n");