OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ROBO_MII_RETRY_MAX
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_roboswitch.c
41
#define
ROBO_MII_RETRY_MAX
10 /* Read attempts before giving up */
138
for (i = 0; i <
ROBO_MII_RETRY_MAX
; ++i) {
/external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c
31
#define
ROBO_MII_RETRY_MAX
10 /* Read attempts before giving up */
128
for (i = 0; i <
ROBO_MII_RETRY_MAX
; ++i) {
Completed in 68 milliseconds