Home
last modified time | relevance | path

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

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