Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c249 if (pdata->hw_feat.vxn) { in xgbe_config_netdev()
H A Dxgbe-drv.c697 hw_feat->vxn = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VXN); in xgbe_get_all_hw_features()
818 hw_feat->vxn ? "yes" : "no"); in xgbe_get_all_hw_features()
1928 if (!pdata->hw_feat.vxn) in xgbe_fix_features()
H A Dxgbe.h933 unsigned int vxn; /* VXLAN/NVGRE */ member
H A Dxgbe-dev.c401 if (!pdata->hw_feat.vxn) in xgbe_enable_vxlan()
419 if (!pdata->hw_feat.vxn) in xgbe_disable_vxlan()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h513 unsigned int vxn; member
H A Ddwxgmac2_dma.c364 dma_cap->vxn = (hw_cap & XGMAC_HWFEAT_VXN) >> 29; in dwxgmac2_get_hw_feature()
H A Dstmmac_main.c6665 priv->dma_cap.vxn ? "Y" : "N"); in stmmac_dma_cap_show()