Lines Matching refs:parse
195 u64 iova, int len, struct nix_rx_parse_s *parse, in otx2_skb_add_frag() argument
210 if (parse->laptr) { in otx2_skb_add_frag()
263 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
278 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local
283 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors()
285 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors()
286 switch (parse->errcode) { in otx2_check_rcv_errors()
304 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors()
305 switch (parse->errcode) { in otx2_check_rcv_errors()
343 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local
351 if (unlikely(parse->errlev || parse->errcode)) { in otx2_rcv_pkt_handler()
365 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_rcv_pkt_handler()
372 seg_size[seg], parse, cq->cq_idx)) in otx2_rcv_pkt_handler()