Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c114 __m128i tout[8]; in aesni_encrypt_ecb() local
126 top->blk[0] = tout[0]; in aesni_encrypt_ecb()
127 top->blk[1] = tout[1]; in aesni_encrypt_ecb()
128 top->blk[2] = tout[2]; in aesni_encrypt_ecb()
129 top->blk[3] = tout[3]; in aesni_encrypt_ecb()
130 top->blk[4] = tout[4]; in aesni_encrypt_ecb()
131 top->blk[5] = tout[5]; in aesni_encrypt_ecb()
132 top->blk[6] = tout[6]; in aesni_encrypt_ecb()
133 top->blk[7] = tout[7]; in aesni_encrypt_ecb()
153 __m128i tout[8]; in aesni_decrypt_ecb() local
[all …]
/f-stack/freebsd/arm/altera/socfpga/
H A Dsocfpga_a10_manager.c116 int tout; in fpga_wait_dclk_pulses() local
126 tout = 1000; in fpga_wait_dclk_pulses()
132 tout--; in fpga_wait_dclk_pulses()
135 if (tout == 0) { in fpga_wait_dclk_pulses()
149 int tout; in fpga_open() local
230 tout = 10; in fpga_open()
231 while (tout--) { in fpga_open()
242 if (tout == 0) { in fpga_open()
256 int tout; in fpga_close() local
262 tout = 10; in fpga_close()
[all …]
H A Dsocfpga_manager.c177 int tout; in fpgamgr_state_wait() local
179 tout = 1000; in fpgamgr_state_wait()
180 while (tout > 0) { in fpgamgr_state_wait()
183 tout--; in fpgamgr_state_wait()
186 if (tout == 0) { in fpgamgr_state_wait()
269 int tout; in fpga_wait_dclk_pulses() local
279 tout = 1000; in fpga_wait_dclk_pulses()
280 while (tout > 0) { in fpga_wait_dclk_pulses()
285 tout--; in fpga_wait_dclk_pulses()
288 if (tout == 0) { in fpga_wait_dclk_pulses()
/f-stack/freebsd/ddb/
H A Ddb_command.c761 db_expr_t old_radix, tout; in db_watchdog() local
766 err = db_expression(&tout); in db_watchdog()
773 tout = 0; in db_watchdog()
774 } else if ((tout & WD_INTERVAL) == WD_TO_NEVER) { in db_watchdog()
778 EVENTHANDLER_INVOKE(watchdog_list, tout, &i); in db_watchdog()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1657 int tout = 50; in bnx2x_func_wait_started() local
1678 ECORE_F_STATE_STARTED && tout--) { in bnx2x_func_wait_started()
1750 int tout = 5000; /* wait for 5 secs tops */ in bnx2x_wait_sp_comp() local
1752 while (tout--) { in bnx2x_wait_sp_comp()
8430 int tout = 5000; in bnx2x_get_device_info() local
8436 while (tout && REG_RD(sc, IGU_REG_RESET_MEMORIES)) { in bnx2x_get_device_info()
8437 tout--; in bnx2x_get_device_info()