Lines Matching refs:total_tries
1246 uint32 total_tries = 0; in BCMFASTPATH() local
1284 total_tries = (uint32)(((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries); in BCMFASTPATH()
1286 if (total_tries > prot->d2h_sync_wait_max) in BCMFASTPATH()
1287 prot->d2h_sync_wait_max = total_tries; in BCMFASTPATH()
1296 dhd_prot_d2h_sync_livelock(dhd, msg_seqnum, ring, total_tries, in BCMFASTPATH()
1324 uint32 total_tries = 0; in BCMFASTPATH() local
1371 total_tries = ((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries; in BCMFASTPATH()
1373 if (total_tries > prot->d2h_sync_wait_max) in BCMFASTPATH()
1374 prot->d2h_sync_wait_max = total_tries; in BCMFASTPATH()
1384 dhd_prot_d2h_sync_livelock(dhd, msg->epoch, ring, total_tries, in BCMFASTPATH()
1441 uint32 total_tries = 0; in BCMFASTPATH() local
1513 total_tries = ((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries; in BCMFASTPATH()
1515 if (total_tries > prot->d2h_sync_wait_max) in BCMFASTPATH()
1516 prot->d2h_sync_wait_max = total_tries; in BCMFASTPATH()
1550 dhd_prot_d2h_sync_livelock(dhd, msg->epoch, ring, total_tries, in BCMFASTPATH()