Searched refs:hfi1_get_pkey (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | ud.c | 74 pkey = hfi1_get_pkey(ibp, sqp->s_pkey_index); in ud_loopback() 243 *pkey = hfi1_get_pkey(ibp, rvt_get_swqe_pkey_index(wqe)); in hfi1_make_bth_deth() 245 *pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_bth_deth() 411 pkey = hfi1_get_pkey(ibp, rvt_get_swqe_pkey_index(wqe)); in hfi1_make_ud_req_16B()
|
D | ruc.c | 241 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_16B() 328 u16 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_ruc_header_9B()
|
D | rc.c | 1250 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_9B() 1307 pkey = hfi1_get_pkey(ibp, qp->s_pkey_index); in hfi1_make_rc_ack_16B()
|
D | hfi.h | 1981 static inline u16 hfi1_get_pkey(struct hfi1_ibport *ibp, unsigned index) in hfi1_get_pkey() function
|
D | mad.c | 300 __func__, hfi1_get_pkey(ibp, 1)); in send_trap() 4792 hfi1_get_pkey(ibp, 1)); in hfi1_process_opa_mad()
|