Home
last modified time | relevance | path

Searched refs:statec (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h137 opaque_t port_handle, uint32_t statec,
H A Dfp.h440 static int fp_ulp_notify(fc_local_port_t *port, uint32_t statec, int sleep);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2379 uint32_t statec; in fp_job_handler() local
2381 statec = job->job_ulp_listlen; in fp_job_handler()
2382 if (statec == FC_STATE_RESET_REQUESTED) { in fp_job_handler()
2396 job->job_result = fp_ulp_notify(port, statec, KM_SLEEP); in fp_job_handler()
4293 int statec; in fp_port_offline() local
4313 statec = 0; in fp_port_offline()
4330 statec++; in fp_port_offline()
4333 statec++; in fp_port_offline()
4342 if (!statec) { in fp_port_offline()
13604 fp_ulp_notify(fc_local_port_t *port, uint32_t statec, int sleep) in fp_ulp_notify() argument
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h143 uint32_t statec);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12394 emlxs_ulp_statec_cb(emlxs_port_t *port, uint32_t statec) in emlxs_ulp_statec_cb() argument
12408 port->ulp_statec_cb(port->ulp_handle, statec); in emlxs_ulp_statec_cb()