Searched refs:hfi1_get_pkey (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rdma/hfi1/ |
D | ud.c | 109 pkey = hfi1_get_pkey(ibp, sqp->s_pkey_index); in ud_loopback() 404 bth0 |= hfi1_get_pkey(ibp, wqe->ud_wr.pkey_index); in hfi1_make_ud_req() 406 bth0 |= hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ud_req()
|
D | ruc.c | 810 bth0 |= hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header()
|
D | hfi.h | 1470 static inline u16 hfi1_get_pkey(struct hfi1_ibport *ibp, unsigned index) in hfi1_get_pkey() function
|
D | verbs.c | 1837 *pkey = hfi1_get_pkey(to_iport(ibdev, port), index); in query_pkey()
|
D | mad.c | 109 __func__, hfi1_get_pkey(ibp, 1)); in send_trap() 4092 hfi1_get_pkey(ibp, 1)); in hfi1_process_opa_mad()
|
D | rc.c | 724 bth0 = hfi1_get_pkey(ibp, qp->s_pkey_index) | (OP(ACKNOWLEDGE) << 24); in hfi1_send_rc_ack()
|