Lines Matching defs:width
988 * efa_com_get_dma_width - Retrieve physical dma address width the device
999 int width;
1001 width = EFA_GET(&caps, EFA_REGS_CAPS_DMA_ADDR_WIDTH);
1003 ibdev_dbg(edev->efa_dev, "DMA width: %d\n", width);
1005 if (width < 32 || width > 64) {
1006 ibdev_err(edev->efa_dev, "DMA width illegal value: %d\n", width);
1010 edev->dma_addr_bits = width;
1012 return width;