Searched refs:tag_cmn (Results 1 – 1 of 1) sorted by relevance
129 struct netc_tag_cmn *tag_cmn; in netc_rcv() local136 tag_cmn = dsa_etype_header_pos_rx(skb); in netc_rcv()137 if (ntohs(tag_cmn->tpid) != ETH_P_NXP_NETC) { in netc_rcv()139 ntohs(tag_cmn->tpid)); in netc_rcv()143 if (tag_cmn->qos & NETC_TAG_QV) in netc_rcv()144 skb->priority = FIELD_GET(NETC_TAG_IPV, tag_cmn->qos); in netc_rcv()146 sw_id = FIELD_GET(NETC_TAG_SWITCH, tag_cmn->switch_port); in netc_rcv()154 port = FIELD_GET(NETC_TAG_PORT, tag_cmn->switch_port); in netc_rcv()159 type = FIELD_GET(NETC_TAG_TYPE, tag_cmn->type); in netc_rcv()160 subtype = FIELD_GET(NETC_TAG_SUBTYPE, tag_cmn->type); in netc_rcv()[all …]