Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_qp.c108 __be32 port_pkey; member
401 ib_ah_attr->port_num = (be32_to_cpu(path->port_pkey) >> 24) & 0x3; in to_ib_ah_attr()
475 be32_to_cpu(context->alt_path.port_pkey) & 0x7f; in mthca_query_qp()
479 qp_attr->pkey_index = be32_to_cpu(context->pri_path.port_pkey) & 0x7f; in mthca_query_qp()
481 (be32_to_cpu(context->pri_path.port_pkey) >> 24) & 0x3; in mthca_query_qp()
624 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
628 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
635 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
690 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index | in __mthca_modify_qp()