Searched defs: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) argument
211 master_iosram->tunnel = new_tunnel;
221 tunnel_init(sbbc_softstate_t *softsp, tunnel_t *new_tunnel) argument
232 (new_tunnel == (tunnel_t *)NULL)) {
264 tunnel = &new_tunnel->tunnel_keys[key];
300 if (INVALID_KEY(new_tunnel, SBBC_SC_INTR_KEY)) {
842 tunnel_t *new_tunnel; /* new tunnel */ local
864 if ((new_tunnel = kmem_zalloc(sizeof (tunnel_t), KM_NOSLEEP)) == NULL) {
923 } else if ((rc = tunnel_init(to_softsp, new_tunnel)) == DDI_FAILURE) {
950 tunnel_fini(new_tunnel);
[all...]

Completed in 277 milliseconds