Lines Matching refs:parse
194 u64 iova, int len, struct nix_rx_parse_s *parse, in otx2_skb_add_frag() argument
209 if (parse->laptr) { in otx2_skb_add_frag()
265 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
280 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local
285 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors()
287 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors()
288 switch (parse->errcode) { in otx2_check_rcv_errors()
306 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors()
307 switch (parse->errcode) { in otx2_check_rcv_errors()
345 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local
353 if (unlikely(parse->errlev || parse->errcode)) { in otx2_rcv_pkt_handler()
367 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_rcv_pkt_handler()
374 seg_size[seg], parse, cq->cq_idx)) in otx2_rcv_pkt_handler()