Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c249 pfvf->flags |= OTX2_FLAG_RX_VLAN_SUPPORT; in otx2_mcam_entry_init()
1467 if (!(pf->flags & OTX2_FLAG_RX_VLAN_SUPPORT)) in otx2_enable_rxvlan()
H A Dotx2_common.h457 #define OTX2_FLAG_RX_VLAN_SUPPORT BIT_ULL(6) macro
H A Dotx2_pf.c1917 if (pf->flags & OTX2_FLAG_RX_VLAN_SUPPORT) in otx2_open()
3038 if (pf->flags & OTX2_FLAG_RX_VLAN_SUPPORT) in otx2_probe()
H A Dotx2_common.c211 pfvf->flags & OTX2_FLAG_RX_VLAN_SUPPORT) in otx2_set_mac_address()