Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-drv.c174 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features()
210 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features()
212 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
215 hw_feat->dma_width = 40; in xgbe_get_all_hw_features()
218 hw_feat->dma_width = 48; in xgbe_get_all_hw_features()
221 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
281 hw_feat->dma_width); in xgbe_get_all_hw_features()
H A Dxgbe.h976 unsigned int dma_width; /* DMA width */ member
/freebsd/sys/dev/ena/
H A Dena.c217 dma_space_addr = ENA_DMA_BIT_MASK(adapter->dma_width); in ena_dma_alloc()
506 ENA_DMA_BIT_MASK(adapter->dma_width), /* lowaddr of excl window */ in ena_setup_tx_dma_tag()
541 ENA_DMA_BIT_MASK(adapter->dma_width), /* lowaddr of excl window */ in ena_setup_rx_dma_tag()
2936 int dma_width; in ena_device_init() local
2964 dma_width = ena_com_get_dma_width(ena_dev); in ena_device_init()
2965 if (unlikely(dma_width < 0)) { in ena_device_init()
2966 ena_log(pdev, ERR, "Invalid dma width value %d", dma_width); in ena_device_init()
2967 rc = dma_width; in ena_device_init()
2970 adapter->dma_width = dma_width; in ena_device_init()
H A Dena.h444 int dma_width; member