Lines Matching defs:host_info
501 } host_info;
622 return priv->host_info.command_pos + offset;
627 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset;
632 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset;
687 i < priv->host_info.tx_desc_count;
698 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size))
703 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1))
720 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail;
726 return priv->host_info.tx_buff_pos + priv->tx_buff_tail;
730 return priv->host_info.tx_buff_pos;
790 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1))
1057 i < priv->host_info.rx_desc_count;
1147 if (priv->rx_desc_head < (priv->host_info.rx_desc_count - 1))
1413 priv->host_info.major_version,
1414 priv->host_info.minor_version,
1415 priv->host_info.build_version);
3570 struct host_info_struct *iface = &priv->host_info;
3961 priv->use_wpa = (priv->host_info.major_version == 4);
3962 priv->radio_on_broken = (priv->host_info.major_version == 5);
3973 priv->tx_desc_free = priv->host_info.tx_desc_count;
3977 priv->tx_free_mem = priv->host_info.tx_buff_size;