Searched refs:RESPONSE_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
71 #define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct resp_desc)) macro507 if(unlikely(cleared + len > RESPONSE_RING_SIZE)) { in typhoon_process_response()508 wrap_len = cleared + len - RESPONSE_RING_SIZE; in typhoon_process_response()509 len = RESPONSE_RING_SIZE - cleared; in typhoon_process_response()1309 iface->respSize = cpu_to_le32(RESPONSE_RING_SIZE); in typhoon_init_interface()