Home
last modified time | relevance | path

Searched refs:RETRY_COUNT (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dconfigure-nic-mctp-endpoint15 RETRY_COUNT=0
16 while [ "$RETRY_COUNT" -lt "$MAX_RETRIES" ]; do
23 RETRY_COUNT=$((RETRY_COUNT + 1))
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drtl8187.h37 #define RETRY_COUNT 7 macro
H A Ddev.c915 if (info->status.rates[0].count > RETRY_COUNT) in rtl8187_work()
961 (RETRY_COUNT << 8 /* short retry limit */) | in rtl8187_start()
962 (RETRY_COUNT << 0 /* long retry limit */) | in rtl8187_start()
1486 dev->max_rate_tries = RETRY_COUNT; in rtl8187_probe()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h378 #define RETRY_COUNT 16 /* 23:16 */ macro
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_mgmt.h30 #define RETRY_COUNT 8 macro
H A Drsi_91x_mgmt.c1040 mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8); in rsi_send_reset_mac()