Home
last modified time | relevance | path

Searched refs:is_ee (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cmd.h312 enum ib_qp_state next, u32 num, int is_ee,
315 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee,
HDmthca_cmd.c1686 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP() argument
1748 (!!is_ee << 24) | num, op_mod, in mthca_MODIFY_QP()
1782 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP()
1789 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee, in mthca_QUERY_QP() argument
1792 return mthca_cmd_box(dev, 0, mailbox->dma, (!!is_ee << 24) | num, 0, in mthca_QUERY_QP()