Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1796 hw_feat->dma_width = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in axgbe_get_all_hw_features()
1833 switch (hw_feat->dma_width) { in axgbe_get_all_hw_features()
1835 hw_feat->dma_width = 32; in axgbe_get_all_hw_features()
1838 hw_feat->dma_width = 40; in axgbe_get_all_hw_features()
1841 hw_feat->dma_width = 48; in axgbe_get_all_hw_features()
1844 hw_feat->dma_width = 32; in axgbe_get_all_hw_features()
H A Daxgbe_ethdev.h419 unsigned int dma_width; /* DMA width */ member