Searched refs:sqd_event (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_qp.c | 92 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 D | qp.h | 483 int sqd_event, struct mlx4_qp *qp);
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_qp.c | 557 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 D | mlx4_ib_qp.c | 1638 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 D | ib_types.h | 10219 boolean_t sqd_event; member 10322 boolean_t sqd_event; member
|