Searched refs:RxOwner (Results 1 – 2 of 2) sorted by relevance
87 if (pWb35Rx->RxOwner[RxBufferId]) /* Owner by VM */ in Wb35Rx_indicate()142 pWb35Rx->RxOwner[RxBufferId] = 1; in Wb35Rx_indicate()180 pWb35Rx->RxOwner[RxBufferId] = 0; /* Set the owner to driver */ in Wb35Rx_Complete()210 if (!pWb35Rx->RxOwner[RxBufferId]) in Wb35Rx_Complete()219 pWb35Rx->RxOwner[RxBufferId] = 1; /* Set the owner to hardware */ in Wb35Rx_Complete()244 if (!pWb35Rx->RxOwner[RxBufferId]) { in Wb35Rx()311 pWb35Rx->RxOwner[i] = 1; in Wb35Rx_reset_descriptor()
24 u8 RxOwner[ ((MAX_USB_RX_BUFFER_NUMBER+3) & ~0x03 ) ];//Ownership of buffer 0: SW 1:HW member