Searched refs:parse_retcode (Results 1 – 2 of 2) sorted by relevance
133 uint32_t bd_valid_num, parse_retcode; in hns3_recv_burst_vec() local264 parse_retcode = hns3_desc_parse_field(rxq, &sw_ring[pos], in hns3_recv_burst_vec()266 if (unlikely(parse_retcode)) in hns3_recv_burst_vec()267 (*bd_err_mask) |= ((uint64_t)parse_retcode) << pos; in hns3_recv_burst_vec()
90 uint32_t parse_retcode; in hns3_recv_burst_vec_sve() local214 parse_retcode = hns3_desc_parse_field_sve(rxq, &rx_pkts[pos], in hns3_recv_burst_vec_sve()216 if (unlikely(parse_retcode)) in hns3_recv_burst_vec_sve()217 (*bd_err_mask) |= ((uint64_t)parse_retcode) << pos; in hns3_recv_burst_vec_sve()