Searched refs:fp_taskq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h608 taskq_t *fp_taskq; /* callback queue */ member in struct:fc_local_port
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1025 port->fp_taskq = taskq_create("fp_ulp_callback", 1,
1241 if (port->fp_taskq != NULL) {
1242 taskq_destroy(port->fp_taskq);
1575 if (port->fp_taskq) {
1576 taskq_destroy(port->fp_taskq);
3621 if (port->fp_taskq) {
3628 taskq_wait(port->fp_taskq);
4690 (void) taskq_dispatch(port->fp_taskq, fctl_ulp_statec_cb,
4841 ret = taskq_dispatch(port->fp_taskq, fctl_ulp_statec_cb, clist, sleep);
11045 (void) taskq_dispatch(port->fp_taskq,
[all...]

Completed in 80 milliseconds