Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h585 int fp_active_ubs; /* outstanding UBs */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c10708 port->fp_active_ubs++; in fp_unsol_cb()
10720 ASSERT(port->fp_active_ubs > 0); in fp_unsol_cb()
10721 if (--(port->fp_active_ubs) == 0) { in fp_unsol_cb()
10735 if (port->fp_active_ubs == 1) { in fp_unsol_cb()
10755 ASSERT(port->fp_active_ubs > 0); in fp_unsol_cb()
10756 if (--(port->fp_active_ubs) == 0) { in fp_unsol_cb()
10782 ASSERT(port->fp_active_ubs > 0); in fp_unsol_cb()
10783 if (--(port->fp_active_ubs) == 0) { in fp_unsol_cb()
10883 ASSERT(port->fp_active_ubs > 0); in fp_unsol_cb()
10884 if (--(port->fp_active_ubs) == 0) { in fp_unsol_cb()
[all …]
H A Dfctl.c4934 ASSERT(port->fp_active_ubs > 0); in fctl_ulp_unsol_cb()
4935 if (--(port->fp_active_ubs) == 0) { in fctl_ulp_unsol_cb()
4986 ASSERT(port->fp_active_ubs > 0); in fctl_ulp_unsol_cb()
4987 if (--(port->fp_active_ubs) == 0) { in fctl_ulp_unsol_cb()
4996 if (--port->fp_active_ubs == 0) { in fctl_ulp_unsol_cb()
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c500 mdb_printf(" fp_active_ubs : %d\n", port.fp_active_ubs); in fcport()