Home
last modified time | relevance | path

Searched refs:ip_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c143 struct ip_cache *ip_next; /* next cached resource */ member
250 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 …]
/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c851 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()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dioat.h173 dcopy_cmd_t ip_next; member