Searched refs:host_info (Results 1 – 5 of 5) sorted by relevance
57 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable73 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo()379 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
503 } host_info; member624 return priv->host_info.command_pos + offset; in atmel_co()629 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx()634 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()689 i < priv->host_info.tx_desc_count; in tx_done_irq()700 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()705 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()722 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()728 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff()732 return priv->host_info.tx_buff_pos; in find_tx_buff()[all …]
17 static const char* host_info(struct Scsi_Host *host) in host_info() function322 .info = host_info,
73 static const char* host_info(struct Scsi_Host *host) in host_info() function530 .info = host_info,
81 static const char *host_info(struct Scsi_Host *host) in host_info() function265 .info = host_info,