Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mthca/
Dmthca_cmd.h309 enum ib_qp_state next, u32 num, int is_ee,
311 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee,
Dmthca_cmd.c1728 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP() argument
1789 (!!is_ee << 24) | num, op_mod, in mthca_MODIFY_QP()
1823 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP()
1830 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee, in mthca_QUERY_QP() argument
1833 return mthca_cmd_box(dev, 0, mailbox->dma, (!!is_ee << 24) | num, 0, in mthca_QUERY_QP()