Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c153 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()
155 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()
194 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 0; in __mlx4_qp_modify()
196 priv->mfunc.master.qp0_state[port].qp0_active = 0; in __mlx4_qp_modify()
199 priv->mfunc.master.qp0_state[port].proxy_qp0_active = 1; in __mlx4_qp_modify()
201 priv->mfunc.master.qp0_state[port].qp0_active = 1; in __mlx4_qp_modify()
H A Dmlx4_fw.c2210 if (priv->mfunc.master.qp0_state[port].proxy_qp0_active && in check_qp0_state()
2211 priv->mfunc.master.qp0_state[port].qp0_active) in check_qp0_state()
2244 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()
2249 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()
2342 if (!priv->mfunc.master.qp0_state[port].qp0_active && in mlx4_CLOSE_PORT_wrapper()
2343 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()
2349 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
H A Dmlx4.h580 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS + 1]; member