Searched refs:mthca_cmd (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A DMakefile3 ib_mthca-y := mthca_main.o mthca_cmd.o mthca_profile.o mthca_reset.o \
H A Dmthca_cmd.c44 #include "mthca_cmd.h"
440 static int mthca_cmd(struct mthca_dev *dev, function
489 dev->cmd.pool = pci_pool_create("mthca_cmd", dev->pdev,
608 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C, status);
659 err = mthca_cmd(dev, mailbox->dma, nent, 0, op,
669 err = mthca_cmd(dev, mailbox->dma, nent, 0, op,
697 return mthca_cmd(dev, 0, 0, 0, CMD_UNMAP_FA, CMD_TIME_CLASS_B, status);
702 return mthca_cmd(dev, 0, 0, 0, CMD_RUN_FW, CMD_TIME_CLASS_A, status);
892 return mthca_cmd(dev, 0, 0, 0, CMD_SYS_DIS, CMD_TIME_CLASS_C, status);
1387 err = mthca_cmd(de
[all...]
H A Dmthca_dev.h120 struct mthca_cmd { struct
336 struct mthca_cmd cmd;
/freebsd-9.3-release/sys/modules/mthca/
H A DMakefile9 SRCS+= mthca_allocator.c mthca_av.c mthca_catas.c mthca_cmd.c mthca_cq.c

Completed in 158 milliseconds