Searched refs:max_retry (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/selftests/ftrace/test.d/filter/ |
| H A D | event-filter-function.tc | 41 max_retry=10 44 max_retry=$((max_retry - 1)) 45 if [ $max_retry -eq 0 ]; then 67 max_retry=10 70 max_retry=$((max_retry - 1)) 71 if [ $max_retry -eq 0 ]; then
|
| /linux/drivers/block/ |
| H A D | swim_asm.S | 42 .equ max_retry, 40 define 89 moveq #max_retry, %d2 97 moveq #max_retry, %d2 105 moveq #max_retry, %d2 113 moveq #max_retry, %d2 121 moveq #max_retry, %d2 129 moveq #max_retry, %d2 195 movew #max_retry, %d2 211 movew #max_retry, %d2 220 moveq #max_retry, %d2
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_helpers.h | 73 int max_retry = 5; /* in case we read some spurious packets */ in wait_for_packet() local 77 while (max_retry--) { in wait_for_packet()
|
| /linux/drivers/firmware/ |
| H A D | stratix10-rsu.c | 97 unsigned int max_retry; member 163 unsigned int *max_retry = (unsigned int *)data->kaddr1; in rsu_max_retry_callback() local 166 priv->max_retry = *max_retry; in rsu_max_retry_callback() 481 return sysfs_emit(buf, "0x%08x\n", priv->max_retry); in max_retry_show() 675 static DEVICE_ATTR_RO(max_retry); 743 priv->max_retry = INVALID_RETRY_COUNTER; in stratix10_rsu_probe()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | bh.c | 20 int max_retry = 3; in device_wakeup() local 41 } else if (max_retry-- > 0) { in device_wakeup()
|
| /linux/net/mac80211/ |
| H A D | rc80211_minstrel_ht.h | 79 unsigned int max_retry; member
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 392 int carl9170_set_hwretry_limit(struct ar9170 *ar, const unsigned int max_retry) in carl9170_set_hwretry_limit() argument 394 u32 tmp = min_t(u32, 0x33333, max_retry * 0x11111); in carl9170_set_hwretry_limit()
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 371 u8 max_retry; /* Retransmission maximum, afterwards the member
|
| H A D | atl1.h | 688 u8 max_retry; member
|
| H A D | atl2.c | 92 hw->max_retry = 0xf; in atl2_sw_init() 220 (((u32)hw->max_retry & MAC_HALF_DUPLX_CTRL_RETRY_MASK) << in atl2_configure()
|
| H A D | atl1.c | 949 hw->max_retry = 0xf; in atl1_sw_init() 1518 (((u32) hw->max_retry & MAC_HALF_DUPLX_CTRL_RETRY_MASK) in atl1_configure()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-stratix10-rsu | 168 What: /sys/devices/platform/stratix10-rsu.0/max_retry
|
| /linux/include/uapi/linux/ |
| H A D | wireless.h | 1045 __s32 max_retry; /* Maximal number of retries */ member
|
| /linux/net/wireless/ |
| H A D | wext-compat.c | 126 range->max_retry = 255; in cfg80211_wext_giwrange()
|
| H A D | nl80211.c | 2630 rdev->wiphy.tid_config_support.max_retry)) in nl80211_put_tid_config_support() 2633 rdev->wiphy.tid_config_support.max_retry)) in nl80211_put_tid_config_support()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 450 int max_retry = 100; in serdes_init_niu_1g_serdes() local 526 while (max_retry--) { in serdes_init_niu_1g_serdes() 547 int max_retry = 100; in serdes_init_niu_10g_serdes() local 632 while (max_retry--) { in serdes_init_niu_10g_serdes()
|