Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1761 unsigned int mac_hfr0, mac_hfr1, mac_hfr2; in axgbe_get_all_hw_features() local
1764 mac_hfr0 = AXGMAC_IOREAD(pdata, MAC_HWF0R); in axgbe_get_all_hw_features()
1773 hw_feat->gmii = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, GMIISEL); in axgbe_get_all_hw_features()
1774 hw_feat->vlhash = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH); in axgbe_get_all_hw_features()
1775 hw_feat->sma = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SMASEL); in axgbe_get_all_hw_features()
1776 hw_feat->rwk = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RWKSEL); in axgbe_get_all_hw_features()
1777 hw_feat->mgk = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MGKSEL); in axgbe_get_all_hw_features()
1778 hw_feat->mmc = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MMCSEL); in axgbe_get_all_hw_features()
1780 hw_feat->ts = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSEL); in axgbe_get_all_hw_features()
1781 hw_feat->eee = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, EEESEL); in axgbe_get_all_hw_features()
[all …]