Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h197 timeout_id_t fcip_timeout_id; /* for timeout routine */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1133 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_port_attach_handler()
1243 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_handle_resume()
1960 tid = fptr->fcip_timeout_id; in fcip_handle_suspend()
1961 fptr->fcip_timeout_id = NULL; in fcip_handle_suspend()
4797 tid = fptr->fcip_timeout_id; in fcip_softstate_free()
4798 fptr->fcip_timeout_id = NULL; in fcip_softstate_free()
7152 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_timeout()