Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c482 u16 tx_buff_pos; member
699 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
727 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff()
731 return priv->host_info.tx_buff_pos; in find_tx_buff()
3650 iface->tx_buff_pos = le16_to_cpu(iface->tx_buff_pos); in atmel_wakeup_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A 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()
3645 iface->tx_buff_pos = le16_to_cpu(iface->tx_buff_pos); in atmel_wakeup_firmware()

Completed in 14 milliseconds