Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/vt6655/
Drxtx.c168 unsigned short wFragType,
1266 unsigned short wFragType, in s_vFillFragParameter() argument
1282 if (wFragType == FRAGCTL_ENDFRAG) { //Last Fragmentation in s_vFillFragParameter()
1294 if (wFragType == FRAGCTL_ENDFRAG) { //Last Fragmentation in s_vFillFragParameter()
1302 pTxBufHead->wFragCtl |= (unsigned short)wFragType;//0x0001; //0000 0000 0000 0001 in s_vFillFragParameter()
1323 unsigned short wFragType; //00:Non-Frag, 01:Start, 10:Mid, 11:Last in s_cbFillTxBufHead() local
1574 wFragType = FRAGCTL_STAFRAG; in s_cbFillTxBufHead()
1585 wFragType, uDMAIdx, uFragIdx); in s_cbFillTxBufHead()
1663 … s_vFillFragParameter(pDevice, pbyBuffer, uDMAIdx, (void *)ptdCurr, wFragType, cbReqCount); in s_cbFillTxBufHead()
1679 wFragType = FRAGCTL_ENDFRAG; in s_cbFillTxBufHead()
[all …]
Drxtx.h61 unsigned short wFragType,
/linux-3.4.99/drivers/staging/vt6656/
Drxtx.c170 WORD wFragType,
1853 WORD wFragType, in s_vGenerateMACHeader() argument
1917 if ((wFragType == FRAGCTL_ENDFRAG) || (wFragType == FRAGCTL_NONFRAG)) { in s_vGenerateMACHeader()
1923 if ((wFragType == FRAGCTL_STAFRAG) || (wFragType == FRAGCTL_MIDFRAG)) { //StartFrag or MidFrag in s_vGenerateMACHeader()