Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1148 port->fp_statec_busy) { in fp_attach_handler()
1433 if (port->fp_statec_busy == 0) { in fp_resume_all()
1436 port->fp_statec_busy++; in fp_resume_all()
2390 if (--port->fp_statec_busy == 0) { in fp_job_handler()
2568 if (port->fp_statec_busy > 2) { in fp_job_handler()
2571 if (--port->fp_statec_busy == 0) { in fp_job_handler()
2590 if (port->fp_statec_busy > 1) { in fp_job_handler()
2621 port->fp_statec_busy++; in fp_job_handler()
2644 if (port->fp_statec_busy > 1) { in fp_job_handler()
2645 --port->fp_statec_busy; in fp_job_handler()
[all …]
H A Dfctl.c949 if (port->fp_statec_busy) { in fc_ulp_getportmap()
1057 if (port->fp_statec_busy) { in fc_ulp_login()
1376 if (port->fp_statec_busy) { in fc_ulp_transport()
1504 if (port->fp_statec_busy) { in fc_ulp_issue_els()
1619 if (port->fp_statec_busy) { in fc_ulp_linkreset()
2512 if (port->fp_statec_busy) { in fctl_attach_ulps()
4250 port->fp_statec_busy && !orphan) { in fctl_fillout_map()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h539 int fp_statec_busy; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c491 port.fp_statec_busy); in fcport()