Searched refs:byShortRetryLimit (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drndis.h91 BYTE byShortRetryLimit; member in struct:_CMD_CARD_INIT
H A Diwctl.c1193 pDevice->byShortRetryLimit = wrq->value;
1196 pDevice->byShortRetryLimit = wrq->value;
1229 wrq->value = (int)pDevice->byShortRetryLimit;
1230 if((int)pDevice->byShortRetryLimit != (int)pDevice->byLongRetryLimit)
H A Dmain_usb.c313 pDevice->byShortRetryLimit = SHORT_RETRY_DEF;
412 sInitCmd.byShortRetryLimit = pDevice->byShortRetryLimit;
H A Ddevice.h648 BYTE byShortRetryLimit; member in struct:__device_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice.h543 unsigned char byShortRetryLimit; member in struct:__device_info
H A Diwctl.c1223 pDevice->byShortRetryLimit = wrq->value;
1226 pDevice->byShortRetryLimit = wrq->value;
1259 wrq->value = (int)pDevice->byShortRetryLimit;
1260 if((int)pDevice->byShortRetryLimit != (int)pDevice->byLongRetryLimit)
H A Ddevice_main.c446 pDevice->byShortRetryLimit = pDevice->sOpts.short_retry;
473 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" byShortRetryLimit= %d\n",(int)pDevice->byShortRetryLimit);
748 MACvSetShortRetryLimit(pDevice->PortOffset, pDevice->byShortRetryLimit);

Completed in 67 milliseconds