Home
last modified time | relevance | path

Searched refs:fctl_ulp_statec_cb (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h419 void fctl_ulp_statec_cb(void *arg);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4691 (void) taskq_dispatch(port->fp_taskq, fctl_ulp_statec_cb, in fp_ulp_statec_cb()
4842 ret = taskq_dispatch(port->fp_taskq, fctl_ulp_statec_cb, clist, sleep); in fp_ulp_devc_cb()
13624 (void) taskq_dispatch(port->fp_taskq, fctl_ulp_statec_cb, in fp_ulp_notify()
H A Dfctl.c3002 fctl_ulp_statec_cb(void *arg) in fctl_ulp_statec_cb() function