Searched refs:mthca_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.c | 488 static int mthca_cmd(struct mthca_dev *dev, in mthca_cmd() function 653 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C); in mthca_SYS_DIS() 704 err = mthca_cmd(dev, mailbox->dma, nent, 0, op, in mthca_map_cmd() 714 err = mthca_cmd(dev, mailbox->dma, nent, 0, op, in mthca_map_cmd() 742 return mthca_cmd(dev, 0, 0, 0, CMD_UNMAP_FA, CMD_TIME_CLASS_B); in mthca_UNMAP_FA() 747 return mthca_cmd(dev, 0, 0, 0, CMD_RUN_FW, CMD_TIME_CLASS_A); in mthca_RUN_FW() 934 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C); in mthca_DISABLE_LAM() 1428 err = mthca_cmd(dev, mailbox->dma, 0, 0, in mthca_INIT_HCA() 1480 err = mthca_cmd(dev, mailbox->dma, port, 0, CMD_INIT_IB, in mthca_INIT_IB() 1489 return mthca_cmd(dev, 0, port, 0, CMD_CLOSE_IB, CMD_TIME_CLASS_A); in mthca_CLOSE_IB() [all …]
|
| H A D | Makefile | 4 ib_mthca-y := mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \
|
| H A D | mthca_dev.h | 119 struct mthca_cmd { struct 335 struct mthca_cmd cmd;
|