Home
last modified time | relevance | path

Searched refs:opt_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_uni.c660 uint32_t *mask, uint32_t *popt_mask, uint32_t *opt_mask) in uni_set_config() argument
694 if (*opt_mask & UNIOPT_GIT_HARD) { in uni_set_config()
696 *opt_mask &= ~UNIOPT_GIT_HARD; in uni_set_config()
698 if (*opt_mask & UNIOPT_BEARER_HARD) { in uni_set_config()
700 *opt_mask &= ~UNIOPT_BEARER_HARD; in uni_set_config()
702 if (*opt_mask & UNIOPT_CAUSE_HARD) { in uni_set_config()
704 *opt_mask &= ~UNIOPT_CAUSE_HARD; in uni_set_config()
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
HDmlx5fpga_conn.c759 u32 opt_mask; in mlx5_fpga_conn_rts_qp() local
778 opt_mask = MLX5_QP_OPTPAR_RNR_TIMEOUT; in mlx5_fpga_conn_rts_qp()
779 err = mlx5_core_qp_modify(mdev, MLX5_CMD_OP_RTR2RTS_QP, opt_mask, qpc, in mlx5_fpga_conn_rts_qp()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_qp.c2291 static enum mlx5_qp_optpar opt_mask[MLX5_QP_NUM_STATE][MLX5_QP_NUM_STATE][MLX5_QP_ST_MAX] = { enum
2783 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()