Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h137 opaque_t port_handle, uint32_t statec,
H A Dfp.h436 static int fp_ulp_notify(fc_local_port_t *port, uint32_t statec, int sleep);
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2378 uint32_t statec; in fp_job_handler() local
2380 statec = job->job_ulp_listlen; in fp_job_handler()
2381 if (statec == FC_STATE_RESET_REQUESTED) { in fp_job_handler()
2395 job->job_result = fp_ulp_notify(port, statec, KM_SLEEP); in fp_job_handler()
4292 int statec; in fp_port_offline() local
4312 statec = 0; in fp_port_offline()
4329 statec++; in fp_port_offline()
4332 statec++; in fp_port_offline()
4341 if (!statec) { in fp_port_offline()
13600 fp_ulp_notify(fc_local_port_t *port, uint32_t statec, int sleep) in fp_ulp_notify() argument
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h143 uint32_t statec);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12363 emlxs_ulp_statec_cb(emlxs_port_t *port, uint32_t statec) in emlxs_ulp_statec_cb() argument
12377 port->ulp_statec_cb(port->ulp_handle, statec); in emlxs_ulp_statec_cb()