Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c79 #define RESPONSE_ENTRIES 32 macro
82 #define RESPONSE_RING_SIZE (RESPONSE_ENTRIES * sizeof(struct resp_desc))
243 struct resp_desc resp[RESPONSE_ENTRIES] __3xp_aligned;
348 typhoon_inc_index(index, count, RESPONSE_ENTRIES); in typhoon_inc_resp_index()
559 return typhoon_num_free(respReady, respCleared, RESPONSE_ENTRIES); in typhoon_num_free_resp()