Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/axgbe/
Dxgbe-drv.c404 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features()
440 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features()
442 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
445 hw_feat->dma_width = 40; in xgbe_get_all_hw_features()
448 hw_feat->dma_width = 48; in xgbe_get_all_hw_features()
451 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
Dxgbe.h674 unsigned int dma_width; /* DMA width */ member
/freebsd-12-stable/sys/dev/ena/
Dena.c212 dma_space_addr = ENA_DMA_BIT_MASK(adapter->dma_width); in ena_dma_alloc()
501 ENA_DMA_BIT_MASK(adapter->dma_width), /* lowaddr of excl window */ in ena_setup_tx_dma_tag()
536 ENA_DMA_BIT_MASK(adapter->dma_width), /* lowaddr of excl window */ in ena_setup_rx_dma_tag()
2775 int dma_width; in ena_device_init() local
2803 dma_width = ena_com_get_dma_width(ena_dev); in ena_device_init()
2804 if (unlikely(dma_width < 0)) { in ena_device_init()
2805 ena_log(pdev, ERR, "Invalid dma width value %d", dma_width); in ena_device_init()
2806 rc = dma_width; in ena_device_init()
2809 adapter->dma_width = dma_width; in ena_device_init()
Dena.h423 int dma_width; member