Home
last modified time | relevance | path

Searched refs:new_cap_mask (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dport.c712 __be32 new_cap_mask; in mlx4_common_set_port() local
860 new_cap_mask = ((__be32 *) inbox->buf)[2]; in mlx4_common_set_port()
863 new_cap_mask = ((__be32 *) inbox->buf)[1]; in mlx4_common_set_port()
868 (be32_to_cpu(new_cap_mask) & MLX4_PORT_CAP_IS_SM)) in mlx4_common_set_port()
873 (be32_to_cpu(new_cap_mask) & MLX4_PORT_CAP_DEV_MGMT_SUP)) in mlx4_common_set_port()
879 priv->mfunc.master.slave_state[slave].ib_cap_mask[port] = new_cap_mask; in mlx4_common_set_port()
/linux-4.4.14/include/rdma/
Dib_mad.h286 __be32 new_cap_mask; /* new capability mask */ member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c220 data.details.ntc_144.new_cap_mask = cpu_to_be32(ibp->port_cap_flags); in qib_cap_mask_chg()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c247 data.details.ntc_144.new_cap_mask = cpu_to_be32(ibp->port_cap_flags); in hfi1_cap_mask_chg()