Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c534 typhoon_num_free(int lastWrite, int lastRead, int ringSize) in typhoon_num_free() argument
541 return (ringSize + lastRead - lastWrite - 1) % ringSize; in typhoon_num_free()