Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h197 timeout_id_t fcip_timeout_id; /* for timeout routine */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1152 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_port_attach_handler()
1262 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_handle_resume()
2017 tid = fptr->fcip_timeout_id; in fcip_handle_suspend()
2018 fptr->fcip_timeout_id = NULL; in fcip_handle_suspend()
4971 tid = fptr->fcip_timeout_id; in fcip_softstate_free()
4972 fptr->fcip_timeout_id = NULL; in fcip_softstate_free()
7341 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr, in fcip_timeout()