Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A 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,
H A Dmthca_cmd.c1731 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP() argument
1792 (!!is_ee << 24) | num, op_mod, in mthca_MODIFY_QP()
1826 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP()
1833 int mthca_QUERY_QP(struct mthca_dev *dev, u32 num, int is_ee, in mthca_QUERY_QP() argument
1836 return mthca_cmd_box(dev, 0, mailbox->dma, (!!is_ee << 24) | num, 0, in mthca_QUERY_QP()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c3017 int ssl_security_cert(SSL *s, SSL_CTX *ctx, X509 *x, int vfy, int is_ee) in ssl_security_cert() argument
3021 if (is_ee) { in ssl_security_cert()
H A Dssl_local.h2701 __owur int ssl_security_cert(SSL *s, SSL_CTX *ctx, X509 *x, int vfy, int is_ee);