Lines Matching defs:host_info
502 } host_info;
623 return priv->host_info.command_pos + offset;
628 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset;
633 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset;
688 i < priv->host_info.tx_desc_count;
699 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size))
704 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1))
721 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail;
727 return priv->host_info.tx_buff_pos + priv->tx_buff_tail;
731 return priv->host_info.tx_buff_pos;
791 if (priv->tx_desc_tail < (priv->host_info.tx_desc_count - 1))
1058 i < priv->host_info.rx_desc_count;
1148 if (priv->rx_desc_head < (priv->host_info.rx_desc_count - 1))
1414 priv->host_info.major_version,
1415 priv->host_info.minor_version,
1416 priv->host_info.build_version);
3575 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;