Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c462 u16 tx_free_mem, tx_buff_head, tx_buff_tail; 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()
699 priv->tx_buff_head = 0; in tx_done_irq()
701 priv->tx_buff_head += msdu_size; in tx_done_irq()
3978 priv->tx_buff_head = 0; in reset_atmel_card()