Home
last modified time | relevance | path

Searched refs:RESPONSE_RING_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/ !
Dtyphoon.c71 #define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct resp_desc)) macro
507 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()