Searched refs:mthca_cmd (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.c | 488 static int mthca_cmd(struct mthca_dev *dev, in mthca_cmd() function 654 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C); in mthca_SYS_DIS() 705 err = mthca_cmd(dev, mailbox->dma, nent, 0, op, in mthca_map_cmd() 715 err = mthca_cmd(dev, mailbox->dma, nent, 0, op, in mthca_map_cmd() 743 return mthca_cmd(dev, 0, 0, 0, CMD_UNMAP_FA, CMD_TIME_CLASS_B); in mthca_UNMAP_FA() 748 return mthca_cmd(dev, 0, 0, 0, CMD_RUN_FW, CMD_TIME_CLASS_A); in mthca_RUN_FW() 935 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C); in mthca_DISABLE_LAM() 1429 err = mthca_cmd(dev, mailbox->dma, 0, 0, in mthca_INIT_HCA() 1481 err = mthca_cmd(dev, mailbox->dma, port, 0, CMD_INIT_IB, in mthca_INIT_IB() 1490 return mthca_cmd(dev, 0, port, 0, CMD_CLOSE_IB, CMD_TIME_CLASS_A); in mthca_CLOSE_IB() [all …]
|
D | Makefile | 4 ib_mthca-y := mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \
|
D | mthca_dev.h | 119 struct mthca_cmd { struct 335 struct mthca_cmd cmd;
|