Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c107 __be32 port_pkey; member
400 u8 port_num = (be32_to_cpu(path->port_pkey) >> 24) & 0x3; in to_rdma_ah_attr()
479 be32_to_cpu(context->alt_path.port_pkey) & 0x7f; in mthca_query_qp()
484 qp_attr->pkey_index = be32_to_cpu(context->pri_path.port_pkey) & 0x7f; in mthca_query_qp()
486 (be32_to_cpu(context->pri_path.port_pkey) >> 24) & 0x3; in mthca_query_qp()
632 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
636 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
643 qp_context->pri_path.port_pkey |= in __mthca_modify_qp()
698 qp_context->alt_path.port_pkey |= cpu_to_be32(attr->alt_pkey_index | in __mthca_modify_qp()