Lines Matching refs:rdma
1432 int rdma; in ice_allocate_msix() local
1483 rdma = min(CPU_COUNT(&cpus), ICE_RDMA_MAX_MSIX); in ice_allocate_msix()
1486 rdma = min(rdma, ice_rdma_max_msix); in ice_allocate_msix()
1488 rdma = 0; in ice_allocate_msix()
1495 requested = rdma + queues + 1; in ice_allocate_msix()
1526 if (rdma >= diff) { in ice_allocate_msix()
1528 rdma -= diff; in ice_allocate_msix()
1533 diff -= rdma; in ice_allocate_msix()
1534 rdma = 0; in ice_allocate_msix()
1554 if (rdma) in ice_allocate_msix()
1556 rdma); in ice_allocate_msix()
1566 sc->irdma_vectors = rdma; in ice_allocate_msix()
1575 sc->lan_vectors = vectors - rdma; in ice_allocate_msix()
1583 err = ice_resmgr_assign_contiguous(&sc->dev_imgr, sc->rdma_imap, rdma); in ice_allocate_msix()
1599 rdma); in ice_allocate_msix()