Searched refs:bd_valid_num (Results 1 – 2 of 2) sorted by relevance
133 uint32_t bd_valid_num, parse_retcode; in hns3_recv_burst_vec() local185 bd_valid_num = HNS3_DEFAULT_DESCS_PER_LOOP; in hns3_recv_burst_vec()187 bd_valid_num = __builtin_ctzl(stat) / HNS3_UINT16_BIT; in hns3_recv_burst_vec()188 if (bd_valid_num == 0) in hns3_recv_burst_vec()192 offset = rxq->offset_table[bd_valid_num]; in hns3_recv_burst_vec()265 &rxdp[offset], bd_valid_num); in hns3_recv_burst_vec()278 nb_rx += bd_valid_num; in hns3_recv_burst_vec()279 if (bd_valid_num < HNS3_DEFAULT_DESCS_PER_LOOP) in hns3_recv_burst_vec()
89 uint64_t bd_valid_num; in hns3_recv_burst_vec_sve() local145 svst1_u64(PG64_64BIT, &bd_valid_num, vld_clz); in hns3_recv_burst_vec_sve()146 bd_valid_num /= HNS3_UINT8_BIT; in hns3_recv_burst_vec_sve()152 offset = rxq->offset_table[bd_valid_num]; in hns3_recv_burst_vec_sve()215 &key_field, bd_valid_num); in hns3_recv_burst_vec_sve()222 nb_rx += bd_valid_num; in hns3_recv_burst_vec_sve()223 if (unlikely(bd_valid_num < HNS3_SVE_DEFAULT_DESCS_PER_LOOP)) in hns3_recv_burst_vec_sve()