Home
last modified time | relevance | path

Searched refs:sqd_event (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c92 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify() argument
184 qp->qpn | (!!sqd_event << 31), in __mlx4_qp_modify()
213 int sqd_event, struct mlx4_qp *qp) in mlx4_qp_modify() argument
216 optpar, sqd_event, qp, 0); in mlx4_qp_modify()
/freebsd/sys/dev/mlx4/
H A Dqp.h483 int sqd_event, struct mlx4_qp *qp);
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c557 u32 sqd_event = 0; in __mthca_modify_qp() local
779 sqd_event = 1 << 31; in __mthca_modify_qp()
782 mailbox, sqd_event); in __mthca_modify_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1638 int sqd_event; in __mlx4_ib_modify_qp() local
1984 sqd_event = 1; in __mlx4_ib_modify_qp()
1986 sqd_event = 0; in __mlx4_ib_modify_qp()
2014 sqd_event, &qp->mqp); in __mlx4_ib_modify_qp()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h10219 boolean_t sqd_event; member
10322 boolean_t sqd_event; member