Searched refs:rs_c2h_timeout (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_var.h37 int rs_c2h_timeout; member in struct:r92c_softc
H A Dr92c_fw.c502 rs->rs_c2h_timeout = hz;
504 rs->rs_c2h_timeout = MAX(hz / 100, 1);
507 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c239 rs->rs_c2h_timeout = hz;
317 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
H A Dr92ce_attach.c123 rs->rs_c2h_timeout = hz;
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c193 rs->rs_c2h_timeout = hz;
387 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
H A Dr92cu_attach.c129 rs->rs_c2h_timeout = hz;

Completed in 55 milliseconds