Lines Matching refs:parse
136 u64 iova, int len, struct nix_rx_parse_s *parse) in otx2_skb_add_frag() argument
150 if (parse->laptr) { in otx2_skb_add_frag()
195 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
210 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local
215 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors()
217 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors()
218 switch (parse->errcode) { in otx2_check_rcv_errors()
236 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors()
237 switch (parse->errcode) { in otx2_check_rcv_errors()
275 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local
283 if (unlikely(parse->errlev || parse->errcode)) { in otx2_rcv_pkt_handler()
293 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_rcv_pkt_handler()
300 parse); in otx2_rcv_pkt_handler()