Searched refs:host (Results 26 - 50 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_error.c40 * the host drivers that we are using may be loaded as modules, and
65 * These should *probably* be handled by the host itself.
183 if (SCpnt->host->hostt->eh_ordered_queue_tag) {
184 if ((*SCpnt->host->hostt->eh_ordered_queue_tag) (SCpnt)) {
190 if (SCpnt->host->can_queue) {
191 SCpnt->host->hostt->queuecommand(SCpnt, NULL);
202 SCpnt->host->in_recovery = 1;
203 SCpnt->host->host_failed++;
206 atomic_read(&SCpnt->host->host_active),
207 SCpnt->host
567 struct Scsi_Host *host; local
1201 scsi_restart_operations(struct Scsi_Host *host) argument
1268 scsi_unjam_host(struct Scsi_Host *host) argument
1724 struct Scsi_Host *host = (struct Scsi_Host *) data; local
[all...]
H A Dscsi_queue.c47 * 2) Insert into queue when host rejects command.
54 * 7) Don't send down any more commands if the host/device is busy.
72 * Notes: We do this for one of two cases. Either the host is busy
81 struct Scsi_Host *host; local
92 host = cmd->host;
95 * Next, set the appropriate busy bit for the device/host.
99 * Protect against race conditions. If the host isn't busy,
102 * assumption that every host can always queue at least one command.
103 * If a host i
[all...]
H A Daha1740.c65 #define HOSTDATA(host) ((struct aha1740_hostdata *) &host->hostdata)
75 struct aha1740_hostdata *host; local
85 host = HOSTDATA(shpnt);
89 shpnt->io_port, shpnt->irq, host->slot,
90 host->translation ? "en" : "dis");
227 panic("aha1740.c: Irq from unknown host!\n");
310 struct aha1740_hostdata *host = HOSTDATA(SCpnt->host); local
341 ecbno = host
509 struct aha1740_hostdata *host; local
[all...]
H A Dgvp11.c64 if (addr & HDATA(cmd->host)->dma_xfer_mask ||
67 HDATA(cmd->host)->dma_bounce_len = (cmd->SCp.this_residual + 511)
71 HDATA(cmd->host)->dma_bounce_buffer =
72 scsi_malloc (HDATA(cmd->host)->dma_bounce_len);
73 HDATA(cmd->host)->dma_buffer_pool = BUF_SCSI_ALLOCED;
76 if ( scsi_alloc_out_of_range || !HDATA(cmd->host)->dma_bounce_buffer) {
77 HDATA(cmd->host)->dma_bounce_buffer =
78 amiga_chip_alloc(HDATA(cmd->host)->dma_bounce_len,
81 if(!HDATA(cmd->host)->dma_bounce_buffer)
83 HDATA(cmd->host)
[all...]
H A Dqlogicisp.c126 /* host configuration and control registers */
127 #define HOST_HCCR 0xc0 /* host command and control */
156 #define DMA_CONF_DIR 0x0001 /* DMA direction (0=fifo->host 1=host->fifo) */
351 /* host control commands */
631 static inline u_short isp_inw(struct Scsi_Host *host, long offset) argument
633 struct isp1020_hostdata *h = (struct isp1020_hostdata *)host->hostdata;
637 return inw(host->io_port + offset);
640 static inline void isp_outw(u_short val, struct Scsi_Host *host, long offset) argument
642 struct isp1020_hostdata *h = (struct isp1020_hostdata *)host
649 isp1020_enable_irqs(struct Scsi_Host *host) argument
655 isp1020_disable_irqs(struct Scsi_Host *host) argument
664 struct Scsi_Host *host; local
747 isp1020_release(struct Scsi_Host *host) argument
768 isp1020_info(struct Scsi_Host *host) argument
802 struct Scsi_Host *host; local
984 struct Scsi_Host *host = dev_id; local
1172 struct Scsi_Host *host; local
1213 struct Scsi_Host *host; local
1263 isp1020_reset_hardware(struct Scsi_Host *host) argument
1485 isp1020_get_defaults(struct Scsi_Host *host) argument
1591 isp1020_verify_nvram(struct Scsi_Host *host) argument
1621 isp1020_read_nvram_word(struct Scsi_Host *host, u_short byte) argument
1651 isp1020_set_defaults(struct Scsi_Host *host) argument
1688 isp1020_load_parameters(struct Scsi_Host *host) argument
1717 isp_outw(isp_inw(host, DDMA_CONF) | DMA_CONF_BENAB, host, DDMA_CONF); local
1897 isp1020_mbox_command(struct Scsi_Host *host, u_short param[]) argument
[all...]
H A Dpluto.c1 /* pluto.c: SparcSTORAGE Array SCSI host adapter driver.
43 struct Scsi_Host host; member in struct:ctrl_inquiry
74 static void pluto_select_queue_depths(struct Scsi_Host *host, Scsi_Device *devlist) argument
79 if (device->host != host) continue;
128 struct Scsi_Host *host; local
136 /* If this is already registered to some other SCSI host, then it cannot be pluto */
149 host = &(fcs[i].host);
150 pluto = (struct pluto *)host
210 struct Scsi_Host *host; local
277 pluto_release(struct Scsi_Host *host) argument
291 pluto_info(struct Scsi_Host *host) argument
[all...]
H A D53c700.c35 * The 700 chip has no host bus interface logic of its own. However,
172 STATIC void NCR_700_chip_setup(struct Scsi_Host *host);
173 STATIC void NCR_700_chip_reset(struct Scsi_Host *host);
245 struct Scsi_Host *host; local
276 /* Fill in the missing routines from the host template */
295 if((host = scsi_register(tpnt, 4)) == NULL)
332 host->max_id = 7;
333 host->max_lun = NCR_700_MAX_LUNS;
334 host->unique_id = hostdata->base;
335 host
360 NCR_700_release(struct Scsi_Host *host) argument
399 NCR_700_data_residual(struct Scsi_Host *host) argument
722 NCR_700_internal_bus_reset(struct Scsi_Host *host) argument
732 NCR_700_chip_setup(struct Scsi_Host *host) argument
826 NCR_700_chip_reset(struct Scsi_Host *host) argument
854 process_extended_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, Scsi_Cmnd *SCp, __u32 dsp, __u32 dsps) argument
935 process_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, Scsi_Cmnd *SCp, __u32 dsp, __u32 dsps) argument
1017 process_script_interrupt(__u32 dsps, __u32 dsp, Scsi_Cmnd *SCp, struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata) argument
1329 process_selection(struct Scsi_Host *host, __u32 dsp) argument
1409 NCR_700_clear_fifo(struct Scsi_Host *host) argument
1420 NCR_700_flush_fifo(struct Scsi_Host *host) argument
1532 struct Scsi_Host *host = (struct Scsi_Host *)dev_id; local
1792 struct Scsi_Host *host = scsi_hostlist; local
[all...]
H A Dscsi_obsolete.c142 * given host adapter. It will attempt to abort the currently executing
166 printk("SCSI host %d abort (pid %ld) timed out - resetting\n",
167 SCpnt->host->host_no, SCpnt->pid);
176 printk("SCSI host %d channel %d reset (pid %ld) timed out - "
178 SCpnt->host->host_no, SCpnt->channel, SCpnt->pid);
190 printk("SCSI host %d reset (pid %ld) timed out - trying to shake it loose\n",
191 SCpnt->host->host_no, SCpnt->pid);
199 printk("SCSI host %d reset (pid %ld) timed out again -\n",
200 SCpnt->host->host_no, SCpnt->pid);
264 printk("scsi%d, channel%d : ", SCpnt->host
336 struct Scsi_Host *host = SCpnt->host; local
725 struct Scsi_Host *host = SCpnt->host; local
857 struct Scsi_Host *host = SCpnt->host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/lib/
H A Dlib_string2.c78 void lib_chop_filename(char *str,char **host,char **file) argument
82 *host = str;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Datalkprint24 # host=host host for printing
28 # host="host"
31 # :atalk_options= host="host" printer="lp"
47 /usr/bin/pap -p "$username:$printer@$host"
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dasus_ddns.h22 extern char *host;
46 extern int do_connect(int *sock, char *host, char *port);
H A Dexample-dhs.conf10 host=mydomain.whatever.com
H A Dexample-dyndns.conf11 host=mydomain.whatever.com
H A Dexample-easydns.conf10 host=mydomain.whatever.com
H A Dexample-gnudip.conf10 host=mydomain.whatever.com
H A Dexample-justlinux.conf10 host=mydomain.penguinpowered.com
H A Dexample-ods.conf10 host=mydomain.ods.org
H A Dexample-pgpow.conf10 host=mydomain.penguinpowered.com
H A Dexample-tzo.conf10 host=mydomain.whatever.com
/asus-wl-520gu-7.0.1.45/src/router/wanduck/
H A Dwget.c54 char *host = url, *path = "", auth[128], line[PATH_MAX]; local
69 host = url+7;
71 if((s = strchr(host, '/'))){
75 if((s = strchr(host, '@'))){
77 base64enc(host, auth, sizeof(auth));
78 host = s;
80 if((s = strchr(host, ':'))){
84 printf("host: %s!\n", host);
86 if((ul_hostip = inet_addr(host)) !
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnslookup.c93 static struct hostent *hostent_fprint(struct hostent *host) argument
95 if (host) {
96 printf("Name: %s\n", host->h_name);
97 addr_list_fprint(host->h_addr_list);
99 printf("*** Unknown host\n");
101 return host;
166 struct hostent *host; local
175 host = gethostbyaddr_wrapper(argv[1]);
177 host = gethostbyname(argv[1]);
179 hostent_fprint(host);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dsvcsubs.c142 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, int action) argument
164 if (host && lockhost != host)
186 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, int action) argument
193 if (nlmsvc_traverse_blocks(host, file, action)
194 || nlmsvc_traverse_shares(host, file, action))
197 return nlm_traverse_locks(host, file, action);
204 nlm_traverse_files(struct nlm_host *host, int action) argument
215 if (nlm_inspect_file(host, file, action)) {
277 nlmsvc_free_host_resources(struct nlm_host *host) argument
293 struct nlm_host *host; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/
H A Dgprinterdata18 host = string.replace(sys.argv[len(sys.argv) - 1], "/", "\\") variable
20 t = printerdata.printerdata_ex(host)
22 t = printerdata.printerdata(host)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dcmp.h24 struct cmp_pcr *cmp_register_opcr(struct hpsb_host *host, int plug,
29 void cmp_unregister_opcr(struct hpsb_host *host, struct cmp_pcr *plug);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Diph5526_scsi.h25 int iph5526_release(struct Scsi_Host *host);
27 const char *iph5526_info(struct Scsi_Host *host);

Completed in 1282 milliseconds

1234567891011>>