Searched refs:tws_timeout (Results 1 – 2 of 2) sorted by relevance
57 extern void tws_timeout(void *arg);168 tws_timeout((void*) req); in tws_passthru()
72 void tws_timeout(void *arg);728 tws_timeout, req, 0); in tws_execute_scsi()765 callout_reset(&req->timeout, (TWS_IO_TIMEOUT * hz), tws_timeout, req); in tws_send_scsi_cmd()812 callout_reset(&req->timeout, (TWS_IOCTL_TIMEOUT * hz), tws_timeout, req); in tws_set_param()1116 tws_timeout(void *arg) in tws_timeout() function