Searched refs:iob (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dafs_settoken.c163 } iob; local
196 iob.in = buf;
197 iob.in_size = PTR_DIFF(p,buf);
198 iob.out = buf;
199 iob.out_size = sizeof(buf);
202 file_save("/tmp/ioctlbuf", iob.in, iob.in_size);
205 ret = afs_syscall(AFSCALL_PIOCTL, 0, VIOCSETTOK, (char *)&iob, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Diommu.c78 static void __iomem *iob; variable
106 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
130 out_le32(iob+IOB_AT_INVAL_TLB_REG, bus_addr >> 14);
215 iob = ioremap(IOB_BASE, IOB_SIZE);
216 if (!iob)
223 out_le32(iob+IOB_XLT_L1_REGBASE+i*4, regword);
227 regword = in_le32(iob+IOB_AD_REG);
230 out_le32(iob+IOB_AD_REG, regword);
233 regword = in_le32(iob+IOBCOM_REG);
235 out_le32(iob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core_main.c244 struct qeth_cmd_buffer *iob; local
249 iob = qeth_get_buffer(&card->read);
250 if (!iob) {
253 QETH_DBF_MESSAGE(2, "%s issue_next_read failed: no iob "
257 qeth_setup_ccw(&card->read, iob->data, QETH_BUFSIZE);
260 (addr_t) iob, 0, 0);
314 struct qeth_cmd_buffer *iob)
319 if (IS_IPA(iob->data)) {
320 cmd = (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data);
417 static void qeth_setup_ccw(struct qeth_channel *channel, unsigned char *iob, argument
313 qeth_check_ipa_data(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
452 qeth_release_buffer(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
498 qeth_send_control_data_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
778 struct qeth_cmd_buffer *iob; local
1405 struct qeth_cmd_buffer *iob; local
1451 struct qeth_cmd_buffer *iob; local
1529 qeth_idx_write_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1567 qeth_idx_read_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1632 qeth_prepare_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1650 qeth_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
1752 struct qeth_cmd_buffer *iob; local
1767 struct qeth_cmd_buffer *iob; local
1787 struct qeth_cmd_buffer *iob; local
1802 struct qeth_cmd_buffer *iob; local
1910 struct qeth_cmd_buffer *iob; local
1951 struct qeth_cmd_buffer *iob; local
1984 struct qeth_cmd_buffer *iob; local
2008 struct qeth_cmd_buffer *iob; local
2135 struct qeth_cmd_buffer *iob; local
2456 struct qeth_cmd_buffer *iob; local
2467 qeth_prepare_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, char prot_type) argument
2477 qeth_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int (*reply_cb)(struct qeth_card *, struct qeth_reply*, unsigned long), void *reply_param) argument
2509 struct qeth_cmd_buffer *iob; local
2580 struct qeth_cmd_buffer *iob; local
2598 struct qeth_cmd_buffer *iob; local
3322 struct qeth_cmd_buffer *iob; local
3402 struct qeth_cmd_buffer *iob; local
3515 struct qeth_cmd_buffer *iob; local
3641 qeth_send_ipa_snmp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
3731 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_l2_main.c281 struct qeth_cmd_buffer *iob; local
284 iob = qeth_get_ipacmd_buffer(card, ipacmd, QETH_PROT_IPV4);
285 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
287 return qeth_send_ipa_cmd(card, iob,
474 struct qeth_cmd_buffer *iob; local
477 iob = qeth_get_ipacmd_buffer(card, ipacmd, QETH_PROT_IPV4);
478 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
481 return qeth_send_ipa_cmd(card, iob, reply_cb, NULL);
1181 struct qeth_cmd_buffer *iob)
1190 qeth_prepare_control_data(card, len, iob);
1180 qeth_osn_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1207 qeth_osn_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int data_len) argument
1226 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_l3_main.c577 struct qeth_cmd_buffer *iob; local
582 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto);
583 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
591 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL);
614 struct qeth_cmd_buffer *iob; local
621 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto);
622 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
636 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL);
646 struct qeth_cmd_buffer *iob; local
649 iob
1012 struct qeth_cmd_buffer *iob; local
1125 struct qeth_cmd_buffer *iob; local
1141 qeth_l3_send_setassparms(struct qeth_card *card, struct qeth_cmd_buffer *iob, __u16 len, long data, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
1167 struct qeth_cmd_buffer *iob; local
1183 struct qeth_cmd_buffer *iob; local
1339 struct qeth_cmd_buffer *iob; local
1619 struct qeth_cmd_buffer *iob; local
1656 struct qeth_cmd_buffer *iob; local
1693 struct qeth_cmd_buffer *iob; local
1774 struct qeth_cmd_buffer *iob; local
2490 qeth_l3_send_ipa_arp_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int len, int (*reply_cb)(struct qeth_card *, struct qeth_reply *, unsigned long), void *reply_param) argument
2507 struct qeth_cmd_buffer *iob; local
2550 struct qeth_cmd_buffer *iob; local
2589 struct qeth_cmd_buffer *iob; local
[all...]
H A Dlcs.c126 channel->iob[cnt].data =
128 if (channel->iob[cnt].data == NULL)
130 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY;
136 kfree(channel->iob[cnt].data);
152 kfree(channel->iob[cnt].data);
153 channel->iob[cnt].data = NULL;
242 (__u32) __pa(card->read.iob[cnt].data);
244 card->read.iob[cnt].data)->offset = LCS_ILLEGAL_OFFSET;
245 card->read.iob[cnt].callback = lcs_get_frames_cb;
246 card->read.iob[cn
1479 struct lcs_buffer *iob; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_diag.c52 struct dasd_diag_rw_io iob; member in struct:dasd_diag_private
65 /* Perform DIAG250 call with block I/O parameter list iob (input and output)
69 static inline int dia250(void *iob, int cmd) argument
71 register unsigned long reg2 asm ("2") = (unsigned long) iob;
86 : "+d" (rc), "=m" (*(addr_type *) iob)
87 : "d" (cmd), "d" (reg2), "m" (*(addr_type *) iob)
179 private->iob.dev_nr = private->dev_id.devno;
180 private->iob.key = 0;
181 private->iob.flags = DASD_DIAG_RWFLAG_ASYNC;
182 private->iob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dkn02-irq.c55 iob();
76 iob();
H A Dkn01-berr.c60 iob();
188 iob();
H A Decc-berr.c41 iob();
151 iob();
237 iob();
H A Dkn02xa-berr.c38 iob();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dbarrier.h131 #define iob() wbflush() macro
138 #define iob() fast_iob() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-mc.c225 iob();
228 iob();
231 iob();
234 iob();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu-freq-debugfs.c125 union s3c_iobank *iob; local
149 iob = &iot->bank[bank];
153 if (!iob->io_2410) {
158 show_bank(seq, cfg, iob);
H A Ds3c2410-iotiming.c312 * @iob: The IO bank information to decode.
316 union s3c_iobank *iob)
318 struct s3c2410_iobank_timing *bt = iob->io_2410;
314 s3c2410_iotiming_debugfs(struct seq_file *seq, struct s3c_cpufreq_config *cfg, union s3c_iobank *iob) argument
H A Ds3c2412-iotiming.c117 * @iob: The IO bank information to decode.
121 union s3c_iobank *iob)
123 struct s3c2412_iobank_timing *bt = iob->io_2412;
119 s3c2412_iotiming_debugfs(struct seq_file *seq, struct s3c_cpufreq_config *cfg, union s3c_iobank *iob) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Dcpu-freq-core.h188 union s3c_iobank *iob);
206 union s3c_iobank *iob);
210 union s3c_iobank *iob);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/rbtx4927/
H A Dsetup.c84 iob();
100 iob();
131 iob();
147 iob();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_afsacl.c801 struct afs_iob iob; local
809 iob.in_size = 0;
810 iob.out_size = MAXSIZE;
811 iob.in = iob.out = space;
814 (char *)&iob, 0);
893 struct afs_iob iob; local
964 iob.in = acl_string;
965 iob.in_size = 1+strlen(iob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsystem.h122 #define iob() fast_iob() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/rbtx4938/
H A Dsetup.c63 iob();
79 iob();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-tx3927.c69 iob();
H A Dpci-bcm63xx.c81 iob();
H A Dops-bcm63xx.c111 iob();
132 iob();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_scc_epci.c42 #define iob() __asm__ __volatile__("eieio; sync":::"memory") macro
85 iob();

Completed in 252 milliseconds

12