Home
last modified time | relevance | path

Searched refs:mmio_read_timeout (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_com.h101 u16 mmio_read_timeout; /* usecs */ member
H A Defa_main.c222 if (hw_hints->mmio_read_timeout) in efa_update_hw_hints()
223 edev->mmio_read.mmio_read_timeout = in efa_update_hw_hints()
224 hw_hints->mmio_read_timeout * 1000; in efa_update_hw_hints()
H A Defa_com_cmd.h146 u16 mmio_read_timeout; member
H A Defa_admin_cmds_defs.h742 u16 mmio_read_timeout; member
H A Defa_com_cmd.c540 result->mmio_read_timeout = resp.u.hw_hints.mmio_read_timeout; in efa_com_get_hw_hints()
H A Defa_com.c93 exp_time = jiffies + usecs_to_jiffies(mmio_read->mmio_read_timeout); in efa_com_reg_read32()
917 mmio_read->mmio_read_timeout = EFA_REG_READ_TIMEOUT_US; in efa_com_mmio_reg_read_init()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h909 u16 mmio_read_timeout; member
H A Dena_netdev.c3536 if (hints->mmio_read_timeout) in ena_update_hints()
3539 hints->mmio_read_timeout * 1000; in ena_update_hints()