Searched defs:ib_query_gid (Results 1 - 1 of 1) sorted by last modified time

/drivers/infiniband/core/
H A Ddevice.c586 * ib_query_gid - Get GID table entry
592 * ib_query_gid() fetches the specified GID table entry.
594 int ib_query_gid(struct ib_device *device, function
599 EXPORT_SYMBOL(ib_query_gid); variable
681 ret = ib_query_gid(device, port, i, &tmp_gid);

Completed in 55 milliseconds