Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_queue.c1125 if(rq->cqe_firstpart != NULL) { in oce_rx_cq_clean_hwlro()
1140 if(rq->cqe_firstpart != NULL) { in oce_rx_cq_clean_hwlro()
1144 rq->cqe_firstpart = (struct nic_hwlro_cqe_part1 *)cqe; in oce_rx_cq_clean_hwlro()
1149 if(rq->cqe_firstpart == NULL) { in oce_rx_cq_clean_hwlro()
1160 rq->cqe_firstpart->valid = 0; in oce_rx_cq_clean_hwlro()
1162 rq->cqe_firstpart = NULL; in oce_rx_cq_clean_hwlro()
H A Doce_if.c1980 if(rq->cqe_firstpart != NULL) { in oce_rq_handler_lro()
1997 if(rq->cqe_firstpart != NULL) { in oce_rq_handler_lro()
2001 rq->cqe_firstpart = (struct nic_hwlro_cqe_part1 *)cqe; in oce_rq_handler_lro()
2010 if(rq->cqe_firstpart == NULL) { in oce_rq_handler_lro()
2014 oce_rx_lro(rq, (struct nic_hwlro_singleton_cqe *)rq->cqe_firstpart, cqe2); in oce_rq_handler_lro()
2017 rq->cqe_firstpart->valid = 0; in oce_rq_handler_lro()
2019 rq->cqe_firstpart = NULL; in oce_rq_handler_lro()
H A Doce_if.h760 struct nic_hwlro_cqe_part1 *cqe_firstpart; member