Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c201 …u32_t to_cnt = 10000 + 2360; // We'll wait 10,000 times 100us (1 second) + 2360 times 25000us (5… in lm_wait_state_change() local
216 while ((*curr_state != new_state) && to_cnt--) in lm_wait_state_change()
218 delay_us = (to_cnt >= 2360) ? 100 : 25000 ; in lm_wait_state_change()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c991 …u32_t to_cnt = 10000 + 2360; // We'll wait 10,000 times 100us (1 second) + 2360 time… in lm_vf_pf_channel_wait_response() local
1010 while ((lm_status == LM_STATUS_SUCCESS) && (*mess->done == FALSE) && to_cnt--) in lm_vf_pf_channel_wait_response()
1012 delay_us = (to_cnt >= 2360) ? 100 : 25000 ; in lm_vf_pf_channel_wait_response()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1114 …u32_t to_cnt = 100000; /* GilR 4/9/2006 - TBA - 'to_cnt' in lm_tcp_init_chip need to be removed? */ in lm_tcp_start_chip() local
1128 while (toe_info->state != LM_TOE_STATE_NORMAL && to_cnt) { in lm_tcp_start_chip()
1130 to_cnt--; in lm_tcp_start_chip()