Lines Matching refs:index
13 int rdma_query_gid(struct ib_device *device, u32 port_num, int index,
39 * @index: The index into the cached PKey table to query.
40 * @pkey: The PKey value found at the specified index.
47 int index,
51 * ib_find_cached_pkey - Returns the PKey table index where a specified
56 * @index: The index into the cached PKey table where the PKey was found.
64 u16 *index);
67 * ib_find_exact_cached_pkey - Returns the PKey table index where a specified
72 * @index: The index into the cached PKey table where the PKey was found.
80 u16 *index);
110 u32 port_num, int index);