Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1734 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP() argument
1795 (!!is_ee << 24) | num, op_mod, in mthca_MODIFY_QP()
1829 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP()
1836 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee, in mthca_QUERY_QP() argument
1839 return mthca_cmd_box(dev, 0, mailbox->dma, (!!is_ee << 24) | num, 0, in mthca_QUERY_QP()