Searched refs:cqe_firstpart (Results 1 – 3 of 3) sorted by relevance
1125 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()
1974 if(rq->cqe_firstpart != NULL) { in oce_rq_handler_lro() 1991 if(rq->cqe_firstpart != NULL) { in oce_rq_handler_lro() 1995 rq->cqe_firstpart = (struct nic_hwlro_cqe_part1 *)cqe; in oce_rq_handler_lro() 2004 if(rq->cqe_firstpart == NULL) { in oce_rq_handler_lro() 2008 oce_rx_lro(rq, (struct nic_hwlro_singleton_cqe *)rq->cqe_firstpart, cqe2); in oce_rq_handler_lro() 2011 rq->cqe_firstpart->valid = 0; in oce_rq_handler_lro() 2013 rq->cqe_firstpart = NULL; in oce_rq_handler_lro()
760 struct nic_hwlro_cqe_part1 *cqe_firstpart; member