Searched refs:host (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/500gp/exinstall/usr/.giFT/ui/
H A Dui.conf16 host = 127.0.0.1
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dacornscsi.c200 static void acornscsi_done(AS_Host *host, Scsi_Cmnd **SCpntp, unsigned int result);
201 static int acornscsi_reconnect_finish(AS_Host *host);
202 static void acornscsi_dma_cleanup(AS_Host *host);
203 static void acornscsi_abortcmd(AS_Host *host, unsigned char tag);
250 void acornscsi_dumpdma(AS_Host *host, char *where) argument
254 mode = dmac_read(host->dma.io_port, MODECON);
255 addr = dmac_address(host->dma.io_port);
256 len = dmac_read(host->dma.io_port, TXCNTHI) << 8 |
257 dmac_read(host->dma.io_port, TXCNTLO);
260 host
274 acornscsi_sbic_xfcount(AS_Host *host) argument
286 acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg) argument
305 acornscsi_sbic_issuecmd(AS_Host *host, int command) argument
331 acornscsi_resetcard(AS_Host *host) argument
515 acornscsi_dumplogline(AS_Host *host, int target, int line) argument
562 acornscsi_dumplog(AS_Host *host, int target) argument
577 acornscsi_target(AS_Host *host) argument
714 acornscsi_kick(AS_Host *host) argument
807 acornscsi_done(AS_Host *host, Scsi_Cmnd **SCpntp, unsigned int result) argument
900 acornscsi_data_updateptr(AS_Host *host, Scsi_Pointer *SCp, unsigned int length) argument
929 acornscsi_data_read(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
974 acornscsi_data_write(AS_Host *host, char *ptr, unsigned int start_addr, unsigned int length) argument
1020 acornscsi_dma_stop(AS_Host *host) argument
1039 acornscsi_dma_setup(AS_Host *host, dmadir_t direction) argument
1100 acornscsi_dma_cleanup(AS_Host *host) argument
1158 acornscsi_dma_intr(AS_Host *host) argument
1225 acornscsi_dma_xfer(AS_Host *host) argument
1241 acornscsi_dma_adjust(AS_Host *host) argument
1282 acornscsi_write_pio(AS_Host *host, char *bytes, int *ptr, int len, unsigned int max_timeout) argument
1312 acornscsi_sendcommand(AS_Host *host) argument
1330 acornscsi_sendmessage(AS_Host *host) argument
1413 acornscsi_readstatusbyte(AS_Host *host) argument
1426 acornscsi_readmessagebyte(AS_Host *host) argument
1450 acornscsi_message(AS_Host *host) argument
1713 acornscsi_buildmessages(AS_Host *host) argument
1752 acornscsi_starttransfer(AS_Host *host) argument
1784 acornscsi_reconnect(AS_Host *host) argument
1844 acornscsi_reconnect_finish(AS_Host *host) argument
1903 acornscsi_disconnect_unexpected(AS_Host *host) argument
1921 acornscsi_abortcmd(AS_Host *host, unsigned char tag) argument
1947 acornscsi_sbicintr(AS_Host *host, int in_irq) argument
2441 AS_Host *host = (AS_Host *)dev_id; local
2493 AS_Host *host = (AS_Host *)SCpnt->host->hostdata; local
2585 acornscsi_do_abort(AS_Host *host, Scsi_Cmnd *SCpnt) argument
2680 AS_Host *host = (AS_Host *) SCpnt->host->hostdata; local
2767 AS_Host *host = (AS_Host *)SCpnt->host->hostdata; local
2822 acornscsi_host_init(AS_Host *host) argument
2837 AS_Host *host; local
2924 AS_Host *host = (AS_Host *)instance->hostdata; local
2959 acornscsi_info(struct Scsi_Host *host) argument
2989 AS_Host *host; local
[all...]
H A Dcumana_2.c139 /* Prototype: void cumanascsi_2_terminator_ctl(host, on_off)
141 * Params : host - card to turn on/off
145 cumanascsi_2_terminator_ctl(struct Scsi_Host *host, int on_off) argument
147 CumanaScsi2_Info *info = (CumanaScsi2_Info *)host->hostdata;
167 struct Scsi_Host *host = (struct Scsi_Host *)dev_id; local
169 fas216_intr(host);
172 /* Prototype: fasdmatype_t cumanascsi_2_dma_setup(host, SCpnt, direction, min_type)
174 * Params : host - host
181 cumanascsi_2_dma_setup(struct Scsi_Host *host, Scsi_Pointe argument
238 cumanascsi_2_dma_pseudo(struct Scsi_Host *host, Scsi_Pointer *SCp, fasdmadir_t direction, int transfer) argument
295 cumanascsi_2_dma_stop(struct Scsi_Host *host, Scsi_Pointer *SCp) argument
315 struct Scsi_Host *host; local
396 cumanascsi_2_release(struct Scsi_Host *host) argument
420 cumanascsi_2_info(struct Scsi_Host *host) argument
443 cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length) argument
483 struct Scsi_Host *host = scsi_hostlist; local
[all...]
H A Dpowertec.c134 /* Prototype: void powertecscsi_terminator_ctl(host, on_off)
136 * Params : host - card to turn on/off
140 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) argument
142 PowerTecScsi_Info *info = (PowerTecScsi_Info *)host->hostdata;
161 struct Scsi_Host *host = (struct Scsi_Host *)dev_id; local
163 fas216_intr(host);
166 /* Prototype: fasdmatype_t powertecscsi_dma_setup(host, SCpnt, direction, min_type)
168 * Params : host - host
175 powertecscsi_dma_setup(struct Scsi_Host *host, Scsi_Pointe argument
222 powertecscsi_dma_stop(struct Scsi_Host *host, Scsi_Pointer *SCp) argument
239 struct Scsi_Host *host; local
324 powertecscsi_release(struct Scsi_Host *host) argument
349 powertecscsi_info(struct Scsi_Host *host) argument
372 powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length) argument
412 struct Scsi_Host *host = scsi_hostlist; local
[all...]
H A Darxescsi.c66 * Function: int arxescsi_dma_setup(host, SCpnt, direction, min_type)
68 * Params : host - host
75 arxescsi_dma_setup(struct Scsi_Host *host, Scsi_Pointer *SCp, argument
150 * Function: int arxescsi_dma_pseudo(host, SCpnt, direction, transfer)
152 * Params : host - host
157 void arxescsi_dma_pseudo(struct Scsi_Host *host, Scsi_Pointer *SCp, argument
160 ARXEScsi_Info *info = (ARXEScsi_Info *)host->hostdata;
166 io = __ioaddr(host
243 arxescsi_dma_stop(struct Scsi_Host *host, Scsi_Pointer *SCp) argument
260 struct Scsi_Host *host; local
325 arxescsi_release(struct Scsi_Host *host) argument
346 arxescsi_info(struct Scsi_Host *host) argument
377 struct Scsi_Host *host = scsi_hostlist; local
[all...]
H A Deesox.c143 /* Prototype: void eesoxscsi_terminator_ctl(*host, on_off)
145 * Params : host - card to turn on/off
149 eesoxscsi_terminator_ctl(struct Scsi_Host *host, int on_off) argument
151 EESOXScsi_Info *info = (EESOXScsi_Info *)host->hostdata;
173 struct Scsi_Host *host = (struct Scsi_Host *)dev_id; local
175 fas216_intr(host);
178 /* Prototype: fasdmatype_t eesoxscsi_dma_setup(host, SCpnt, direction, min_type)
180 * Params : host - host
187 eesoxscsi_dma_setup(struct Scsi_Host *host, Scsi_Pointe argument
229 eesoxscsi_dma_pseudo(struct Scsi_Host *host, Scsi_Pointer *SCp, fasdmadir_t dir, int transfer_size) argument
323 eesoxscsi_dma_stop(struct Scsi_Host *host, Scsi_Pointer *SCp) argument
340 struct Scsi_Host *host; local
420 eesoxscsi_release(struct Scsi_Host *host) argument
444 eesoxscsi_info(struct Scsi_Host *host) argument
467 eesoxscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length) argument
507 struct Scsi_Host *host = scsi_hostlist; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dhost.c2 * linux/fs/lockd/host.c
59 * Match the given host against client/address
62 nlm_match_host(struct nlm_host *host, struct svc_client *clnt, argument
66 return host->h_exportent == clnt;
67 return nlm_cmp_addr(&host->h_addr, sin);
71 * Common host lookup routine for server & client
77 struct nlm_host *host, **hp; local
100 for (hp = &nlm_hosts[hash]; (host = *hp); hp = &host->h_next) {
101 if (proto && host
166 nlm_bind_host(struct nlm_host *host) argument
229 nlm_rebind_host(struct nlm_host *host) argument
241 nlm_get_host(struct nlm_host *host) argument
254 nlm_release_host(struct nlm_host *host) argument
269 struct nlm_host *host; local
308 struct nlm_host **q, *host; local
[all...]
H A Dclntlock.c51 nlmclnt_block(struct nlm_host *host, struct file_lock *fl, u32 *statp) argument
57 block.b_host = host;
65 pstate = host->h_state;
92 if (pstate == host->h_state && (err = nlmclnt_cancel(host, fl)) < 0)
135 void nlmclnt_mark_reclaim(struct nlm_host *host) argument
147 if (fl->fl_u.nfs_fl.host != host)
160 void nlmclnt_prepare_reclaim(struct nlm_host *host, u32 newstate) argument
162 host
176 nlmclnt_recovery(struct nlm_host *host, u32 newstate) argument
193 struct nlm_host *host = (struct nlm_host *) ptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dexample-dyns.conf10 host=myhost
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dcsr.c37 static void host_reset(struct hpsb_host *host) argument
39 host->csr.state &= 0x300;
41 host->csr.bus_manager_id = 0x3f;
42 host->csr.bandwidth_available = 4915;
43 host->csr.channels_available_hi = ~0;
44 host->csr.channels_available_lo = ~0;
46 host->csr.node_ids = host->node_id << 16;
48 if (!host->is_root) {
50 host
68 add_host(struct hpsb_host *host) argument
88 read_maps(struct hpsb_host *host, int nodeid, quadlet_t *buffer, u64 addr, unsigned int length) argument
113 read_regs(struct hpsb_host *host, int nodeid, quadlet_t *buf, u64 addr, unsigned int length) argument
223 write_regs(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data, u64 addr, unsigned int length) argument
301 lock_regs(struct hpsb_host *host, int nodeid, quadlet_t *store, u64 addr, quadlet_t data, quadlet_t arg, int extcode) argument
378 write_fcp(struct hpsb_host *host, int nodeid, int dest, quadlet_t *data, u64 addr, unsigned int length) argument
[all...]
H A Dhosts.c4 * Low level (host adapter) management.
47 * hpsb_ref_host - increase reference count for host controller.
48 * @host: the host controller
50 * Increase the reference count for the specified host controller.
51 * When holding a reference to a host, the memory allocated for the
52 * host struct will not be freed and the host is guaranteed to be in a
54 * be removed (PCMCIA), but the host struct will remain valid.
57 int hpsb_ref_host(struct hpsb_host *host) argument
86 hpsb_unref_host(struct hpsb_host *host) argument
149 hpsb_add_host(struct hpsb_host *host) argument
161 hpsb_remove_host(struct hpsb_host *host) argument
180 struct hpsb_host *host; local
[all...]
H A Dhighlevel.h39 /* New host initialized. Will also be called during
41 void (*add_host) (struct hpsb_host *host);
44 * hpsb_unregister_highlevel once for each host. */
45 void (*remove_host) (struct hpsb_host *host);
50 void (*host_reset) (struct hpsb_host *host);
55 * for channel/host combinations you did not request. */
56 void (*iso_receive) (struct hpsb_host *host, int channel,
63 void (*fcp_request) (struct hpsb_host *host, int nodeid, int direction,
77 int (*read) (struct hpsb_host *host, int nodeid, quadlet_t *buffer,
79 int (*write) (struct hpsb_host *host, in
[all...]
H A Dieee1394_transactions.c27 packet->header[1] = (packet->host->node_id << 16) | (addr >> 32); \
34 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
152 * @host: host to be used for transmission
170 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait) argument
177 down(&host->tlabel_count);
179 if (down_trylock(&host->tlabel_count)) return -1;
182 spin_lock_irqsave(&host->tlabel_lock, flags);
185 tlabel = host->tlabel_current;
186 if (tlabel < 32 && !(host
213 free_tlabel(struct hpsb_host *host, nodeid_t nodeid, int tlabel) argument
301 hpsb_read_trylocal(struct hpsb_host *host, nodeid_t node, u64 addr, quadlet_t *buffer, size_t length) argument
308 hpsb_make_readqpacket(struct hpsb_host *host, nodeid_t node, u64 addr) argument
324 hpsb_make_readbpacket(struct hpsb_host *host, nodeid_t node, u64 addr, size_t length) argument
340 hpsb_make_writeqpacket(struct hpsb_host *host, nodeid_t node, u64 addr, quadlet_t data) argument
357 hpsb_make_writebpacket(struct hpsb_host *host, nodeid_t node, u64 addr, size_t length) argument
378 hpsb_make_lockpacket(struct hpsb_host *host, nodeid_t node, u64 addr, int extcode) argument
403 hpsb_make_phypacket(struct hpsb_host *host, quadlet_t data) argument
418 hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation, u64 addr, quadlet_t *buffer, size_t length) argument
475 hpsb_make_packet(struct hpsb_host *host, nodeid_t node, u64 addr, quadlet_t *buffer, size_t length) argument
499 hpsb_write(struct hpsb_host *host, nodeid_t node, unsigned int generation, u64 addr, quadlet_t *buffer, size_t length) argument
544 hpsb_lock(struct hpsb_host *host, nodeid_t node, unsigned int generation, u64 addr, int extcode, quadlet_t *data, quadlet_t arg) argument
[all...]
H A Dieee1394_core.h18 /* This can be used for host driver internal linking. */
66 struct hpsb_host *host; member in struct:hpsb_packet
88 void abort_timedouts(struct hpsb_host *host);
89 void abort_requests(struct hpsb_host *host);
103 static inline unsigned int get_hpsb_generation(struct hpsb_host *host) argument
105 return atomic_read(&host->generation);
113 /* Initiate bus reset on the given host. Returns 1 if bus reset already in
115 int hpsb_reset_bus(struct hpsb_host *host, int type);
118 * The following functions are exported for host driver module usage. All of
126 int hpsb_bus_reset(struct hpsb_host *host);
[all...]
H A Dieee1394_core.c165 int hpsb_reset_bus(struct hpsb_host *host, int type) argument
167 if (!host->in_bus_reset) {
168 host->driver->devctl(host, RESET_BUS, type);
176 int hpsb_bus_reset(struct hpsb_host *host) argument
178 if (host->in_bus_reset) {
184 abort_requests(host);
185 host->in_bus_reset = 1;
186 host->irm_id = -1;
187 host
202 check_selfids(struct hpsb_host *host) argument
265 build_speed_map(struct hpsb_host *host, int nodecount) argument
339 hpsb_selfid_received(struct hpsb_host *host, quadlet_t sid) argument
352 hpsb_selfid_complete(struct hpsb_host *host, int phyid, int isroot) argument
394 hpsb_packet_sent(struct hpsb_host *host, struct hpsb_packet *packet, int ackcode) argument
442 struct hpsb_host *host = packet->host; local
484 handle_packet_response(struct hpsb_host *host, int tcode, quadlet_t *data, size_t size) argument
564 create_reply_packet(struct hpsb_host *host, quadlet_t *data, size_t dsize) argument
596 handle_incoming_packet(struct hpsb_host *host, int tcode, quadlet_t *data, size_t size, int write_acked) argument
710 hpsb_packet_received(struct hpsb_host *host, quadlet_t *data, size_t size, int write_acked) argument
759 abort_requests(struct hpsb_host *host) argument
782 abort_timedouts(struct hpsb_host *host) argument
[all...]
H A Dhosts.h39 nodeid_t node_id; /* node ID of this host */
87 /* Decrease host usage count if arg == 0, increase otherwise. Return
118 size_t (*get_rom) (struct hpsb_host *host, const quadlet_t **pointer);
128 int (*transmit_packet) (struct hpsb_host *host,
135 int (*devctl) (struct hpsb_host *host, enum devctl_cmd command, int arg);
144 quadlet_t (*hw_csr_reg) (struct hpsb_host *host, int reg,
158 * the host from going away (e.g. makes module unloading of the driver
160 * user). hpsb_ref_host() returns false if host could not be locked. If it is
161 * successful, host is valid as a pointer until hpsb_unref_host() (not just
164 int hpsb_ref_host(struct hpsb_host *host);
[all...]
H A Dieee1394_transactions.h30 int get_tlabel(struct hpsb_host *host, nodeid_t nodeid, int wait);
31 void free_tlabel(struct hpsb_host *host, nodeid_t nodeid, int tlabel);
33 struct hpsb_packet *hpsb_make_readqpacket(struct hpsb_host *host, nodeid_t node,
35 struct hpsb_packet *hpsb_make_readbpacket(struct hpsb_host *host, nodeid_t node,
37 struct hpsb_packet *hpsb_make_writeqpacket(struct hpsb_host *host,
40 struct hpsb_packet *hpsb_make_writebpacket(struct hpsb_host *host,
43 struct hpsb_packet *hpsb_make_lockpacket(struct hpsb_host *host, nodeid_t node,
45 struct hpsb_packet *hpsb_make_phypacket(struct hpsb_host *host,
70 int hpsb_read(struct hpsb_host *host, nodeid_t node, unsigned int generation,
72 int hpsb_write(struct hpsb_host *host, nodeid_
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/libcharset/tools/
H A Dall-locales7 host=`/bin/sh ../autoconf/config.guess`
8 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
9 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
10 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dreadstatus.h19 int Read_status_info( char *host, int sock,
H A Dlinksupport.h35 int Link_open(char *host, int timeout, struct sockaddr *bindto,
37 int Link_open_type(char *host, int timeout, int connection_type,
42 int Link_send( char *host, int *sock, int timeout,
44 int Link_copy( char *host, int *sock, int readtimeout, int writetimeout,
47 int Link_line_read(char *host, int *sock, int timeout,
49 int Link_line_peek(char *host, int *sock, int timeout,
51 int Link_read(char *host, int *sock, int timeout,
53 int Link_file_read(char *host, int *sock, int readtimeout, int writetimeout,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/python/samba/
H A Dprinterdata.py18 def __init__(self, host, creds = {}):
19 self.hnd = spoolss.openprinter(host, creds = creds)
33 def __init__(self, host):
34 self.host = host
48 def __init__(self, host, key):
49 self.hnd = spoolss.openprinter(host)
59 return self.printerdata_ex_subkey(self.host, key)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7,8xx.c50 * default setting on a given host adapter, call
130 * through the file system, buffer cache, driver stacks, SCSI host, and
132 * have a sufficiently fast host adapter.
137 * including drive and bus mastering host overhead is as high as 4.5ms)
153 * in the host code.
248 static void dump_events (struct Scsi_Host *host, int count);
249 static Scsi_Cmnd * return_outstanding_commands (struct Scsi_Host *host,
251 static void hard_reset (struct Scsi_Host *host);
252 static void ncr_scsi_reset (struct Scsi_Host *host);
253 static void print_lots (struct Scsi_Host *host);
518 issue_to_cmd(struct Scsi_Host *host, struct NCR53c7x0_hostdata *hostdata, u32 *issue) argument
652 NCR53c7x0_driver_init(struct Scsi_Host *host) argument
752 NCR53c7x0_init(struct Scsi_Host *host) argument
1467 NCR53c8x0_init_fixup(struct Scsi_Host *host) argument
1689 NCR53c8xx_run_tests(struct Scsi_Host *host) argument
1871 struct Scsi_Host *host = c->host; local
1986 struct Scsi_Host *host = c->host; local
2097 intr_break(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) argument
2176 set_synchronous(struct Scsi_Host *host, int target, int sxfer, int scntl3, int now_connected) argument
2253 asynchronous(struct Scsi_Host *host, int target) argument
2298 synchronous(struct Scsi_Host *host, int target, char *msg) argument
2357 NCR53c8x0_dstat_sir_intr(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) argument
2903 debugger_fn_bc(struct Scsi_Host *host, struct debugger_token *token, u32 args[]) argument
2932 debugger_fn_bl(struct Scsi_Host *host, struct debugger_token *token, u32 args[]) argument
2966 debugger_fn_bs(struct Scsi_Host *host, struct debugger_token *token, u32 args[]) argument
[all...]
H A D53c7xx.c92 * default setting on a given host adapter, call
153 * through the file system, buffer cache, driver stacks, SCSI host, and
155 * have a sufficiently fast host adapter.
160 * including drive and bus mastering host overhead is as high as 4.5ms)
176 * in the host code.
309 static void dump_events (struct Scsi_Host *host, int count);
310 static Scsi_Cmnd * return_outstanding_commands (struct Scsi_Host *host,
312 static void hard_reset (struct Scsi_Host *host);
313 static void ncr_scsi_reset (struct Scsi_Host *host);
314 static void print_lots (struct Scsi_Host *host);
604 issue_to_cmd(struct Scsi_Host *host, struct NCR53c7x0_hostdata *hostdata, u32 *issue) argument
662 NCR53c7x0_driver_init(struct Scsi_Host *host) argument
738 NCR53c7x0_init(struct Scsi_Host *host) argument
1220 NCR53c7x0_init_fixup(struct Scsi_Host *host) argument
1443 NCR53c7xx_run_tests(struct Scsi_Host *host) argument
1627 struct Scsi_Host *host = c->host; local
1723 struct Scsi_Host *host = c->host; local
1834 intr_break(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) argument
1916 set_synchronous(struct Scsi_Host *host, int target, int sxfer, int scntl3, int now_connected) argument
1991 asynchronous(struct Scsi_Host *host, int target) argument
2045 synchronous(struct Scsi_Host *host, int target, char *msg) argument
2103 NCR53c7x0_dstat_sir_intr(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) argument
2707 NCR53c7x0_soft_reset(struct Scsi_Host *host) argument
2842 struct Scsi_Host *host = cmd->host; local
2940 struct Scsi_Host *host = cmd->host; local
3306 struct Scsi_Host *host = cmd->host; local
3417 to_schedule_list(struct Scsi_Host *host, struct NCR53c7x0_hostdata *hostdata, struct NCR53c7x0_cmd *cmd) argument
3507 busyp(struct Scsi_Host *host, struct NCR53c7x0_hostdata *hostdata, Scsi_Cmnd *cmd) argument
3532 struct Scsi_Host *host; local
3621 intr_scsi(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) argument
3795 struct Scsi_Host *host = first_host; local
3831 NCR53c7x0_intfly(struct Scsi_Host *host) argument
3936 struct Scsi_Host *host; /* Host we are looking at */ local
4053 abort_connected(struct Scsi_Host *host) argument
[all...]
H A Dsim710.c76 * o 'debug:' should be per host really.
171 host->host_no, cmd->result)); \
272 static int full_reset(struct Scsi_Host * host);
276 * Function : static void ncr_dump (struct Scsi_Host *host)
280 * Inputs : host - pointer to this host adapter's structure
284 ncr_dump (struct Scsi_Host *host) argument
288 host->hostdata[0];
292 printk("scsi%d: Chip register contents:\n", host->host_no);
425 * Function : static int ncr_halt (struct Scsi_Host *host)
435 ncr_halt(struct Scsi_Host *host) argument
513 sim710_soft_reset(struct Scsi_Host *host) argument
573 sim710_driver_init(struct Scsi_Host *host) argument
612 handle_sdtr(struct Scsi_Host * host, Scsi_Cmnd * cmd, u32 resa, u32 resb) argument
650 datapath_residual(struct Scsi_Host *host) argument
679 handle_idd(struct Scsi_Host * host, Scsi_Cmnd * cmd) argument
724 handle_phase_mismatch(struct Scsi_Host * host, Scsi_Cmnd * cmd) argument
845 handle_script_int(struct Scsi_Host * host, Scsi_Cmnd * cmd) argument
941 struct Scsi_Host * host = (struct Scsi_Host *)dev_id; local
1092 struct Scsi_Host *host = cmd->host; local
1289 struct Scsi_Host *host = cmd->host; local
1350 struct Scsi_Host * host = NULL; local
1630 struct Scsi_Host * host = cmd->host; local
1644 struct Scsi_Host * host = SCpnt->host; local
1658 struct Scsi_Host * host = SCpnt->host; local
1665 full_reset(struct Scsi_Host * host) argument
1728 struct Scsi_Host * host = SCpnt->host; local
1738 sim710_release(struct Scsi_Host *host) argument
[all...]
H A Dwd7000.c14 * Rewritten to support multiple host adapters.
74 * visible to the host CPU is defined effectively by the Z80's
77 * on-board BIOS is of no interest whatsoever.) The host CPU has
177 * more commands, while ICMBs are used by the host adapter per command.
390 * - mb and scbs are required for interfacing with the host adapter.
395 * - An icb is for host-only (non-SCSI) commands. ICBs are 16 bytes each;
438 Adapter *host; /* host adapter */ member in struct:scb
443 * This driver is written to allow host-only commands to be executed.
564 * The SCBs declared here are shared by all host adapter
749 wd7000_enable_intr(Adapter *host) argument
756 wd7000_enable_dma(Adapter *host) argument
796 command_out(Adapter * host, unchar * cmd, int len) argument
918 mail_out(Adapter *host, Scb *scbptr) argument
1052 Adapter *host = (Adapter *) wd7000_host[irq - IRQ_MIN]->hostdata; /* This MUST be set!!! */ local
1157 Adapter *host = (Adapter *) SCpnt->host->hostdata; local
1216 wd7000_diagnostics(Adapter *host, int code) argument
1250 wd7000_init(Adapter *host) argument
1337 wd7000_revision(Adapter *host) argument
1360 wd7000_set_info(char *buffer, int length, struct Scsi_Host *host) argument
1384 struct Scsi_Host *host = NULL; local
1518 Adapter *host = NULL; local
1703 Adapter *host = (Adapter *) SCpnt->host->hostdata; local
[all...]

Completed in 144 milliseconds

1234567891011>>