Home
last modified time | relevance | path

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

/drivers/ieee1394/
Draw1394.c188 struct host_info *hi; in add_host()
207 static struct host_info *find_host_info(struct hpsb_host *host) in find_host_info()
209 struct host_info *hi; in find_host_info()
220 struct host_info *hi; in remove_host()
252 struct host_info *hi; in host_reset()
290 struct host_info *hi; in fcp_request()
525 struct host_info *hi; in state_initialized()
853 struct host_info *hi; in arm_read()
1007 struct host_info *hi; in arm_write()
1143 struct host_info *hi; in arm_lock()
[all …]
Draw1394-private.h75 struct host_info { struct
Dnodemgr.c143 struct host_info { struct
1821 struct host_info *hi; in nodemgr_add_host()
1839 struct host_info *hi = hpsb_get_hostinfo(&nodemgr_highlevel, host); in nodemgr_host_reset()
1849 struct host_info *hi = hpsb_get_hostinfo(&nodemgr_highlevel, host); in nodemgr_remove_host()
/drivers/net/wireless/
Datmel.c487 } host_info; member
608 return priv->host_info.command_pos + offset; in atmel_co()
613 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx()
618 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()
673 i < priv->host_info.tx_desc_count; in tx_done_irq()
684 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq()
689 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq()
706 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff()
712 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff()
716 return priv->host_info.tx_buff_pos; in find_tx_buff()
[all …]
/drivers/usb/storage/
Dscsiglue.c74 static const char* host_info(struct Scsi_Host *host) in host_info() function
514 .info = host_info,