Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c359 if (pdata->hw_feat.vxn) { in xgbe_config_netdev()
H A Dxgbe.h1010 unsigned int vxn; /* VXLAN/NVGRE */ member
H A Dxgbe-drv.c773 hw_feat->vxn = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VXN); in xgbe_get_all_hw_features()
879 hw_feat->vxn ? "yes" : "no"); in xgbe_get_all_hw_features()
2205 if (!pdata->hw_feat.vxn) in xgbe_fix_features()
H A Dxgbe-dev.c494 if (!pdata->hw_feat.vxn) in xgbe_enable_vxlan()
512 if (!pdata->hw_feat.vxn) in xgbe_disable_vxlan()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h502 unsigned int vxn; member
H A Ddwxgmac2_dma.c397 dma_cap->vxn = (hw_cap & XGMAC_HWFEAT_VXN) >> 29; in dwxgmac2_get_hw_feature()
H A Dstmmac_main.c6397 priv->dma_cap.vxn ? "Y" : "N"); in stmmac_dma_cap_show()