Searched refs:short_retry (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00config.c213 rt2x00dev->short_retry = conf->short_frame_max_tx_count;
H A Drt2x00.h822 u8 short_retry; member in struct:rt2x00_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddevice.h386 int short_retry; member in struct:__device_opt
H A Ddevice_main.c422 pOpts->short_retry=SHORT_RETRY_DEF;
446 pDevice->byShortRetryLimit = pDevice->sOpts.short_retry;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddevice.h413 int short_retry; member in struct:__device_opt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c525 int long_retry, short_retry; member in struct:atmel_private
1586 priv->short_retry = 7;
2171 priv->short_retry = vwrq->value;
2175 priv->short_retry = vwrq->value;
2198 vwrq->value = priv->short_retry;
2199 if (priv->long_retry != priv->short_retry)
4049 atmel_set_mib8(priv, Mac_Mib_Type, MAC_MIB_SHORT_RETRY_POS, priv->short_retry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c2579 unsigned int short_retry,
2584 short_retry = min(short_retry, (unsigned int)0xF);
2587 b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS, 0x0006, short_retry);
2578 b43legacy_set_retry_limits(struct b43legacy_wldev *dev, unsigned int short_retry, unsigned int long_retry) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c3514 unsigned int short_retry,
3519 short_retry = min(short_retry, (unsigned int)0xF);
3523 short_retry);
3513 b43_set_retry_limits(struct b43_wldev *dev, unsigned int short_retry, unsigned int long_retry) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h1021 uint8 short_retry; member in struct:wme_tx_params_s

Completed in 293 milliseconds