Searched refs:host_info (Results 1 – 4 of 4) sorted by relevance
64 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable74 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo()348 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
502 } host_info; member623 return priv->host_info.command_pos + offset; in atmel_co()628 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx()633 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()688 i < priv->host_info.tx_desc_count; in tx_done_irq()699 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()704 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()721 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()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()[all …]
73 static const char* host_info(struct Scsi_Host *host) in host_info() function545 .info = host_info,
66 static const char *host_info(struct Scsi_Host *host) in host_info() function221 .info = host_info,