Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 25 of 86) sorted by relevance

1234

/linux/net/mac80211/
H A Dstatus.c258 struct sk_buff *skb, int retry_count, in ieee80211_add_tx_radiotap_header() argument
332 *pos = retry_count; in ieee80211_add_tx_radiotap_header()
912 int *retry_count) in ieee80211_tx_get_rates() argument
939 *retry_count = count; in ieee80211_tx_get_rates()
944 int retry_count, struct ieee80211_tx_status *status) in ieee80211_tx_monitor() argument
959 ieee80211_add_tx_radiotap_header(local, skb, retry_count, in ieee80211_tx_monitor()
1000 int rates_idx, int retry_count) in __ieee80211_tx_status() argument
1083 retry_count; in __ieee80211_tx_status()
1101 if (retry_count > 0) in __ieee80211_tx_status()
1103 if (retry_count > 1) in __ieee80211_tx_status()
[all …]
H A Drc80211_minstrel_ht.h123 u8 retry_count; member
H A Drc80211_minstrel_ht_debugfs.c134 mrs->retry_count, in minstrel_ht_stats_dump()
276 mrs->retry_count, in minstrel_ht_stats_csv_dump()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c132 u8 retry_count; in csiphy_set_power() local
137 retry_count = 0; in csiphy_set_power()
144 retry_count++; in csiphy_set_power()
146 } while ((reg != power >> 2) && (retry_count < 100)); in csiphy_set_power()
148 if (retry_count == 100) { in csiphy_set_power()
/linux/drivers/net/dsa/b53/
H A Db53_spi.c100 int retry_count; in b53_spi_prepare_reg_read() local
107 for (retry_count = 0; retry_count < 10; retry_count++) { in b53_spi_prepare_reg_read()
118 if (retry_count == 10) in b53_spi_prepare_reg_read()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c66 int retry_count = 0; in radeon_dp_aux_transfer_native() local
158 } while (retry_count++ < 1000); in radeon_dp_aux_transfer_native()
160 if (retry_count >= 1000) { in radeon_dp_aux_transfer_native()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h333 u8 retry_count; member
360 u8 retry_count; member
466 u8 retry_count; member
517 u8 retry_count; member
565 u8 retry_count; member
/linux/tools/perf/tests/
H A Dtask-exit.c56 int retry_count = 0; in test__task_exit() local
133 if (retry_count++ > 1000) { in test__task_exit()
/linux/drivers/s390/char/
H A Dsclp_rw.c53 buffer->retry_count = 0; in sclp_make_buffer()
379 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
397 if (++buffer->retry_count > SCLP_BUFFER_MAX_RETRY) { in sclp_writedata_callback()
H A Dsclp_rw.h72 int retry_count; member
/linux/drivers/scsi/libfc/
H A Dfc_disc.c221 disc->retry_count = 0; in fc_disc_restart()
302 PTR_ERR_OR_ZERO(fp), disc->retry_count, in fc_disc_error()
310 if (disc->retry_count < FC_DISC_RETRY_LIMIT) { in fc_disc_error()
318 if (!disc->retry_count) in fc_disc_error()
321 disc->retry_count++; in fc_disc_error()
/linux/fs/netfs/
H A Dread_retry.c50 subreq->retry_count++; in netfs_retry_read_subrequests()
137 subreq->retry_count++; in netfs_retry_read_subrequests()
207 subreq->retry_count = 1; in netfs_retry_read_subrequests()
/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c193 DEBUGFS_READONLY_FILE(retry_count, 20, "%u", wl->stats.retry_count);
334 DEBUGFS_DEL(retry_count); in wl1251_debugfs_delete_files()
433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
441 wl->stats.retry_count = 0; in wl1251_debugfs_reset()
H A Dwl1251.h141 unsigned int retry_count; member
243 struct dentry *retry_count; member
/linux/include/xen/
H A Dballoon.h21 unsigned long retry_count; member
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory8 also 'retry_count' below.
19 What: /sys/devices/system/xen_memory/xen_memory0/retry_count
/linux/tools/hv/
H A Dhv_fcopy_uio_daemon.c60 int retry_count = 0; in get_ring_buffer_size() local
93 if (!ring_size && retry_count == 0) { in get_ring_buffer_size()
94 retry_count = 1; in get_ring_buffer_size()
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.h28 u8 retry_count; member
/linux/include/rdma/
H A Dib_cm.h114 unsigned int retry_count:3; member
366 u8 retry_count; member
H A Drdma_cm.h81 u8 retry_count; /* ignored when accepting */ member
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c330 int retry_count = 2; in query_dp_dual_mode_adaptor() local
350 while (retry_count > 0) { in query_dp_dual_mode_adaptor()
359 retry_count--; in query_dp_dual_mode_adaptor()
362 if (retry_count == 0) { in query_dp_dual_mode_adaptor()
373 while (retry_count > 0) { in query_dp_dual_mode_adaptor()
379 retry_count--; in query_dp_dual_mode_adaptor()
381 if (retry_count == 0) { in query_dp_dual_mode_adaptor()
/linux/drivers/usb/host/
H A Dpci-quirks.c595 unsigned long retry_count; in usb_asmedia_wait_write() local
598 for (retry_count = 1000; retry_count > 0; --retry_count) { in usb_asmedia_wait_write()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c236 int retry_count; member
815 client_data->retry_count++ < MAX_LOAD_ATTEMPTS) { in load_fw_from_host()
948 client_data->retry_count = 0; in loader_ishtp_cl_probe()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmmrc.h187 s32 retry_count, bool was_aggregated);
/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c104 wl->stats.retry_count++; in wl18xx_tx_complete_packet()

1234