Searched refs:cqe_start_tpa (Results 1 – 1 of 1) sorted by relevance
1763 struct eth_fast_path_rx_tpa_start_cqe *cqe_start_tpa; in qede_recv_pkts() local1819 cqe_start_tpa = &cqe->fast_path_tpa_start; in qede_recv_pkts()1831 cqe_start_tpa->tpa_agg_index, in qede_recv_pkts()1832 rte_le_to_cpu_16(cqe_start_tpa->len_on_first_bd), in qede_recv_pkts()1833 cqe_start_tpa->header_len, in qede_recv_pkts()1835 rte_le_to_cpu_16(cqe_start_tpa->seg_len)); in qede_recv_pkts()1878 offset = cqe_start_tpa->placement_offset; in qede_recv_pkts()1881 vlan_tci = rte_le_to_cpu_16(cqe_start_tpa->vlan_tag); in qede_recv_pkts()1883 bitfield_val = cqe_start_tpa->bitfields; in qede_recv_pkts()1885 rss_hash = rte_le_to_cpu_32(cqe_start_tpa->rss_hash); in qede_recv_pkts()[all …]