Searched refs:fc (Results 1 - 25 of 154) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop.c57 struct flexcop_device *fc = dvbdmxfeed->demux->priv; local
58 return flexcop_pid_feed_control(fc,dvbdmxfeed,1);
63 struct flexcop_device *fc = dvbdmxfeed->demux->priv; local
64 return flexcop_pid_feed_control(fc,dvbdmxfeed,0);
67 static int flexcop_dvb_init(struct flexcop_device *fc) argument
70 if ((ret = dvb_register_adapter(&fc->dvb_adapter,"FlexCop Digital TV device",fc->owner,fc->dev)) < 0) {
74 fc->dvb_adapter.priv = fc;
134 flexcop_dvb_exit(struct flexcop_device *fc) argument
153 flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len) argument
159 flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) argument
165 flexcop_reset(struct flexcop_device *fc) argument
198 flexcop_reset_block_300(struct flexcop_device *fc) argument
220 struct flexcop_device *fc = kzalloc(sizeof(struct flexcop_device), GFP_KERNEL); local
239 flexcop_device_kfree(struct flexcop_device *fc) argument
246 flexcop_device_initialize(struct flexcop_device *fc) argument
287 flexcop_device_exit(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-hw-filter.c10 static void flexcop_rcv_data_ctrl(struct flexcop_device *fc, int onoff) argument
17 void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) argument
22 static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) argument
27 void flexcop_set_mac_filter(struct flexcop_device *fc, u8 mac[6]) argument
30 v41c = fc->read_ibi_reg(fc,mac_address_41c);
39 fc->write_ibi_reg(fc,mac_address_418,v418);
40 fc->write_ibi_reg(fc,mac_address_41
43 flexcop_mac_filter_ctrl(struct flexcop_device *fc, int onoff) argument
48 flexcop_pid_group_filter(struct flexcop_device *fc, u16 pid, u16 mask) argument
57 flexcop_pid_group_filter_ctrl(struct flexcop_device *fc, int onoff) argument
77 flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
82 flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
87 flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
92 flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
97 flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
102 flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
107 flexcop_pid_control(struct flexcop_device *fc, int index, u16 pid,int onoff) argument
141 flexcop_toggle_fullts_streaming(struct flexcop_device *fc,int onoff) argument
152 flexcop_pid_feed_control(struct flexcop_device *fc, struct dvb_demux_feed *dvbdmxfeed, int onoff) argument
196 flexcop_hw_filter_init(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-sram.c10 static void flexcop_sram_set_chip (struct flexcop_device *fc, flexcop_sram_type_t type) argument
15 int flexcop_sram_init(struct flexcop_device *fc) argument
17 switch (fc->rev) {
20 flexcop_sram_set_chip(fc,FC_SRAM_1_32KB);
23 flexcop_sram_set_chip(fc,FC_SRAM_1_48KB);
31 int flexcop_sram_set_dest(struct flexcop_device *fc, flexcop_sram_dest_t dest, flexcop_sram_dest_target_t target) argument
35 v = fc->read_ibi_reg(fc,sram_dest_reg_714);
37 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
53 fc
60 flexcop_wan_set_speed(struct flexcop_device *fc, flexcop_wan_speed_t s) argument
66 flexcop_sram_ctrl(struct flexcop_device *fc, int usb_wan, int sramdma, int maximumfill) argument
[all...]
H A Dflexcop-misc.c10 void flexcop_determine_revision(struct flexcop_device *fc) argument
12 flexcop_ibi_value v = fc->read_ibi_reg(fc,misc_204);
17 fc->rev = FLEXCOP_II;
21 fc->rev = FLEXCOP_IIB;
25 fc->rev = FLEXCOP_III;
32 if ((fc->has_32_hw_pid_filter = v.misc_204.Rev_N_sig_caps))
62 void flexcop_device_name(struct flexcop_device *fc,const char *prefix,const argument
66 flexcop_device_names[fc->dev_type],flexcop_bus_names[fc
70 flexcop_dump_reg(struct flexcop_device *fc, flexcop_ibi_register reg, int num) argument
[all...]
H A Dflexcop-i2c.c12 static int flexcop_i2c_operation(struct flexcop_device *fc, flexcop_ibi_value *r100) argument
20 fc->write_ibi_reg(fc, tw_sm_c_100, ibi_zero);
21 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */
24 r = fc->read_ibi_reg(fc, tw_sm_c_100);
41 static int flexcop_i2c_read4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) argument
47 if ((ret = flexcop_i2c_operation(fc,&r100)) != 0) {
54 if ((ret = flexcop_i2c_operation(fc,
75 flexcop_i2c_write4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) argument
95 flexcop_i2c_request(struct flexcop_device *fc, flexcop_access_op_t op, flexcop_i2c_port_t port, u8 chipaddr, u8 addr, u8 *buf, u16 len) argument
135 struct flexcop_device *fc = i2c_get_adapdata(i2c_adap); local
179 flexcop_i2c_init(struct flexcop_device *fc) argument
203 flexcop_i2c_exit(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-dma.c40 int flexcop_dma_config(struct flexcop_device *fc, argument
52 fc->write_ibi_reg(fc,dma1_000,v0x0);
53 fc->write_ibi_reg(fc,dma1_004,v0x4);
54 fc->write_ibi_reg(fc,dma1_00c,v0xc);
56 fc->write_ibi_reg(fc,dma2_010,v0x0);
57 fc
69 flexcop_dma_xfer_control(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index, int onoff) argument
109 flexcop_dma_remap(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, int onoff) argument
121 flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
138 flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
156 flexcop_dma_config_timer(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, u8 cycles) argument
[all...]
H A Dflexcop-common.h93 int (*get_mac_addr) (struct flexcop_device *fc, int extended);
101 void flexcop_pass_dmx_data(struct flexcop_device *fc, u8 *buf, u32 len);
102 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
108 void flexcop_device_exit(struct flexcop_device *fc);
110 void flexcop_reset_block_300(struct flexcop_device *fc);
116 int flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff);
117 int flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff);
118 int flexcop_dma_config(struct flexcop_device *fc, struct flexcop_dma *dma, flexcop_dma_index_t dma_idx);
119 int flexcop_dma_xfer_control(struct flexcop_device *fc, flexcop_dma_index_t dma_idx, flexcop_dma_addr_index_t index, int onoff);
120 int flexcop_dma_config_timer(struct flexcop_device *fc, flexcop_dma_index_
[all...]
H A Dflexcop-eeprom.c20 static int flexcop_eeprom_request(struct flexcop_device *fc, flexcop_access_op_t op, u16 addr, u8 *buf, u16 len, int retries) argument
25 if ((ret = fc->i2c_request(fc,op,FC_I2C_PORT_EEPROM,chipaddr,addr & 0xff,buf,len)) == 0)
30 static int flexcop_eeprom_lrc_read(struct flexcop_device *fc, u16 addr, u8 *buf, u16 len, int retries) argument
32 int ret = flexcop_eeprom_request(fc,FC_READ,addr,buf,len,retries);
42 int flexcop_eeprom_check_mac_addr(struct flexcop_device *fc, int extended) argument
47 if ((ret = flexcop_eeprom_lrc_read(fc,0x3f8,buf,8,4)) == 0) {
51 /* memcpy(fc->dvb_adapter.proposed_mac,buf,3);
54 memcpy(&fc->dvb_adapter.proposed_mac[3],&buf[5],3); */
56 memcpy(fc
[all...]
H A Dflexcop-fe-tuner.c23 struct flexcop_device *fc = fe->dvb->priv; local
27 v = fc->read_ibi_reg(fc, misc_204);
44 return fc->write_ibi_reg(fc, misc_204, v);
49 struct flexcop_device *fc = fe->dvb->priv; local
50 /* flexcop_ibi_value v = fc->read_ibi_reg(fc,misc_204); */
52 if (fc->fe_sleep)
53 return fc
64 struct flexcop_device *fc = fe->dvb->priv; local
174 struct flexcop_device *fc = fe->dvb->priv; local
301 struct flexcop_device *fc = fe->dvb->priv; local
326 struct flexcop_device *fc = fe->dvb->priv; local
353 struct flexcop_device *fc = fe->dvb->priv; local
476 flexcop_frontend_init(struct flexcop_device *fc) argument
556 flexcop_frontend_exit(struct flexcop_device *fc) argument
[all...]
H A Dflexcop-pci.c73 static flexcop_ibi_value flexcop_pci_read_ibi_reg (struct flexcop_device *fc, flexcop_ibi_register r) argument
75 struct flexcop_pci *fc_pci = fc->bus_specific;
87 static int flexcop_pci_write_ibi_reg(struct flexcop_device *fc, flexcop_ibi_register r, flexcop_ibi_value v) argument
89 struct flexcop_pci *fc_pci = fc->bus_specific;
104 struct flexcop_device *fc = fc_pci->fc_dev; local
106 flexcop_ibi_value v = fc->read_ibi_reg(fc,sram_dest_reg_714);
129 struct flexcop_device *fc = fc_pci->fc_dev; local
136 v = fc->read_ibi_reg(fc,irq_20
203 flexcop_pci_stream_control(struct flexcop_device *fc, int onoff) argument
332 struct flexcop_device *fc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.c0 /* fc.c: Generic Fibre Channel and FC4 SCSI driver.
45 #define fc_printk printk ("%s: ", fc->name); printk
78 static void fcp_scsi_insert_queue (fc_channel *fc, fcp_cmnd *fcmd) argument
80 if (!fc->scsi_que) {
81 fc->scsi_que = fcmd;
85 fc->scsi_que->prev->next = fcmd;
86 fcmd->prev = fc->scsi_que->prev;
87 fc->scsi_que->prev = fcmd;
88 fcmd->next = fc->scsi_que;
92 static void fcp_scsi_remove_queue (fc_channel *fc, fcp_cmn argument
146 fcp_login_done(fc_channel *fc, int i, int status) argument
243 fcp_report_map_done(fc_channel *fc, int i, int status) argument
334 fcp_register(fc_channel *fc, u8 type, int unregister) argument
371 fcp_scsi_receive(fc_channel *fc, int token, int status, fc_hdr *fch) argument
451 fcp_receive_solicited(fc_channel *fc, int proto, int token, int status, fc_hdr *fch) argument
508 fcp_state_change(fc_channel *fc, int state) argument
521 fc_channel *fc; local
649 fc_channel *fc; local
698 fc_channel *fc; local
722 fc_channel *fc; local
754 fcp_scsi_queue_it(fc_channel *fc, struct scsi_cmnd *SCpnt, fcp_cmnd *fcmd, int prepare) argument
833 fc_channel *fc = FC_SCMND(SCpnt); local
853 fcp_queue_empty(fc_channel *fc) argument
870 fc_channel *fc = FC_SCMND(SCpnt); local
912 fc_channel *fc = FC_SCMND(SCpnt); local
943 fcp_els_queue_it(fc_channel *fc, fcp_cmnd *fcmd) argument
955 fc_do_els(fc_channel *fc, unsigned int alpa, void *data, int len) argument
1011 fc_do_plogi(fc_channel *fc, unsigned char alpa, fc_wwn *node, fc_wwn *nport) argument
1045 fc_do_prli(fc_channel *fc, unsigned char alpa) argument
[all...]
H A Dfcp_impl.h13 #include "fc.h"
15 #include "fc-al.h"
57 struct _fc_channel *fc; member in struct:fcp_cmnd
151 #define for_each_fc_channel(fc) \
152 for (fc = fc_channels; fc; fc = fc->next)
154 #define for_each_online_fc_channel(fc) \
155 for_each_fc_channel(fc) \
[all...]
H A Dsoc.c81 static void soc_reset(fc_channel *fc) argument
83 soc_port *port = (soc_port *)fc;
110 fc_channel *fc; local
123 fc = (fc_channel *)(&s->port[(token >> 11) & 1]);
126 fcp_receive_solicited(fc, token >> 12,
135 fcp_receive_solicited(fc, token >> 12,
172 if (s->port[s->curr_port].fc.state != FC_STATE_OFFLINE) {
179 if (s->port[1 - s->curr_port].fc.state != FC_STATE_OFFLINE)
190 fc_channel *fc; local
206 fc
354 soc_hw_enque(fc_channel *fc, fcp_cmnd *fcmd) argument
[all...]
H A Dsocal.c110 static void socal_reset(fc_channel *fc) argument
112 socal_port *port = (socal_port *)fc;
138 fc_channel *fc; local
153 fc = (fc_channel *)(&s->port[(token >> 11) & 1]);
157 fcp_receive_solicited(fc, token >> 12,
165 fcp_receive_solicited(fc, token >> 12,
199 if (s->port[s->curr_port].fc.state != FC_STATE_OFFLINE) {
206 if (s->port[1 - s->curr_port].fc.state != FC_STATE_OFFLINE)
217 fc_channel *fc; local
233 fc
393 socal_hw_enque(fc_channel *fc, fcp_cmnd *fcmd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddev.c87 struct fuse_req *fuse_get_req(struct fuse_conn *fc) argument
94 atomic_inc(&fc->num_waiting);
96 intr = wait_event_interruptible(fc->blocked_waitq, !fc->blocked);
103 if (!fc->connected)
116 atomic_dec(&fc->num_waiting);
125 static struct fuse_req *get_reserved_req(struct fuse_conn *fc, argument
132 wait_event(fc->blocked_waitq, ff->reserved_req);
133 spin_lock(&fc->lock);
140 spin_unlock(&fc
149 put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) argument
176 fuse_get_req_nofail(struct fuse_conn *fc, struct file *file) argument
191 fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) argument
241 wait_answer_interruptible(struct fuse_conn *fc, struct fuse_req *req) argument
252 queue_interrupt(struct fuse_conn *fc, struct fuse_req *req) argument
260 request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) argument
329 fuse_get_unique(struct fuse_conn *fc) argument
339 queue_request(struct fuse_conn *fc, struct fuse_req *req) argument
354 request_send(struct fuse_conn *fc, struct fuse_req *req) argument
373 request_send_nowait(struct fuse_conn *fc, struct fuse_req *req) argument
390 request_send_noreply(struct fuse_conn *fc, struct fuse_req *req) argument
396 request_send_background(struct fuse_conn *fc, struct fuse_req *req) argument
407 lock_request(struct fuse_conn *fc, struct fuse_req *req) argument
426 unlock_request(struct fuse_conn *fc, struct fuse_req *req) argument
438 struct fuse_conn *fc; member in struct:fuse_copy_state
451 fuse_copy_init(struct fuse_copy_state *cs, struct fuse_conn *fc, int write, struct fuse_req *req, const struct iovec *iov, unsigned long nr_segs) argument
610 request_pending(struct fuse_conn *fc) argument
616 request_wait(struct fuse_conn *fc) argument
692 struct fuse_conn *fc = fuse_get_conn(file); local
766 request_find(struct fuse_conn *fc, u64 unique) argument
817 struct fuse_conn *fc = fuse_get_conn(iocb->ki_filp); local
896 struct fuse_conn *fc = fuse_get_conn(file); local
917 end_requests(struct fuse_conn *fc, struct list_head *head) argument
939 end_io_requests(struct fuse_conn *fc) argument
982 fuse_abort_conn(struct fuse_conn *fc) argument
1000 struct fuse_conn *fc = fuse_get_conn(file); local
1016 struct fuse_conn *fc = fuse_get_conn(file); local
[all...]
H A Dcontrol.c24 struct fuse_conn *fc; local
26 fc = file->f_path.dentry->d_inode->i_private;
27 if (fc)
28 fc = fuse_conn_get(fc);
30 return fc;
36 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); local
37 if (fc) {
38 fuse_abort_conn(fc);
39 fuse_conn_put(fc);
51 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); local
72 fuse_ctl_add_dentry(struct dentry *parent, struct fuse_conn *fc, const char *name, int mode, int nlink, const struct inode_operations *iop, const struct file_operations *fop) argument
110 fuse_ctl_add_conn(struct fuse_conn *fc) argument
144 fuse_ctl_remove_conn(struct fuse_conn *fc) argument
163 struct fuse_conn *fc; local
196 struct fuse_conn *fc; local
[all...]
H A Dinode.c81 void fuse_send_forget(struct fuse_conn *fc, struct fuse_req *req, argument
91 request_send_noreply(fc, req);
97 struct fuse_conn *fc = get_fuse_conn(inode); local
99 fuse_send_forget(fc, fi->forget_req, fi->nodeid, fi->nlookup);
114 struct fuse_conn *fc = get_fuse_conn(inode); local
123 spin_lock(&fc->lock);
125 spin_unlock(&fc->lock);
176 struct fuse_conn *fc = get_fuse_conn_super(sb); local
186 inode->i_data.backing_dev_info = &fc->bdi;
197 spin_lock(&fc
210 fuse_send_destroy(struct fuse_conn *fc) argument
224 struct fuse_conn *fc = get_fuse_conn_super(sb); local
259 struct fuse_conn *fc = get_fuse_conn_super(sb); local
388 struct fuse_conn *fc = get_fuse_conn_super(mnt->mnt_sb); local
403 struct fuse_conn *fc; local
426 fuse_conn_put(struct fuse_conn *fc) argument
436 fuse_conn_get(struct fuse_conn *fc) argument
465 process_init_reply(struct fuse_conn *fc, struct fuse_req *req) argument
495 fuse_send_init(struct fuse_conn *fc, struct fuse_req *req) argument
526 struct fuse_conn *fc; local
[all...]
H A Ddir.c139 struct fuse_conn *fc; local
148 fc = get_fuse_conn(inode);
149 req = fuse_get_req(fc);
153 forget_req = fuse_get_req(fc);
155 fuse_put_request(fc, req);
161 request_send(fc, req);
164 fuse_put_request(fc, req);
171 fuse_send_forget(fc, forget_req,
175 spin_lock(&fc->lock);
177 spin_unlock(&fc
228 struct fuse_conn *fc = get_fuse_conn(dir); local
288 fuse_sync_release(struct fuse_conn *fc, struct fuse_file *ff, u64 nodeid, int flags) argument
310 struct fuse_conn *fc = get_fuse_conn(dir); local
399 create_new_entry(struct fuse_conn *fc, struct fuse_req *req, struct inode *dir, struct dentry *entry, int mode) argument
468 struct fuse_conn *fc = get_fuse_conn(dir); local
500 struct fuse_conn *fc = get_fuse_conn(dir); local
519 struct fuse_conn *fc = get_fuse_conn(dir); local
537 struct fuse_conn *fc = get_fuse_conn(dir); local
568 struct fuse_conn *fc = get_fuse_conn(dir); local
595 struct fuse_conn *fc = get_fuse_conn(olddir); local
642 struct fuse_conn *fc = get_fuse_conn(inode); local
671 struct fuse_conn *fc = get_fuse_conn(inode); local
711 fuse_allow_task(struct fuse_conn *fc, struct task_struct *task) argument
740 struct fuse_conn *fc = get_fuse_conn(inode); local
753 struct fuse_conn *fc = get_fuse_conn(inode); local
797 struct fuse_conn *fc = get_fuse_conn(inode); local
861 struct fuse_conn *fc = get_fuse_conn(inode); local
895 struct fuse_conn *fc = get_fuse_conn(inode); local
985 struct fuse_conn *fc = get_fuse_conn(inode); local
1011 struct fuse_conn *fc = get_fuse_conn(inode); local
1086 struct fuse_conn *fc = get_fuse_conn(inode); local
1124 struct fuse_conn *fc = get_fuse_conn(inode); local
1173 struct fuse_conn *fc = get_fuse_conn(inode); local
1220 struct fuse_conn *fc = get_fuse_conn(inode); local
[all...]
H A Dfile.c21 struct fuse_conn *fc = get_fuse_conn(inode); local
26 req = fuse_get_req(fc);
40 request_send(fc, req);
42 fuse_put_request(fc, req);
138 struct fuse_conn *fc = get_fuse_conn(inode); local
147 request_send_background(fc, req);
168 static u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id) argument
170 u32 *k = fc->scramble_key;
189 struct fuse_conn *fc = get_fuse_conn(inode); local
198 if (fc
225 struct fuse_conn *fc = get_fuse_conn(inode); local
290 struct fuse_conn *fc = get_fuse_conn(inode); local
299 struct fuse_conn *fc = get_fuse_conn(inode); local
326 fuse_readpages_end(struct fuse_conn *fc, struct fuse_req *req) argument
346 struct fuse_conn *fc = get_fuse_conn(inode); local
373 struct fuse_conn *fc = get_fuse_conn(inode); local
395 struct fuse_conn *fc = get_fuse_conn(inode); local
424 struct fuse_conn *fc = get_fuse_conn(inode); local
461 struct fuse_conn *fc = get_fuse_conn(inode); local
536 struct fuse_conn *fc = get_fuse_conn(inode); local
667 struct fuse_conn *fc = get_fuse_conn(inode); local
687 struct fuse_conn *fc = get_fuse_conn(inode); local
712 struct fuse_conn *fc = get_fuse_conn(inode); local
739 struct fuse_conn *fc = get_fuse_conn(inode); local
760 struct fuse_conn *fc = get_fuse_conn(inode); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dfcprint.c148 v9fs_printfcall(char *buf, int buflen, struct v9fs_fcall *fc, int extended) argument
152 if (!fc)
155 type = fc->id;
156 tag = fc->tag;
163 fc->params.tversion.msize, fc->params.tversion.version.len,
164 fc->params.tversion.version.str);
170 fc->params.rversion.msize, fc->params.rversion.version.len,
171 fc
[all...]
H A Dconv.c492 struct v9fs_fcall *fc; local
495 fc = kmalloc(sizeof(struct v9fs_fcall) + size, GFP_KERNEL);
496 if (!fc)
499 fc->sdata = (char *)fc + sizeof(*fc);
501 buf_init(bufp, (char *)fc->sdata, size);
502 v9fs_put_int32(bufp, size, &fc->size);
503 v9fs_put_int8(bufp, id, &fc->id);
504 v9fs_put_int16(bufp, V9FS_NOTAG, &fc
509 v9fs_set_tag(struct v9fs_fcall *fc, u16 tag) argument
518 struct v9fs_fcall *fc; local
543 struct v9fs_fcall *fc; local
564 struct v9fs_fcall *fc; local
587 struct v9fs_fcall *fc; local
623 struct v9fs_fcall *fc; local
647 struct v9fs_fcall *fc; local
679 struct v9fs_fcall *fc; local
704 struct v9fs_fcall *fc; local
733 struct v9fs_fcall *fc; local
755 struct v9fs_fcall *fc; local
777 struct v9fs_fcall *fc; local
800 struct v9fs_fcall *fc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dpluto.c35 #define pluto_printk printk ("PLUTO %s: ", fc->name); printk
50 fc_channel *fc; member in struct:ctrl_inquiry
56 static int pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd);
92 fc_channel *fc; local
97 for_each_online_fc_channel(fc) {
98 if (!fc->posmap)
106 for_each_online_fc_channel(fc) {
107 if (!fc->posmap)
125 for_each_online_fc_channel(fc) {
131 if (fc
272 fc_channel *fc = pluto->fc; local
310 pluto_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) argument
[all...]
H A Dfcal.h12 /* fc must be first */
13 fc_channel *fc; member in struct:fcal
H A Dfcal.c31 #define fcal_printk printk ("FCAL %s: ", fc->name); printk
70 static int fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd);
94 fc_channel *fc; local
100 for_each_online_fc_channel(fc)
101 if (fc->posmap)
108 for_each_online_fc_channel(fc)
109 if (fc->posmap)
115 for_each_online_fc_channel(fc) {
120 if (!fc->posmap) continue;
123 if (fc
197 fc_channel *fc = fcal->fc; local
214 fc_channel *fc; local
280 fcal_encode_addr(Scsi_Cmnd *SCpnt, u16 *addr, fc_channel *fc, fcp_cmnd *fcmd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dcheck-stateless.bat7 fc %1\%2.TXT tmp-%2.TXT
12 fc tmp-orig-%2.INVERSE.TXT tmp-%2.INVERSE.TXT
17 fc %1\%2.TXT tmp-%2.INVERSE.TXT

Completed in 167 milliseconds

1234567