Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/
H A Dsocalvar.h151 socal_unsol_cb_t *sp_unsol_cb; /* Callback for state change */ member
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c570 porta->sp_unsol_cb = NULL; in socal_attach()
571 portb->sp_unsol_cb = NULL; in socal_attach()
1019 for (cb = portp->sp_unsol_cb; cb != (socal_unsol_cb_t *)NULL; in socal_dodetach()
1024 portp->sp_unsol_cb = (socal_unsol_cb_t *)NULL; in socal_dodetach()
2190 for (scbp = socalp->port_state[i].sp_unsol_cb; scbp; in socal_doreset()
2943 (port_statep->sp_unsol_cb->statec_cb != NULL)) { in socal_force_lip()
2945 (*port_statep->sp_unsol_cb->statec_cb) in socal_force_lip()
2946 (port_statep->sp_unsol_cb->arg, in socal_force_lip()
3101 for (cbentry = port_statep->sp_unsol_cb; cbentry; in socal_add_ulp()
3125 cbentry->next = port_statep->sp_unsol_cb; in socal_add_ulp()
[all …]