Home
last modified time | relevance | path

Searched refs:parse_retcode (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_neon.h133 uint32_t bd_valid_num, parse_retcode; in hns3_recv_burst_vec() local
264 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()
H A Dhns3_rxtx_vec_sve.c90 uint32_t parse_retcode; in hns3_recv_burst_vec_sve() local
214 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()