Searched refs:mlx5_tout_ms (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fw_reset.c | 501 timeout = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, PCI_TOGGLE)); in mlx5_pci_link_toggle() 515 reg16, mlx5_tout_ms(dev, PCI_TOGGLE)); in mlx5_pci_link_toggle() 533 reg16, mlx5_tout_ms(dev, PCI_TOGGLE)); in mlx5_pci_link_toggle() 646 timeout = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, RESET_UNLOAD)); in mlx5_sync_reset_unload_event() 735 unsigned long pci_sync_update_timeout = mlx5_tout_ms(dev, PCI_SYNC_UPDATE); in mlx5_fw_reset_wait_reset_done() 741 pci_sync_update_timeout += mlx5_tout_ms(dev, RESET_UNLOAD); in mlx5_fw_reset_wait_reset_done()
|
| A D | health.c | 224 unsigned long end, delay_ms = mlx5_tout_ms(dev, PCI_TOGGLE); in mlx5_error_sw_reset() 238 delay_ms = mlx5_tout_ms(dev, FULL_CRDUMP); in mlx5_error_sw_reset() 316 end = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FW_RESET)); in mlx5_health_wait_pci_up() 732 next += jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, HEALTH_POLL_INTERVAL)); in get_next_poll_jiffies() 817 u64 poll_interval_ms = mlx5_tout_ms(dev, HEALTH_POLL_INTERVAL); in mlx5_start_health_poll()
|
| A D | main.c | 216 msleep(mlx5_tout_ms(dev, FW_PRE_INIT_WAIT)); in wait_fw_init() 1182 mlx5_tout_ms(dev, FW_PRE_INIT_WARN_MESSAGE_INTERVAL), in mlx5_function_enable() 1195 err = wait_fw_init(dev, mlx5_tout_ms(dev, FW_INIT), 0, "initializing"); in mlx5_function_enable() 1480 err = mlx5_function_setup(dev, true, mlx5_tout_ms(dev, FW_PRE_INIT_TIMEOUT)); in mlx5_init_one_devl_locked() 1595 timeout = mlx5_tout_ms(dev, FW_PRE_INIT_ON_RECOVERY_TIMEOUT); in mlx5_load_one_devl_locked() 1597 timeout = mlx5_tout_ms(dev, FW_PRE_INIT_TIMEOUT); in mlx5_load_one_devl_locked() 1712 err = mlx5_function_enable(dev, true, mlx5_tout_ms(dev, FW_PRE_INIT_TIMEOUT)); in mlx5_init_one_light()
|
| A D | fw.c | 345 unsigned long end, delay_ms = mlx5_tout_ms(dev, TEARDOWN); in mlx5_cmd_fast_teardown_hca() 657 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FSM_REACTIVATE)); in mlx5_fsm_reactivate()
|
| A D | pagealloc.c | 703 u64 recl_pages_to_jiffies = msecs_to_jiffies(mlx5_tout_ms(dev, RECLAIM_PAGES)); in mlx5_reclaim_root_pages() 797 u64 recl_vf_pages_to_jiffies = msecs_to_jiffies(mlx5_tout_ms(dev, RECLAIM_VFS_PAGES)); in mlx5_wait_for_pages()
|
| A D | cmd.c | 279 u64 cmd_to_ms = mlx5_tout_ms(dev, CMD); in poll_timeout() 985 timeout = msecs_to_jiffies(mlx5_tout_ms(dev, CMD)); in cmd_work_handler() 1158 unsigned long timeout = msecs_to_jiffies(mlx5_tout_ms(dev, CMD)); in wait_func()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | tout.h | 41 #define mlx5_tout_ms(dev, type) _mlx5_tout_ms(dev, MLX5_TO_##type##_MS) macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | reporter_tx.c | 27 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_sq_flush()
|
| A D | reporter_rx.c | 52 exp_time = jiffies + msecs_to_jiffies(mlx5_tout_ms(dev, FLUSH_ON_ERROR)); in mlx5e_wait_for_icosq_flush()
|
Completed in 33 milliseconds