Searched refs:TxOwner (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmds_s.h85 u8 TxOwner[((MAX_USB_TX_BUFFER_NUMBER + 3) & ~0x03)]; member in struct:wb35_mds
H A Dwb35tx.c40 pMds->TxOwner[ pWb35Tx->TxSendIndex ] = 0;// Set the owner. Free the owner bit always.
85 if (!pMds->TxOwner[SendIndex]) //No more data need to be sent, return immediately
H A Dmds.c441 if (pMds->TxOwner[FillIndex]) { /* Is owned by software 0:Yes 1:No */
529 pMds->TxOwner[FillIndex] = 1;

Completed in 49 milliseconds