Searched refs:s_pkey_index (Results 1 – 10 of 10) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_ruc.c | 51 qp->s_pkey_index = qp->s_alt_pkey_index; in qib_migrate_qp() 149 qib_get_pkey(ibp, qp->s_pkey_index))) { in qib_ruc_check_hdr() 236 bth0 |= qib_get_pkey(ibp, qp->s_pkey_index); in qib_make_ruc_header()
|
D | qib_ud.c | 92 pkey1 = qib_get_pkey(ibp, sqp->s_pkey_index); in qib_ud_loopback() 93 pkey2 = qib_get_pkey(ibp, qp->s_pkey_index); in qib_ud_loopback() 366 rvt_get_swqe_pkey_index(wqe) : qp->s_pkey_index); in qib_make_ud_req() 471 pkey2 = qib_get_pkey(ibp, qp->s_pkey_index); in qib_ud_rcv()
|
D | qib_rc.c | 636 bth0 = qib_get_pkey(ibp, qp->s_pkey_index) | (OP(ACKNOWLEDGE) << 24); in qib_send_rc_ack()
|
/drivers/infiniband/hw/hfi1/ |
D | ud.c | 116 pkey = hfi1_get_pkey(ibp, sqp->s_pkey_index); in ud_loopback() 120 qp->s_pkey_index, in ud_loopback() 245 wc.pkey_index = sqp->s_pkey_index; in ud_loopback() 287 *pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_bth_deth()
|
D | ruc.c | 282 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_16B() 368 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_9B()
|
D | verbs.c | 491 packet->qp->s_pkey_index, in hfi1_do_pkey_check() 1159 u8 sc5, int8_t s_pkey_index) in egress_pkey_check() argument 1163 int is_user_ctxt_mechanism = (s_pkey_index < 0); in egress_pkey_check() 1181 egress_pkey_matches_entry(pkey, ppd->pkeys[s_pkey_index])) { in egress_pkey_check() 1297 priv->s_sc, qp->s_pkey_index); in hfi1_verbs_send()
|
D | qp.c | 823 qp->s_pkey_index = qp->s_alt_pkey_index; in hfi1_migrate_qp()
|
D | rc.c | 1291 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_9B() 1348 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_16B()
|
D | hfi.h | 1761 u8 sc5, int8_t s_pkey_index);
|
/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 1615 qp->s_pkey_index = attr->pkey_index; in rvt_modify_qp() 1653 qp->s_pkey_index = qp->s_alt_pkey_index; in rvt_modify_qp() 1793 attr->pkey_index = qp->s_pkey_index; in rvt_query_qp()
|