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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c107 __be32 port_pkey; member in struct:mthca_qp_path
402 ib_ah_attr->port_num = (be32_to_cpu(path->port_pkey) >> 24) & 0x3;
480 be32_to_cpu(context->alt_path.port_pkey) & 0x7f;
484 qp_attr->pkey_index = be32_to_cpu(context->pri_path.port_pkey) & 0x7f;
486 (be32_to_cpu(context->pri_path.port_pkey) >> 24) & 0x3;
626 qp_context->pri_path.port_pkey |=
630 qp_context->pri_path.port_pkey |=
637 qp_context->pri_path.port_pkey |=
692 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index |

Completed in 49 milliseconds