Searched refs:hfi1_get_pkey (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | ud.c | 115 pkey = hfi1_get_pkey(ibp, sqp->s_pkey_index); in ud_loopback() 305 *pkey = hfi1_get_pkey(ibp, wqe->ud_wr.pkey_index); in hfi1_make_bth_deth() 307 *pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_bth_deth() 472 pkey = hfi1_get_pkey(ibp, wqe->ud_wr.pkey_index); in hfi1_make_ud_req_16B()
|
D | ruc.c | 610 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_16B() 696 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_9B()
|
D | rc.c | 785 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_9B() 837 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_16B()
|
D | hfi.h | 1823 static inline u16 hfi1_get_pkey(struct hfi1_ibport *ibp, unsigned index) in hfi1_get_pkey() function
|
D | mad.c | 342 __func__, hfi1_get_pkey(ibp, 1)); in send_trap() 4845 hfi1_get_pkey(ibp, 1)); in hfi1_process_opa_mad()
|