Searched refs:RxOwner (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/winbond/
H A Dwb35rx_s.h24 u8 RxOwner[ ((MAX_USB_RX_BUFFER_NUMBER+3) & ~0x03 ) ];//Ownership of buffer 0: SW 1:HW member in struct:wb35_rx
H A Dwb35rx.c88 if (pWb35Rx->RxOwner[RxBufferId]) /* Owner by VM */
146 pWb35Rx->RxOwner[RxBufferId] = 1;
184 pWb35Rx->RxOwner[RxBufferId] = 0; /* Set the owner to driver */
216 if (!pWb35Rx->RxOwner[RxBufferId])
225 pWb35Rx->RxOwner[RxBufferId] = 1; /* Set the owner to hardware */
250 if (!pWb35Rx->RxOwner[RxBufferId]) {
319 pWb35Rx->RxOwner[i] = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/winbond/
H A Dwb35rx_s.h24 u8 RxOwner[ ((MAX_USB_RX_BUFFER_NUMBER+3) & ~0x03 ) ];//Ownership of buffer 0: SW 1:HW member in struct:wb35_rx
H A Dwb35rx.c88 if (pWb35Rx->RxOwner[RxBufferId]) /* Owner by VM */
146 pWb35Rx->RxOwner[RxBufferId] = 1;
184 pWb35Rx->RxOwner[RxBufferId] = 0; /* Set the owner to driver */
216 if (!pWb35Rx->RxOwner[RxBufferId])
225 pWb35Rx->RxOwner[RxBufferId] = 1; /* Set the owner to hardware */
250 if (!pWb35Rx->RxOwner[RxBufferId]) {
319 pWb35Rx->RxOwner[i] = 1;

Completed in 67 milliseconds