Lines Matching refs:parse
193 u64 iova, int len, struct nix_rx_parse_s *parse, in otx2_skb_add_frag() argument
208 if (parse->laptr) { in otx2_skb_add_frag()
264 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
279 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local
284 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors()
286 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors()
287 switch (parse->errcode) { in otx2_check_rcv_errors()
305 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors()
306 switch (parse->errcode) { in otx2_check_rcv_errors()
344 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local
352 if (unlikely(parse->errlev || parse->errcode)) { in otx2_rcv_pkt_handler()
366 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_rcv_pkt_handler()
373 seg_size[seg], parse, cq->cq_idx)) in otx2_rcv_pkt_handler()