Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Dib_cache.h106 enum ib_port_state *port_active);
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2281 !priv->mfunc.master.qp0_state[port].port_active) { in mlx4_INIT_PORT_wrapper()
2286 priv->mfunc.master.qp0_state[port].port_active = 1; in mlx4_INIT_PORT_wrapper()
2380 priv->mfunc.master.qp0_state[port].port_active) { in mlx4_CLOSE_PORT_wrapper()
2386 priv->mfunc.master.qp0_state[port].port_active = 0; in mlx4_CLOSE_PORT_wrapper()
H A Dmlx4.h583 int port_active; member