Searched refs:retry_cnt (Results 1 – 4 of 4) sorted by relevance
1370 int loop_cnt, retry_cnt; in tms380tr_bringup_diags() local1377 retry_cnt = BUD_MAX_RETRIES; /* maximal number of retrys */ in tms380tr_bringup_diags()1380 retry_cnt--; in tms380tr_bringup_diags()1400 if(retry_cnt > 0) in tms380tr_bringup_diags()1407 } while(retry_cnt > 0); in tms380tr_bringup_diags()1440 int i, loop_cnt, retry_cnt; in tms380tr_init_adapter() local1454 retry_cnt = INIT_MAX_RETRIES; in tms380tr_init_adapter()1457 retry_cnt--; in tms380tr_init_adapter()1523 if(retry_cnt > 0) in tms380tr_init_adapter()1531 } while(retry_cnt > 0); in tms380tr_init_adapter()
90 int retry_cnt; member
1879 picreg_t retry_cnt : 16; /* 15:0 */ member
559 u_char retry_cnt; member759 hostdata->control_block.retry_cnt = 1; in isp2x00_detect()