Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1337 struct mlx4_set_port_rqp_calc_context *qpn_context; in mlx4_common_set_port() local
1372 qpn_context = inbox->buf; in mlx4_common_set_port()
1373 qpn_context->base_qpn = in mlx4_common_set_port()
1375 qpn_context->n_mac = 0x7; in mlx4_common_set_port()
1376 promisc = be32_to_cpu(qpn_context->promisc) >> in mlx4_common_set_port()
1378 qpn_context->promisc = cpu_to_be32( in mlx4_common_set_port()
1381 promisc = be32_to_cpu(qpn_context->mcast) >> in mlx4_common_set_port()
1383 qpn_context->mcast = cpu_to_be32( in mlx4_common_set_port()