Searched refs:MAC_VR (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_rxtx.c | 624 AXGMAC_GET_BITS(hw_feat->version, MAC_VR, USERVER), in axgbe_dev_fw_version_get() 625 AXGMAC_GET_BITS(hw_feat->version, MAC_VR, DEVID), in axgbe_dev_fw_version_get() 626 AXGMAC_GET_BITS(hw_feat->version, MAC_VR, SNPSVER)); in axgbe_dev_fw_version_get() 671 if (AXGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER) > 0x20) in axgbe_prepare_tx_stop()
|
| H A D | axgbe_regs.h | 99 MAC_VR, /* MAC Version */
|
| H A D | axgbe_dev.c | 600 if (AXGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER) < 0x21) in axgbe_flush_tx_queues()
|
| H A D | axgbe_common.h | 257 #define MAC_VR 0x0110 macro
|
| H A D | axgbe_ethdev.c | 1962 hw_feat->version = AXGMAC_IOREAD(pdata, MAC_VR); in axgbe_get_all_hw_features()
|