Searched refs:qpg_type (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs_exp.h82 struct ib_qp *qpg_parent; /* see qpg_type */
88 enum ib_qpg_type qpg_type; member in struct:ib_exp_qp_init_attr
H A Dib_user_verbs_exp.h79 __u32 qpg_type; member in struct:ib_uverbs_qpg
H A Dib_verbs.h669 struct ib_qp *qpg_parent; /*see qpg_type*/
675 enum ib_qpg_type qpg_type; member in struct:ib_qp_init_attr
1054 enum ib_qpg_type qpg_type; member in struct:ib_qp
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c718 switch (init_attr->qpg_type) {
755 switch (mqp->qpg_type) {
767 MLX4_WARN("wrong qpg type (%d)\n", mqp->qpg_type);
777 switch (attr->qpg_type) {
802 qp->qpg_type = IB_QPG_NONE;
808 qp->qpg_type = attr->qpg_type;
813 enum ib_qpg_type qpg_type, int qpn) {
814 switch (qpg_type) {
840 free_qpn_common(dev, qp, attr->qpg_type, qp
[all...]
H A Dmlx4_ib.h319 enum ib_qpg_type qpg_type; member in struct:mlx4_ib_qp

Completed in 341 milliseconds