Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c721 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff() local
726 if (bottom_free >= len) in find_tx_buff()
729 if (priv->tx_free_mem - bottom_free >= len) { in find_tx_buff()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A 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()

Completed in 14 milliseconds