Lines Matching refs:total_tries
939 uint32 total_tries = 0; in dhd_prot_d2h_sync_seqnum() local
977 total_tries = (uint32)(((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries); in dhd_prot_d2h_sync_seqnum()
979 if (total_tries > prot->d2h_sync_wait_max) in dhd_prot_d2h_sync_seqnum()
980 prot->d2h_sync_wait_max = total_tries; in dhd_prot_d2h_sync_seqnum()
989 dhd_prot_d2h_sync_livelock(dhd, msg_seqnum, ring, total_tries, in dhd_prot_d2h_sync_seqnum()
1017 uint32 total_tries = 0; in dhd_prot_d2h_sync_xorcsum() local
1064 total_tries = ((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries; in dhd_prot_d2h_sync_xorcsum()
1066 if (total_tries > prot->d2h_sync_wait_max) in dhd_prot_d2h_sync_xorcsum()
1067 prot->d2h_sync_wait_max = total_tries; in dhd_prot_d2h_sync_xorcsum()
1077 dhd_prot_d2h_sync_livelock(dhd, msg->epoch, ring, total_tries, in dhd_prot_d2h_sync_xorcsum()
1134 uint32 total_tries = 0; in BCMFASTPATH() local
1206 total_tries = ((step-1) * PCIE_D2H_SYNC_WAIT_TRIES) + tries; in BCMFASTPATH()
1208 if (total_tries > prot->d2h_sync_wait_max) in BCMFASTPATH()
1209 prot->d2h_sync_wait_max = total_tries; in BCMFASTPATH()
1241 dhd_prot_d2h_sync_livelock(dhd, msg->epoch, ring, total_tries, in BCMFASTPATH()