Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c145 master_iosram->iosram_sbbc = NULL; in iosram_init()
210 master_iosram->iosram_sbbc = softsp; in tunnel_commit()
514 if (master_iosram->iosram_sbbc == NULL) { in iosram_send_intr()
519 if ((rc = sbbc_send_intr(master_iosram->iosram_sbbc, FALSE)) != 0) { in iosram_send_intr()
573 rc = sbbc_send_intr(master_iosram->iosram_sbbc, TRUE); in iosram_send_intr()
619 if ((softsp = master_iosram->iosram_sbbc) == NULL) { in iosram_reg_intr()
713 if ((softsp = master_iosram->iosram_sbbc) == NULL) { in iosram_unreg_intr()
888 if (master_iosram->iosram_sbbc == NULL) { in iosram_switch_tunnel()
909 from_softsp = master_iosram->iosram_sbbc; in iosram_switch_tunnel()
984 sbbc_enable_intr(master_iosram->iosram_sbbc); in iosram_switch_tunnel()
[all …]
H A Dsgsbbc_mailbox.c647 if (master_iosram->iosram_sbbc) { in sbbc_mbox_reg_intr()
648 if (ddi_add_softintr(master_iosram->iosram_sbbc->dip, in sbbc_mbox_reg_intr()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram_priv.h120 sbbc_softstate_t *iosram_sbbc; member