Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Ddesc.h151 #define FRAGCTL_ENDFRAG 0x0300 macro
179 #define FRAGCTL_ENDFRAG 0x0003 macro
Drxtx.c1261 if (wFragType == FRAGCTL_ENDFRAG) //Last Fragmentation in s_vFillFragParameter()
1269 if (wFragType == FRAGCTL_ENDFRAG) //Last Fragmentation in s_vFillFragParameter()
1630 wFragType = FRAGCTL_ENDFRAG; in s_cbFillTxBufHead()
2141 if ((wFragType == FRAGCTL_ENDFRAG) || (wFragType == FRAGCTL_NONFRAG)) { in vGenerateMACHeader()
Ddevice_main.c1445 if ((pTxBufHead->wFragCtl & FRAGCTL_ENDFRAG) != FRAGCTL_NONFRAG) in device_tx_srv()
/drivers/staging/vt6656/
Ddesc.h100 #define FRAGCTL_ENDFRAG 0x0003 macro