Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1952 unsigned int mac_hfr0, mac_hfr1, mac_hfr2, mac_hfr3; in axgbe_get_all_hw_features() local
1956 mac_hfr1 = AXGMAC_IOREAD(pdata, MAC_HWF1R); in axgbe_get_all_hw_features()
1982 hw_feat->rx_fifo_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1984 hw_feat->tx_fifo_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1986 hw_feat->adv_ts_hi = AXGMAC_GET_BITS(mac_hfr1, in axgbe_get_all_hw_features()
1989 hw_feat->dcb = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DCBEN); in axgbe_get_all_hw_features()
1990 hw_feat->sph = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in axgbe_get_all_hw_features()
1991 hw_feat->tso = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, TSOEN); in axgbe_get_all_hw_features()
1993 hw_feat->rss = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, RSSEN); in axgbe_get_all_hw_features()
1995 hw_feat->hash_table_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
[all …]