Searched refs:pkey_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcache.c148 cache = device->cache.pkey_cache[port_num - start_port(device)];
176 cache = device->cache.pkey_cache[port_num - start_port(device)];
215 struct ib_pkey_cache *pkey_cache = NULL, *old_pkey_cache; local
231 pkey_cache = kmalloc(sizeof *pkey_cache + tprops->pkey_tbl_len *
232 sizeof *pkey_cache->table, GFP_KERNEL);
233 if (!pkey_cache)
236 pkey_cache->table_len = tprops->pkey_tbl_len;
245 for (i = 0; i < pkey_cache->table_len; ++i) {
246 ret = ib_query_pkey(device, port, i, pkey_cache
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h936 struct ib_pkey_cache **pkey_cache; member in struct:ib_cache

Completed in 120 milliseconds