Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1254 struct mlx4_set_port_rqp_calc_context *qpn_context; in mlx4_common_set_port() local
1288 qpn_context = inbox->buf; in mlx4_common_set_port()
1289 qpn_context->base_qpn = in mlx4_common_set_port()
1291 qpn_context->n_mac = 0x7; in mlx4_common_set_port()
1292 promisc = be32_to_cpu(qpn_context->promisc) >> in mlx4_common_set_port()
1294 qpn_context->promisc = cpu_to_be32( in mlx4_common_set_port()
1297 promisc = be32_to_cpu(qpn_context->mcast) >> in mlx4_common_set_port()
1299 qpn_context->mcast = cpu_to_be32( in mlx4_common_set_port()