Searched refs:qkey_viol_cntr (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/
H A Dvport.h138 u16 *qkey_viol_cntr);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c535 props->qkey_viol_cntr = be16_to_cpup((__be16 *)(out_mad->data + 48));
H A Dmlx5_ib_main.c287 u16 qkey_viol_cntr; local
323 mlx5_query_nic_vport_qkey_viol_cntr(dev->mdev, &qkey_viol_cntr);
324 props->qkey_viol_cntr = qkey_viol_cntr;
946 props->qkey_viol_cntr = MLX5_GET(hca_vport_context, ctx,
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c555 printf("\t\t\tqkey_viol_cntr:\t\t0x%x\n", port_attr.qkey_viol_cntr);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c405 u16 *qkey_viol_cntr)
419 *qkey_viol_cntr = MLX5_GET(query_nic_vport_context_out, out,
404 mlx5_query_nic_vport_qkey_viol_cntr(struct mlx5_core_dev *mdev, u16 *qkey_viol_cntr) argument
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h310 __u32 qkey_viol_cntr; member in struct:ibv_query_port_resp
H A Dcmd.c266 port_attr->qkey_viol_cntr = resp.qkey_viol_cntr;
H A Dverbs.h333 uint32_t qkey_viol_cntr; member in struct:ibv_port_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h270 __u32 qkey_viol_cntr; member in struct:ib_uverbs_query_port_resp
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c170 props->qkey_viol_cntr = be16_to_cpup((__be16 *) (out_mad->data + 48));
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h529 u32 qkey_viol_cntr; member in struct:ib_port_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c523 resp.qkey_viol_cntr = attr.qkey_viol_cntr;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c637 props->qkey_viol_cntr = be16_to_cpup((__be16 *) (out_mad->data + 48));

Completed in 175 milliseconds