Lines Matching refs:host_info

501 	} host_info;  member
622 return priv->host_info.command_pos + offset; in atmel_co()
627 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx()
632 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()
687 i < priv->host_info.tx_desc_count; in tx_done_irq()
698 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
703 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()
720 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()
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()
790 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1)) in tx_update_descriptor()
1057 i < priv->host_info.rx_desc_count; in rx_done_irq()
1147 if (priv->rx_desc_head < (priv->host_info.rx_desc_count - 1)) in rx_done_irq()
1413 priv->host_info.major_version, in atmel_proc_show()
1414 priv->host_info.minor_version, in atmel_proc_show()
1415 priv->host_info.build_version); in atmel_proc_show()
3574 struct host_info_struct *iface = &priv->host_info; in atmel_wakeup_firmware()
3965 priv->use_wpa = (priv->host_info.major_version == 4); in reset_atmel_card()
3966 priv->radio_on_broken = (priv->host_info.major_version == 5); in reset_atmel_card()
3977 priv->tx_desc_free = priv->host_info.tx_desc_count; in reset_atmel_card()
3981 priv->tx_free_mem = priv->host_info.tx_buff_size; in reset_atmel_card()