| /linux/net/mac80211/ |
| H A D | status.c | 258 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 D | rc80211_minstrel_ht.h | 123 u8 retry_count; member
|
| H A D | rc80211_minstrel_ht_debugfs.c | 134 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 D | ispcsiphy.c | 132 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 D | b53_spi.c | 100 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 D | radeon_dp_auxch.c | 66 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 D | aic94xx_sas.h | 333 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 D | task-exit.c | 56 int retry_count = 0; in test__task_exit() local 133 if (retry_count++ > 1000) { in test__task_exit()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_rw.c | 53 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 D | sclp_rw.h | 72 int retry_count; member
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_disc.c | 221 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 D | read_retry.c | 50 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 D | debugfs.c | 193 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 D | wl1251.h | 141 unsigned int retry_count; member 243 struct dentry *retry_count; member
|
| /linux/include/xen/ |
| H A D | balloon.h | 21 unsigned long retry_count; member
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-devices-system-xen_memory | 8 also 'retry_count' below. 19 What: /sys/devices/system/xen_memory/xen_memory0/retry_count
|
| /linux/tools/hv/ |
| H A D | hv_fcopy_uio_daemon.c | 60 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 D | txrx.h | 28 u8 retry_count; member
|
| /linux/include/rdma/ |
| H A D | ib_cm.h | 114 unsigned int retry_count:3; member 366 u8 retry_count; member
|
| H A D | rdma_cm.h | 81 u8 retry_count; /* ignored when accepting */ member
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_detection.c | 330 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 D | pci-quirks.c | 595 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 D | ishtp-fw-loader.c | 236 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 D | mmrc.h | 187 s32 retry_count, bool was_aggregated);
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | tx.c | 104 wl->stats.retry_count++; in wl18xx_tx_complete_packet()
|