Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1213 if (tslp->sl_fcip == fptr) { in fcip_handle_resume()
1721 if (strp->sl_fcip == fptr) { in fcip_port_detach()
1902 if (tslp->sl_fcip == fptr) { in fcip_handle_suspend()
2396 if (slp && slp->sl_fcip == fptr) { in fcip_statec_cb()
3403 if ((slp->sl_fcip == fptr) && (type == sap)) { in fcip_accept()
3533 slp->sl_fcip = NULL; in fcip_open()
3596 if (slp->sl_fcip) { in fcip_close()
3639 ASSERT(slp->sl_fcip != NULL); in fcip_dodetach()
3641 fptr = slp->sl_fcip; in fcip_dodetach()
3642 slp->sl_fcip = NULL; in fcip_dodetach()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h72 struct fcip *sl_fcip; /* attached device */ member