Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mfi/
Dmfi_tbolt.c86 extern int mfi_polled_cmd_timeout;
1095 int tm = mfi_polled_cmd_timeout * 1000; in mfi_tbolt_send_frame()
Dmfi.c154 int mfi_polled_cmd_timeout = MFI_POLL_TIMEOUT_SECS; variable
155 TUNABLE_INT("hw.mfi.polled_cmd_timeout", &mfi_polled_cmd_timeout);
157 &mfi_polled_cmd_timeout, 0,
2472 int tm = mfi_polled_cmd_timeout * 1000; in mfi_std_send_frame()