Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h218 taskq_t *fcip_tq; /* Taskq pointer */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c941 fptr->fcip_tq = taskq_create("fcip_tasks", in fcip_port_attach()
4421 if (taskq_dispatch(fptr->fcip_tq, fcip_port_ns, in fcip_handle_topology()
4824 if (fptr->fcip_tq) { in fcip_softstate_free()
4825 taskq_t *tq = fptr->fcip_tq; in fcip_softstate_free()
4827 fptr->fcip_tq = NULL; in fcip_softstate_free()
7069 if (taskq_dispatch(fptr->fcip_tq, in fcip_timeout()
7113 if (taskq_dispatch(fptr->fcip_tq, in fcip_timeout()