Searched refs:ip_next (Results 1 – 3 of 3) sorted by relevance
143 struct ip_cache *ip_next; /* next cached resource */ member250 cache_head.ip_next = &cache_tail; in rcm_mod_init()253 cache_tail.ip_next = NULL; in rcm_mod_init()354 probe = cache_head.ip_next; in ip_unregister()364 probe = cache_head.ip_next; in ip_unregister()971 probe = cache_head.ip_next; in cache_lookup()979 probe = probe->ip_next; in cache_lookup()1026 node->ip_next = cache_head.ip_next; in cache_insert()1029 node->ip_next->ip_prev = node; in cache_insert()1030 node->ip_prev->ip_next = node; in cache_insert()[all …]
851 cmd = currpriv->ip_next; in ioat_ring_loop()916 priv->ip_next = oldcmd; in ioat_cmd_alloc()918 priv->ip_next = NULL; in ioat_cmd_alloc()946 next = priv->ip_next; in ioat_cmd_free()
173 dcopy_cmd_t ip_next; member