Searched defs:fcip_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c251 static void fcip_timeout(void *arg);
1152 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr,
1262 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr,
4441 * with fcip_timeout
7195 fcip_timeout(void *arg) function
7341 fptr->fcip_timeout_id = timeout(fcip_timeout, fptr,
7349 * This routine is either called from taskq or directly from fcip_timeout

Completed in 409 milliseconds