Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h542 unsigned short wFragmentationThreshold; member
Drxtx.c1423 …((cbFrameSize >= pDevice->wFragmentationThreshold) && (pDevice->wFragmentationThreshold <= pDevice… in s_cbFillTxBufHead()
1552 …if ((cbFrameSize > pDevice->wFragmentationThreshold) && (bNeedACK == true) && (bIsWEP256 == false)… in s_cbFillTxBufHead()
1555 cbFragmentSize = pDevice->wFragmentationThreshold; in s_cbFillTxBufHead()
2771 if ((cbFrameSize > pDevice->wFragmentationThreshold) && (bNeedACK == true)) { in cbGetFragCount()
2773 cbFragmentSize = pDevice->wFragmentationThreshold; in cbGetFragCount()
Diwctl.c1191 pDevice->wFragmentationThreshold = (u16)fthr; in iwctl_siwfrag()
1209 wrq->value = pDevice->wFragmentationThreshold; in iwctl_giwfrag()
Ddevice_main.c445 pDevice->wFragmentationThreshold = pDevice->sOpts.frag_thresh; in device_set_options()
/linux-2.6.39/drivers/staging/vt6656/
Ddevice.h647 WORD wFragmentationThreshold; member
Diwctl.c1138 pDevice->wFragmentationThreshold = (u16)fthr; in iwctl_siwfrag()
1156 wrq->value = pDevice->wFragmentationThreshold; in iwctl_giwfrag()
Dmain_usb.c311 pDevice->wFragmentationThreshold = FRAG_THRESH_DEF; in device_set_options()