Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mthca/
Dmthca_main.c148 } else if (!(mdev->mthca_flags & MTHCA_FLAG_PCIE)) in mthca_tune_pci()
157 } else if (mdev->mthca_flags & MTHCA_FLAG_PCIE) in mthca_tune_pci()
245 else if (mdev->mthca_flags & MTHCA_FLAG_SINAI_OPT) in mthca_dev_lim()
278 mdev->mthca_flags |= MTHCA_FLAG_SRQ; in mthca_dev_lim()
322 if (mdev->mthca_flags & MTHCA_FLAG_SRQ) in mthca_init_tavor()
487 if (mdev->mthca_flags & MTHCA_FLAG_SRQ) { in mthca_init_icm()
523 if (mdev->mthca_flags & MTHCA_FLAG_SRQ) in mthca_init_icm()
560 if (mdev->mthca_flags & MTHCA_FLAG_SRQ) in mthca_free_icms()
591 mdev->mthca_flags |= MTHCA_FLAG_NO_LAM; in mthca_init_arbel()
612 if (mdev->mthca_flags & MTHCA_FLAG_SRQ) in mthca_init_arbel()
[all …]
Dmthca_mr.c300 !(dev->mthca_flags & MTHCA_FLAG_FMR)) in mthca_write_mtt_size()
363 !(dev->mthca_flags & MTHCA_FLAG_FMR)) in mthca_write_mtt()
421 if (dev->mthca_flags & MTHCA_FLAG_SINAI_OPT) in adjust_key()
576 (dev->mthca_flags & MTHCA_FLAG_DDR_HIDDEN)) in mthca_init_mr_table()
579 dev->mthca_flags |= MTHCA_FLAG_FMR; in mthca_init_mr_table()
581 if (dev->mthca_flags & MTHCA_FLAG_SINAI_OPT) in mthca_init_mr_table()
608 (dev->mthca_flags & MTHCA_FLAG_FMR)) { in mthca_init_mr_table()
Dmthca_eq.c168 return dev->mthca_flags & MTHCA_FLAG_SRQ ? in async_mask()
785 if (dev->mthca_flags & MTHCA_FLAG_MSI_X) { in mthca_init_eq_table()
799 (dev->mthca_flags & MTHCA_FLAG_MSI_X) ? 128 : intr, in mthca_init_eq_table()
805 (dev->mthca_flags & MTHCA_FLAG_MSI_X) ? 129 : intr, in mthca_init_eq_table()
811 (dev->mthca_flags & MTHCA_FLAG_MSI_X) ? 130 : intr, in mthca_init_eq_table()
816 if (dev->mthca_flags & MTHCA_FLAG_MSI_X) { in mthca_init_eq_table()
Dmthca_profile.c257 if (dev->mthca_flags & MTHCA_FLAG_SINAI_OPT && in mthca_make_profile()
262 dev->mthca_flags &= ~MTHCA_FLAG_SINAI_OPT; in mthca_make_profile()
Dmthca_av.c171 !(dev->mthca_flags & MTHCA_FLAG_DDR_HIDDEN)) { in mthca_create_ah()
346 if (!(dev->mthca_flags & MTHCA_FLAG_DDR_HIDDEN)) { in mthca_init_av_table()
Dmthca_reset.c69 if (!(mdev->mthca_flags & MTHCA_FLAG_PCIE)) { in mthca_reset()
Dmthca_dev.h293 unsigned long mthca_flags; member
582 return dev->mthca_flags & MTHCA_FLAG_MEMFREE; in mthca_is_memfree()
Dmthca_srq.c671 if (!(dev->mthca_flags & MTHCA_FLAG_SRQ)) in mthca_init_srq_table()
693 if (!(dev->mthca_flags & MTHCA_FLAG_SRQ)) in mthca_cleanup_srq_table()
Dmthca_qp.c383 static int to_ib_qp_access_flags(int mthca_flags) in to_ib_qp_access_flags() argument
387 if (mthca_flags & MTHCA_QP_BIT_RRE) in to_ib_qp_access_flags()
389 if (mthca_flags & MTHCA_QP_BIT_RWE) in to_ib_qp_access_flags()
391 if (mthca_flags & MTHCA_QP_BIT_RAE) in to_ib_qp_access_flags()
Dmthca_cmd.c914 !!(dev->mthca_flags & MTHCA_FLAG_DDR_HIDDEN)) { in mthca_ENABLE_LAM()
969 !!(dev->mthca_flags & MTHCA_FLAG_DDR_HIDDEN)) { in mthca_QUERY_DDR()
1363 if (dev->mthca_flags & MTHCA_FLAG_SINAI_OPT) in mthca_INIT_HCA()
Dmthca_cq.c933 if (dev->mthca_flags & MTHCA_FLAG_MSI_X) in mthca_free_cq()
Dmthca_provider.c1148 if (dev->mthca_flags & MTHCA_FLAG_SRQ) { in mthca_register_device()