Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-spi-avmm.c365 unsigned long poll_timeout; in br_do_rx_and_pkt_phy_parse() local
370 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse()
466 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse()
481 if (time_after(jiffies, poll_timeout)) in br_do_rx_and_pkt_phy_parse()
/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c415 unsigned long poll_timeout; in rsu_prog_ready() local
423 poll_timeout = jiffies + msecs_to_jiffies(RSU_PREP_TIMEOUT_MS); in rsu_prog_ready()
426 if (time_after(jiffies, poll_timeout)) in rsu_prog_ready()
611 unsigned long poll_timeout; in m10bmc_sec_poll_complete() local
624 poll_timeout = jiffies + msecs_to_jiffies(RSU_COMPLETE_TIMEOUT_MS); in m10bmc_sec_poll_complete()
628 } while (ret == -EAGAIN && !time_after(jiffies, poll_timeout)); in m10bmc_sec_poll_complete()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c46 static int poll_timeout = 10 * 1000; variable
636 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll()
1088 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
1254 if (i > poll_timeout) in xdisconnect()
1455 poll_timeout = atoi(optarg) * 1000; in parse_opts()
1456 if (poll_timeout <= 0) in parse_opts()
1457 poll_timeout = -1; in parse_opts()
/linux/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c240 unsigned long poll_timeout, const bool poll_err) in flush_errqueue() argument
247 ret = poll(&fds, 1, poll_timeout); in flush_errqueue()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h304 uint16_t poll_timeout; member
H A Dqla_nx.h1040 uint16_t poll_timeout; member
H A Dqla_nx2.c2248 poll_time = crb_entry->crb_strd.poll_timeout; in qla8044_minidump_process_control()
H A Dqla_nx.c3721 poll_time = crb_entry->crb_strd.poll_timeout; in qla82xx_minidump_process_control()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c298 unsigned char poll_timeout[3]; member
353 return msecs_to_jiffies((s->poll_timeout[2] << 16) in at76_get_timeout()
354 | (s->poll_timeout[1] << 8) in at76_get_timeout()
355 | (s->poll_timeout[0])); in at76_get_timeout()
/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.h891 uint16_t poll_timeout; member
H A Dql4_nx.c2236 poll_time = crb_entry->crb_strd.poll_timeout; in qla4_8xxx_minidump_process_control()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c276 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() function
1066 poll_timeout(ent); in cmd_work_handler()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1408 u16 poll_timeout; member
H A Dnetxen_nic_hw.c1981 timeout = crtEntry->poll_timeout; in netxen_md_cntrl()
/linux/drivers/s390/crypto/
H A Dap_bus.c1354 static BUS_ATTR_RW(poll_timeout);