Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c95 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xlgmac_init()
424 hw_feat->dma_width = XLGMAC_GET_REG_BITS(mac_hfr1, in xlgmac_get_all_hw_features()
488 switch (hw_feat->dma_width) { in xlgmac_get_all_hw_features()
490 hw_feat->dma_width = 32; in xlgmac_get_all_hw_features()
493 hw_feat->dma_width = 40; in xlgmac_get_all_hw_features()
496 hw_feat->dma_width = 48; in xlgmac_get_all_hw_features()
499 hw_feat->dma_width = 32; in xlgmac_get_all_hw_features()
652 pdata->hw_feat.dma_width); in xlgmac_print_all_hw_features()
H A Ddwc-xlgmac.h519 unsigned int dma_width; /* DMA width */ member
/linux/drivers/infiniband/hw/efa/
H A Defa_main.c509 int dma_width; in efa_device_init() local
520 dma_width = efa_com_get_dma_width(edev); in efa_device_init()
521 if (dma_width < 0) { in efa_device_init()
522 err = dma_width; in efa_device_init()
526 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(dma_width)); in efa_device_init()
/linux/drivers/dma/
H A Dmmp_pdma.c176 u32 dma_width; member
1181 .dma_width = 32,
1194 .dma_width = 64,
1325 DMA_BIT_MASK(pdev->ops->dma_width)); in mmp_pdma_probe()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c705 hw_feat->dma_width = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in xgbe_get_all_hw_features()
756 switch (hw_feat->dma_width) { in xgbe_get_all_hw_features()
758 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
761 hw_feat->dma_width = 40; in xgbe_get_all_hw_features()
764 hw_feat->dma_width = 48; in xgbe_get_all_hw_features()
767 hw_feat->dma_width = 32; in xgbe_get_all_hw_features()
828 hw_feat->dma_width); in xgbe_get_all_hw_features()
H A Dxgbe-main.c182 DMA_BIT_MASK(pdata->hw_feat.dma_width)); in xgbe_config_netdev()
H A Dxgbe.h939 unsigned int dma_width; /* DMA width */ member
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3103 int dma_width; in ena_device_init() local
3130 dma_width = ena_com_get_dma_width(ena_dev); in ena_device_init()
3131 if (dma_width < 0) { in ena_device_init()
3132 dev_err(dev, "Invalid dma width value %d", dma_width); in ena_device_init()
3133 rc = dma_width; in ena_device_init()
3137 rc = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(dma_width)); in ena_device_init()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h687 u16 dma_width; member
H A Dptp.c417 if (efx_ptp_stat_desc[i].dma_width) in efx_siena_ptp_update_stats()
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h768 u16 dma_width; member
H A Dptp.c423 if (efx_ptp_stat_desc[i].dma_width) in efx_ptp_update_stats()