Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dwctl.c114 if (pDevice->sRxDFCB[ii].bInUse && in WCTLuSearchDFCB()
115 ether_addr_equal(pDevice->sRxDFCB[ii].abyAddr2, in WCTLuSearchDFCB()
144 if (!pDevice->sRxDFCB[ii].bInUse) { in WCTLuInsertDFCB()
146 pDevice->sRxDFCB[ii].uLifetime = pDevice->dwMaxReceiveLifetime; in WCTLuInsertDFCB()
147 pDevice->sRxDFCB[ii].bInUse = true; in WCTLuInsertDFCB()
148 pDevice->sRxDFCB[ii].wSequence = (pMACHeader->wSeqCtl >> 4); in WCTLuInsertDFCB()
149 pDevice->sRxDFCB[ii].wFragNum = (pMACHeader->wSeqCtl & 0x000F); in WCTLuInsertDFCB()
150 memcpy(&(pDevice->sRxDFCB[ii].abyAddr2[0]), &(pMACHeader->abyAddr2[0]), ETH_ALEN); in WCTLuInsertDFCB()
191 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].uLifetime = pDevice->dwMaxReceiveLifetime; in WCTLbHandleFragment()
192 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].wSequence = (pMACHeader->wSeqCtl >> 4); in WCTLbHandleFragment()
[all …]
Ddpc.c496 skb = pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].skb; in device_receive_frame()
497 FrameSize = pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength; in device_receive_frame()
553 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
564 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
721 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
811 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
839 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
861 if (!device_alloc_frag_buf(pDevice, &pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx])) { in device_receive_frame()
Ddevice.h376 SDeFragControlBlock sRxDFCB[CB_MAX_RX_FRAG]; member
Ddevice_main.c1186 pDeF = &(pDevice->sRxDFCB[i]); in device_init_defrag_cb()
1234 pDeF = &(pDevice->sRxDFCB[i]); in device_free_frag_buf()