Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/um/kernel/
Dum_arch.c57 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable
73 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo()
379 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
/linux-2.6.39/drivers/net/wireless/
Datmel.c503 } host_info; member
624 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 …]
/linux-2.6.39/drivers/staging/keucr/
Dscsiglue.c17 static const char* host_info(struct Scsi_Host *host) in host_info() function
322 .info = host_info,
/linux-2.6.39/drivers/usb/storage/
Dscsiglue.c73 static const char* host_info(struct Scsi_Host *host) in host_info() function
530 .info = host_info,
/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx.c81 static const char *host_info(struct Scsi_Host *host) in host_info() function
265 .info = host_info,