Searched defs:ib_query_pkey (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/core/
H A Ddevice.c602 * ib_query_pkey - Get P_Key table entry
608 * ib_query_pkey() fetches the specified P_Key table entry.
610 int ib_query_pkey(struct ib_device *device, function
615 EXPORT_SYMBOL(ib_query_pkey); variable
712 ret = ib_query_pkey(device, port_num, i, &tmp_pkey);

Completed in 462 milliseconds