Lines Matching full:parse
138 u64 iova, int len, struct nix_rx_parse_s *parse) in otx2_skb_add_frag() argument
152 if (parse->laptr) { in otx2_skb_add_frag()
197 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
211 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local
216 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors()
218 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors()
219 switch (parse->errcode) { in otx2_check_rcv_errors()
237 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors()
238 switch (parse->errcode) { in otx2_check_rcv_errors()
277 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local
280 if (unlikely(parse->errlev || parse->errcode || cqe->sg.segs > 1)) { in otx2_rcv_pkt_handler()
289 otx2_skb_add_frag(pfvf, skb, cqe->sg.seg_addr, cqe->sg.seg_size, parse); in otx2_rcv_pkt_handler()