Searched refs:annot (Results 1 – 1 of 1) sorted by relevance
68 struct annotations_t *annot = rte_dpaa_mem_ptov(fd->addr); in dpaa_display_frame_info() local84 ptr = (char *)&annot->parse; in dpaa_display_frame_info()101 ptr = (char *)annot; in dpaa_display_frame_info()123 struct annotations_t *annot = GET_ANNOTATIONS(fd_virt_addr); in dpaa_eth_packet_info() local124 uint64_t prs = *((uintptr_t *)(&annot->parse)) & DPAA_PARSE_MASK; in dpaa_eth_packet_info()126 DPAA_DP_LOG(DEBUG, " Parsing mbuf: %p with annotations: %p", m, annot); in dpaa_eth_packet_info()223 m->tx_offload = annot->parse.ip_off[0]; in dpaa_eth_packet_info()224 m->tx_offload |= (annot->parse.l4_off - annot->parse.ip_off[0]) in dpaa_eth_packet_info()228 m->hash.rss = (uint32_t)(annot->hash); in dpaa_eth_packet_info()