Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c481 u16 tx_buff_pos; member
698 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
726 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff()
730 return priv->host_info.tx_buff_pos; in find_tx_buff()
3649 iface->tx_buff_pos = le16_to_cpu(iface->tx_buff_pos); in atmel_wakeup_firmware()