Home
last modified time | relevance | path

Searched refs:MTHCA_QP_PER_MGM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c43 __be32 qp[MTHCA_QP_PER_MGM];
164 for (i = 0; i < MTHCA_QP_PER_MGM; ++i) in mthca_multicast_attach()
175 if (i == MTHCA_QP_PER_MGM) { in mthca_multicast_attach()
241 for (loc = -1, i = 0; i < MTHCA_QP_PER_MGM; ++i) { in mthca_multicast_detach()
H A Dmthca_dev.h88 MTHCA_QP_PER_MGM = 4 * (MTHCA_MGM_ENTRY_SIZE / 16 - 2) enumerator
H A Dmthca_provider.c110 props->max_mcast_qp_attach = MTHCA_QP_PER_MGM; in mthca_query_device()