Searched refs:tries (Results 176 - 189 of 189) sorted by relevance

12345678

/linux-master/net/mac80211/
H A Dieee80211_i.h403 int tries; member in struct:ieee80211_mgd_auth_data
447 int tries; member in struct:ieee80211_mgd_assoc_data
H A Dutil.c3779 int tries = 0; local
3791 tries++;
3792 } while (tries < max_tries);
H A Dmlme.c54 "Maximum nullfunc tx tries before disconnecting (reason 4).");
59 "Maximum probe tries before disconnecting (reason 4).");
2124 "AP %pM tries to chanswitch to same channel, ignore\n",
7047 auth_data->tries++;
7049 if (auth_data->tries > IEEE80211_AUTH_MAX_TRIES) {
7069 auth_data->ap_addr, auth_data->tries,
7114 assoc_data->tries++;
7115 if (assoc_data->tries > IEEE80211_ASSOC_MAX_TRIES) {
7130 assoc_data->ap_addr, assoc_data->tries,
7435 * tries t
[all...]
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1156 u8 tries = 2; local
1165 } while (--tries);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2332 unsigned long flags, tries = PIN_GUC_ID_TRIES; local
2362 if (ret == -EAGAIN && --tries) {
2363 if (PIN_GUC_ID_TRIES - tries > 1) {
2366 (PIN_GUC_ID_TRIES - tries - 2);
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c713 int tries = 0; local
961 if (++tries > 20) {
968 tries = 0;
/linux-master/mm/
H A Dpage_alloc.c6314 unsigned int tries = 0; local
6340 tries = 0;
6341 } else if (++tries == 5) {
6389 * alloc_contig_range() -- tries to allocate given range of pages
6553 * alloc_contig_pages() -- tries to find and allocate contiguous range of pages
/linux-master/include/linux/
H A Dlibata.h347 /* max tries if error condition is still set after ->error_handler */
756 int tries[ATA_MAX_DEVICES]; member in struct:ata_eh_context
/linux-master/drivers/ata/
H A Dlibata-scsi.c4420 int tries = 5; local
4479 if (--tries) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c474 int __maybe_unused tries = 0; local
533 if (retry_required(tries, vm)) {
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6666 int tries; local
6668 tries = 0;
6678 if (tries++ != 0)
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5190 u32 dmoff_exit_timeout = 100, tries = 0; local
5221 if (tries++ == dmoff_exit_timeout) {
7581 * attempt. Let's give it a few tries
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1182 unsigned int tries = 0; local
1195 /* FIXME: 100 tries seem excessive */
1196 if (tries++ > 100)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c7603 int tries; local
7609 tries = 0;
7616 if (++tries < 1000) {

Completed in 389 milliseconds

12345678