Home
last modified time | relevance | path

Searched refs:l234_info (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h241 uint32_t l234_info; member
491 uint32_t bd_base_info, uint32_t l234_info, in hns3_handle_bdinfo() argument
513 if (l234_info & BIT(HNS3_RXD_L2E_B)) in hns3_handle_bdinfo()
521 if (likely((l234_info & CHECKSUM_ERR_FLAG) == 0)) { in hns3_handle_bdinfo()
526 if (unlikely(l234_info & BIT(HNS3_RXD_L3E_B))) { in hns3_handle_bdinfo()
532 if (unlikely(l234_info & BIT(HNS3_RXD_L4E_B))) { in hns3_handle_bdinfo()
538 if (unlikely(l234_info & BIT(HNS3_RXD_OL3E_B))) { in hns3_handle_bdinfo()
543 if (unlikely(l234_info & BIT(HNS3_RXD_OL4E_B))) { in hns3_handle_bdinfo()
589 l2id = hns3_get_field(l234_info, HNS3_RXD_VLAN_M, HNS3_RXD_VLAN_S); in hns3_rx_calc_ptype()
590 l3id = hns3_get_field(l234_info, HNS3_RXD_L3ID_M, HNS3_RXD_L3ID_S); in hns3_rx_calc_ptype()
[all …]
H A Dhns3_rxtx_vec_neon.h92 uint32_t l234_info, ol_info, bd_base_info; in hns3_desc_parse_field() local
105 l234_info = rxdp[i].rx.l234_info; in hns3_desc_parse_field()
109 l234_info, &cksum_err); in hns3_desc_parse_field()
115 pkt->packet_type = hns3_rx_calc_ptype(rxq, l234_info, ol_info); in hns3_desc_parse_field()
H A Dhns3_rxtx_vec_sve.c30 uint32_t l234_info[HNS3_SVE_DEFAULT_DESCS_PER_LOOP]; member
50 key->l234_info[i], &cksum_err); in hns3_desc_parse_field_sve()
57 key->l234_info[i], key->ol_info[i]); in hns3_desc_parse_field_sve()
174 svst1_u32(pg32, (uint32_t *)key_field.l234_info, l234); in hns3_recv_burst_vec_sve()
H A Dhns3_rxtx.c1989 uint32_t l234_info, const struct hns3_desc *rxd) in hns3_rxd_to_vlan_tci() argument
2019 strip_status = hns3_get_field(l234_info, HNS3_RXD_STRP_TAGP_M, in hns3_rxd_to_vlan_tci()
2087 uint32_t l234_info; in hns3_recv_pkts() local
2155 l234_info = rte_le_to_cpu_32(rxd.rx.l234_info); in hns3_recv_pkts()
2158 l234_info, &cksum_err); in hns3_recv_pkts()
2167 hns3_rxd_to_vlan_tci(rxq, rxm, l234_info, &rxd); in hns3_recv_pkts()
2203 uint32_t l234_info; in hns3_recv_scattered_pkts() local
2373 l234_info = rte_le_to_cpu_32(rxd.rx.l234_info); in hns3_recv_scattered_pkts()
2376 l234_info, &cksum_err); in hns3_recv_scattered_pkts()
2381 l234_info, ol_info); in hns3_recv_scattered_pkts()
[all …]