Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c252 u32_t wait_ms = 60000000; in lm_cleanup_after_flr() local
279 wait_ms *= factor; in lm_cleanup_after_flr()
2683 u32_t wait_ms = (CHIP_REV_IS_ASIC(pdev)) ? 200 : 200000; in init_pxp2_common() local
2721 REG_WAIT_VERIFY_VAL(pdev,PXP2_REG_RQ_CFG_DONE, 1, wait_ms); in init_pxp2_common()
2722 REG_WAIT_VERIFY_VAL(pdev,PXP2_REG_RD_INIT_DONE,1, wait_ms); in init_pxp2_common()
2761 u32_t wait_ms = (CHIP_REV_IS_ASIC(pdev)) ? 200 : 200000; in init_atc_common() local
2766 REG_WAIT_VERIFY_VAL(pdev, ATC_REG_ATC_INIT_DONE ,1,wait_ms ); in init_atc_common()
4193 const u32_t wait_ms = 200*pdev->vars.clk_factor ; in init_common_part() local
4254 REG_WAIT_VERIFY_VAL(pdev, CFC_REG_LL_INIT_DONE,1,wait_ms ); in init_common_part()
4256 REG_WAIT_VERIFY_VAL(pdev, CFC_REG_AC_INIT_DONE,1,wait_ms); in init_common_part()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c3227 u32_t wait_ms = 10000; in lm_pf_cleanup_vf_after_flr() local
3251 wait_ms *= factor; in lm_pf_cleanup_vf_after_flr()
3270 …->flr_stats.dq_usage_counter = REG_WAIT_VERIFY_VAL(PFDEV(pdev), DORQ_REG_VF_USAGE_CNT, 0, wait_ms); in lm_pf_cleanup_vf_after_flr()
3297 …ev), BAR_CSTRORM_INTMEM + CSTORM_FINAL_CLEANUP_COMPLETE_OFFSET(function_for_clean_up), 1, wait_ms); in lm_pf_cleanup_vf_after_flr()
3346 if (pdev->flr_stats.pbf_queue[idx]++ < wait_ms/DEFAULT_WAIT_INTERVAL_MICSEC) { in lm_pf_cleanup_vf_after_flr()
3400 if (pdev->flr_stats.pbf_transmit_buffer[idx]++ < wait_ms/DEFAULT_WAIT_INTERVAL_MICSEC) { in lm_pf_cleanup_vf_after_flr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c14912 int wait_ms; in fcp_create_on_demand() local
15047 wait_ms = 500; in fcp_create_on_demand()
15067 delay(drv_usectohz(wait_ms * 1000)); in fcp_create_on_demand()