Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ud.c366 ipath_get_pkey(dev->dd, qp->s_pkey_index); in ipath_make_ud_req()
Dipath_ruc.c623 bth0 |= ipath_get_pkey(dev->dd, qp->s_pkey_index); in ipath_make_ruc_header()
Dipath_verbs.h901 unsigned ipath_get_pkey(struct ipath_devdata *, unsigned);
Dipath_verbs.c1878 unsigned ipath_get_pkey(struct ipath_devdata *dd, unsigned index) in ipath_get_pkey() function
1902 *pkey = ipath_get_pkey(dev->dd, index); in ipath_query_pkey()
Dipath_rc.c665 bth0 = ipath_get_pkey(dd, qp->s_pkey_index) | in send_rc_ack()