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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c107 __be32 port_pkey; member in struct:mthca_qp_path
403 ib_ah_attr->port_num = (be32_to_cpu(path->port_pkey) >> 24) & 0x3;
481 be32_to_cpu(context->alt_path.port_pkey) & 0x7f;
485 qp_attr->pkey_index = be32_to_cpu(context->pri_path.port_pkey) & 0x7f;
487 (be32_to_cpu(context->pri_path.port_pkey) >> 24) & 0x3;
627 qp_context->pri_path.port_pkey |=
631 qp_context->pri_path.port_pkey |=
638 qp_context->pri_path.port_pkey |=
693 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index |

Completed in 49 milliseconds