Home
last modified time | relevance | path

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

/include/linux/soc/ti/
A Dcppi5.h23 u32 src_dst_tag; /* Packet info word 3 (n/a in Buffer desc) */ member
257 *src_tag_id = (desc_hdr->src_dst_tag & in cppi5_desc_get_tags_ids()
261 *dst_tag_id = desc_hdr->src_dst_tag & in cppi5_desc_get_tags_ids()
278 desc_hdr->src_dst_tag = (src_tag_id << CPPI5_INFO3_DESC_SRCTAG_SHIFT) & in cppi5_desc_set_tags_ids()
280 desc_hdr->src_dst_tag |= dst_tag_id & CPPI5_INFO3_DESC_DSTTAG_MASK; in cppi5_desc_set_tags_ids()

Completed in 7 milliseconds