Searched refs:set_pkeys (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 729 static int set_pkeys(struct ipath_devdata *dd, u16 *pkeys, u8 port) in set_pkeys() function 793 if (startpx != 0 || set_pkeys(dev->dd, q, port) != 0) in recv_subn_set_pkeytable()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 987 static int set_pkeys(struct qib_devdata *dd, u8 port, u16 *pkeys) in set_pkeys() function 1050 if (startpx != 0 || set_pkeys(dd, port, q) != 0) in subn_set_pkeytable()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 1342 static int set_pkeys(struct hfi1_devdata *dd, u8 port, u16 *pkeys) in set_pkeys() function 1431 if (start_block == 0 && set_pkeys(dd, port, p) != 0) { in __subn_set_opa_pkeytable()
|