Searched refs:ol_info (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec_neon.h | 98 uint32_t l234_info, ol_info, bd_base_info; in hns3_desc_parse_field() local 111 ol_info = rxdp[i].rx.ol_info; in hns3_desc_parse_field() 119 pkt->packet_type = hns3_rx_calc_ptype(rxq, l234_info, ol_info); in hns3_desc_parse_field()
|
| H A D | hns3_rxtx.h | 252 uint32_t ol_info; member 635 const uint32_t ol_info) in hns3_rx_calc_ptype() argument 643 ptype = hns3_get_field(ol_info, HNS3_RXD_PTYPE_M, in hns3_rx_calc_ptype() 648 ol4id = hns3_get_field(ol_info, HNS3_RXD_OL4ID_M, HNS3_RXD_OL4ID_S); in hns3_rx_calc_ptype() 649 ol3id = hns3_get_field(ol_info, HNS3_RXD_OL3ID_M, HNS3_RXD_OL3ID_S); in hns3_rx_calc_ptype()
|
| H A D | hns3_rxtx_vec_sve.c | 31 uint32_t ol_info[HNS3_SVE_DEFAULT_DESCS_PER_LOOP]; member 56 key->l234_info[i], key->ol_info[i]); in hns3_desc_parse_field_sve() 181 svst1_u32(pg32, (uint32_t *)key_field.ol_info, ol); in hns3_recv_burst_vec_sve()
|
| H A D | hns3_rxtx.c | 2414 uint32_t ol_info; in hns3_recv_pkts_simple() local 2487 ol_info = rte_le_to_cpu_32(rxd.rx.ol_info); in hns3_recv_pkts_simple() 2492 rxm->packet_type = hns3_rx_calc_ptype(rxq, l234_info, ol_info); in hns3_recv_pkts_simple() 2538 uint32_t ol_info; in hns3_recv_scattered_pkts() local 2713 ol_info = rte_le_to_cpu_32(rxd.rx.ol_info); in hns3_recv_scattered_pkts() 2720 l234_info, ol_info); in hns3_recv_scattered_pkts()
|