Lines Matching defs:width
987 * efa_com_get_dma_width - Retrieve physical dma address width the device
998 int width;
1000 width = EFA_GET(&caps, EFA_REGS_CAPS_DMA_ADDR_WIDTH);
1002 ibdev_dbg(edev->efa_dev, "DMA width: %d\n", width);
1004 if (width < 32 || width > 64) {
1005 ibdev_err(edev->efa_dev, "DMA width illegal value: %d\n", width);
1009 edev->dma_addr_bits = width;
1011 return width;