Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c206 tunnel_commit(sbbc_softstate_t *softsp, tunnel_t *new_tunnel) in tunnel_commit() argument
211 master_iosram->tunnel = new_tunnel; in tunnel_commit()
221 tunnel_init(sbbc_softstate_t *softsp, tunnel_t *new_tunnel) in tunnel_init() argument
232 (new_tunnel == (tunnel_t *)NULL)) { in tunnel_init()
264 tunnel = &new_tunnel->tunnel_keys[key]; in tunnel_init()
300 if (INVALID_KEY(new_tunnel, SBBC_SC_INTR_KEY)) { in tunnel_init()
842 tunnel_t *new_tunnel; /* new tunnel */ in iosram_switch_tunnel() local
923 } else if ((rc = tunnel_init(to_softsp, new_tunnel)) == DDI_FAILURE) { in iosram_switch_tunnel()
950 tunnel_fini(new_tunnel); in iosram_switch_tunnel()
955 tunnel_commit(to_softsp, new_tunnel); in iosram_switch_tunnel()
[all …]