Searched refs:bd_err_mask (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec.c | 107 uint64_t bd_err_mask; /* bit mask indicate whick pkts is error */ in hns3_recv_pkts_vec() local 127 bd_err_mask = 0; in hns3_recv_pkts_vec() 128 nb_rx = hns3_recv_burst_vec(rxq, rx_pkts, nb_pkts, &bd_err_mask); in hns3_recv_pkts_vec() 129 if (unlikely(bd_err_mask)) in hns3_recv_pkts_vec() 130 nb_rx = hns3_rx_reassemble_pkts(rx_pkts, nb_rx, bd_err_mask); in hns3_recv_pkts_vec()
|
| H A D | hns3_rxtx_vec_sve.c | 79 uint64_t *bd_err_mask) in hns3_recv_burst_vec_sve() argument 217 (*bd_err_mask) |= ((uint64_t)parse_retcode) << pos; in hns3_recv_burst_vec_sve() 290 uint64_t bd_err_mask; /* bit mask indicate whick pkts is error */ in hns3_recv_pkts_vec_sve() local 307 bd_err_mask = 0; in hns3_recv_pkts_vec_sve() 308 nb_rx = hns3_recv_burst_vec_sve(rxq, rx_pkts, nb_pkts, &bd_err_mask); in hns3_recv_pkts_vec_sve() 309 if (unlikely(bd_err_mask)) in hns3_recv_pkts_vec_sve() 310 nb_rx = hns3_rx_reassemble_pkts(rx_pkts, nb_rx, bd_err_mask); in hns3_recv_pkts_vec_sve()
|
| H A D | hns3_rxtx_vec_neon.h | 128 uint64_t *bd_err_mask) in hns3_recv_burst_vec() argument 267 (*bd_err_mask) |= ((uint64_t)parse_retcode) << pos; in hns3_recv_burst_vec()
|