Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c720 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff() local
725 if (bottom_free >= len) in find_tx_buff()
728 if (priv->tx_free_mem - bottom_free >= len) { in find_tx_buff()