Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c82 #define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct resp_desc)) macro
498 if (unlikely(cleared + len > RESPONSE_RING_SIZE)) { in typhoon_process_response()
499 wrap_len = cleared + len - RESPONSE_RING_SIZE; in typhoon_process_response()
500 len = RESPONSE_RING_SIZE - cleared; in typhoon_process_response()
1218 iface->respSize = cpu_to_le32(RESPONSE_RING_SIZE); in typhoon_init_interface()