Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2870/common/
Drtusb_data.c256 pTxInfo->WIV = bWiv; in RTMPWriteTxInfo()
/linux-2.6.39/drivers/staging/rt2860/chip/
Dmac_usb.h97 …u32 WIV:1; /* Wireless Info Valid. 1 if Driver already fill WI, o if DMA needs to copy WI to cor… member
Dmac_pci.h87 …u32 WIV:1; /* Wireless Info Valid. 1 if Driver already fill WI, o if DMA needs to copy WI to cor… member
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_data_pci.c1091 pTxD->WIV = (bWIV) ? 1 : 0; in RTMPWriteTxDescriptor()