Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c31 #define VLAN_TCI(vid, prio) ((vid) | ((prio) << VLAN_PRIO_SHIFT)) macro
413 cpu_to_be16(VLAN_TCI(match.key->vlan_id, in bnxt_tc_parse_flow()
416 cpu_to_be16((VLAN_TCI(match.mask->vlan_id, in bnxt_tc_parse_flow()