Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DInterfaceMisc.c9 USHORT usRetries = 0; in InterfaceRDM() local
43 usRetries++; in InterfaceRDM()
49 } while ((bytes < 0) && (usRetries < MAX_RDM_WRM_RETIRES)); in InterfaceRDM()
52 …dapter, DBG_TYPE_OTHERS, RDM, DBG_LVL_ALL, "RDM failed status :%d, retires :%d", bytes, usRetries); in InterfaceRDM()
66 USHORT usRetries = 0; in InterfaceWRM() local
101 usRetries++; in InterfaceWRM()
107 } while ((retval < 0) && (usRetries < MAX_RDM_WRM_RETIRES)); in InterfaceWRM()
110 …apter, DBG_TYPE_OTHERS, WRM, DBG_LVL_ALL, "WRM failed status :%d, retires :%d", retval, usRetries); in InterfaceWRM()