Lines Matching refs:cleared
489 u32 cleared; in typhoon_process_response() local
492 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
494 while(cleared != ready) { in typhoon_process_response()
495 resp = (struct resp_desc *)(base + cleared); in typhoon_process_response()
505 if(unlikely(cleared + len > RESPONSE_RING_SIZE)) { in typhoon_process_response()
506 wrap_len = cleared + len - RESPONSE_RING_SIZE; in typhoon_process_response()
507 len = RESPONSE_RING_SIZE - cleared; in typhoon_process_response()
532 typhoon_inc_resp_index(&cleared, count); in typhoon_process_response()
535 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
1630 volatile __le32 * cleared, int budget) in typhoon_rx() argument
1645 rxaddr = le32_to_cpu(*cleared); in typhoon_rx()
1700 *cleared = cpu_to_le32(rxaddr); in typhoon_rx()