Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h218 taskq_t *fcip_tq; /* Taskq pointer */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c957 fptr->fcip_tq = taskq_create("fcip_tasks", in fcip_port_attach()
4584 if (taskq_dispatch(fptr->fcip_tq, fcip_port_ns, in fcip_handle_topology()
4998 if (fptr->fcip_tq) { in fcip_softstate_free()
4999 taskq_t *tq = fptr->fcip_tq; in fcip_softstate_free()
5001 fptr->fcip_tq = NULL; in fcip_softstate_free()
7258 if (taskq_dispatch(fptr->fcip_tq, in fcip_timeout()
7302 if (taskq_dispatch(fptr->fcip_tq, in fcip_timeout()