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

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c107 __be32 port_pkey; member in struct:mthca_qp_path
400 ib_ah_attr->port_num = (be32_to_cpu(path->port_pkey) >> 24) & 0x3;
474 be32_to_cpu(context->alt_path.port_pkey) & 0x7f;
478 qp_attr->pkey_index = be32_to_cpu(context->pri_path.port_pkey) & 0x7f;
480 (be32_to_cpu(context->pri_path.port_pkey) >> 24) & 0x3;
620 qp_context->pri_path.port_pkey |=
624 qp_context->pri_path.port_pkey |=
631 qp_context->pri_path.port_pkey |=
686 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index |

Completed in 142 milliseconds