Searched refs:is_ee (Results 1 – 2 of 2) sorted by relevance
/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.h | 309 enum ib_qp_state next, u32 num, int is_ee, 311 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee,
|
D | mthca_cmd.c | 1726 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP() argument 1787 (!!is_ee << 24) | num, op_mod, in mthca_MODIFY_QP() 1821 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP() 1828 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee, in mthca_QUERY_QP() argument 1831 return mthca_cmd_box(dev, 0, mailbox->dma, (!!is_ee << 24) | num, 0, in mthca_QUERY_QP()
|