Home
last modified time | relevance | path

Searched refs:retry_num (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h499 u8 retry_num; member
672 u8 retry_num,
H A Decore_mcp.c4409 } while (retry_cnt++ < p_params->retry_num); in ecore_mcp_resc_lock()
4481 p_lock->retry_num = ECORE_MCP_RESC_LOCK_RETRY_CNT_DFLT; in ecore_mcp_resc_lock_default_init()
4747 u8 retry_num, in ecore_mcp_ind_table_lock() argument
4756 if (!retry_num) in ecore_mcp_ind_table_lock()
4757 retry_num = ECORE_MCP_RESC_LOCK_RETRY_CNT_DFLT; in ecore_mcp_ind_table_lock()
4758 resc_lock_params.retry_num = retry_num; in ecore_mcp_ind_table_lock()
H A Decore_dev.c4973 resc_lock_params.retry_num *= 2; in ecore_hw_get_resc()
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c1437 Cpa32U retry_num = 0; in SalCtrl_AdfServicesStartedCheck() local
1442 retry_num++; in SalCtrl_AdfServicesStartedCheck()
1443 } while ((CPA_FALSE == state) && (retry_num < MAX_SUBSYSTEM_RETRY)); in SalCtrl_AdfServicesStartedCheck()