Searched defs:iob (Results 1 - 8 of 8) sorted by relevance

/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c124 union s3c_iobank *iob; local
148 iob = &iot->bank[bank];
152 if (!iob->io_2410) {
157 show_bank(seq, cfg, iob);
/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...]
/drivers/s390/net/
H A Dlcs.c125 channel->iob[cnt].data =
127 if (channel->iob[cnt].data == NULL)
129 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY;
135 kfree(channel->iob[cnt].data);
151 kfree(channel->iob[cnt].data);
152 channel->iob[cnt].data = NULL;
241 (__u32) __pa(card->read.iob[cnt].data);
243 card->read.iob[cnt].data)->offset = LCS_ILLEGAL_OFFSET;
244 card->read.iob[cnt].callback = lcs_get_frames_cb;
245 card->read.iob[cn
1478 struct lcs_buffer *iob; local
[all...]
H A Dlcs.h291 struct lcs_buffer iob[LCS_NUM_BUFFS]; member in struct:lcs_channel
H A Dqeth_l2_main.c290 struct qeth_cmd_buffer *iob; local
293 iob = qeth_get_ipacmd_buffer(card, ipacmd, QETH_PROT_IPV4);
294 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
296 return qeth_send_ipa_cmd(card, iob,
548 struct qeth_cmd_buffer *iob; local
551 iob = qeth_get_ipacmd_buffer(card, ipacmd, QETH_PROT_IPV4);
552 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
555 return qeth_send_ipa_cmd(card, iob, reply_cb, NULL);
1292 struct qeth_cmd_buffer *iob)
1301 qeth_prepare_control_data(card, len, iob);
1291 qeth_osn_send_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
1318 qeth_osn_send_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, int data_len) argument
1337 struct qeth_cmd_buffer *iob; local
1727 struct qeth_cmd_buffer *iob; local
1793 struct qeth_cmd_buffer *iob; local
1848 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_l3_main.c546 struct qeth_cmd_buffer *iob; local
551 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto);
552 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
560 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL);
583 struct qeth_cmd_buffer *iob; local
590 iob = qeth_get_ipacmd_buffer(card, ipacmd, addr->proto);
591 cmd = (struct qeth_ipa_cmd *)(iob->data+IPA_PDU_HEADER_SIZE);
605 rc = qeth_send_ipa_cmd(card, iob, NULL, NULL);
615 struct qeth_cmd_buffer *iob; local
618 iob
1046 struct qeth_cmd_buffer *iob; local
1062 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
1088 struct qeth_cmd_buffer *iob; local
1104 struct qeth_cmd_buffer *iob; local
1490 struct qeth_cmd_buffer *iob; local
1527 struct qeth_cmd_buffer *iob; local
1608 struct qeth_cmd_buffer *iob; local
2415 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
2434 struct qeth_cmd_buffer *iob; local
2516 struct qeth_cmd_buffer *iob; local
2555 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_core_main.c524 struct qeth_cmd_buffer *iob; local
529 iob = qeth_get_buffer(&card->read);
530 if (!iob) {
533 QETH_DBF_MESSAGE(2, "%s issue_next_read failed: no iob "
537 qeth_setup_ccw(&card->read, iob->data, QETH_BUFSIZE);
540 (addr_t) iob, 0, 0);
597 struct qeth_cmd_buffer *iob)
602 if (IS_IPA(iob->data)) {
603 cmd = (struct qeth_ipa_cmd *) PDU_ENCAPSULATION(iob->data);
721 static void qeth_setup_ccw(struct qeth_channel *channel, unsigned char *iob, argument
596 qeth_check_ipa_data(struct qeth_card *card, struct qeth_cmd_buffer *iob) argument
756 qeth_release_buffer(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
803 qeth_send_control_data_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1083 struct qeth_cmd_buffer *iob; local
1771 struct qeth_cmd_buffer *iob; local
1817 struct qeth_cmd_buffer *iob; local
1895 qeth_idx_write_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1933 qeth_idx_read_cb(struct qeth_channel *channel, struct qeth_cmd_buffer *iob) argument
1998 qeth_prepare_control_data(struct qeth_card *card, int len, struct qeth_cmd_buffer *iob) argument
2016 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
2120 struct qeth_cmd_buffer *iob; local
2135 struct qeth_cmd_buffer *iob; local
2155 struct qeth_cmd_buffer *iob; local
2170 struct qeth_cmd_buffer *iob; local
2250 struct qeth_cmd_buffer *iob; local
2301 struct qeth_cmd_buffer *iob; local
2335 struct qeth_cmd_buffer *iob; local
2358 struct qeth_cmd_buffer *iob; local
2569 struct qeth_cmd_buffer *iob; local
2906 struct qeth_cmd_buffer *iob; local
2917 qeth_prepare_ipa_cmd(struct qeth_card *card, struct qeth_cmd_buffer *iob, char prot_type) argument
2927 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
2958 struct qeth_cmd_buffer *iob; local
3003 struct qeth_cmd_buffer *iob; local
3020 struct qeth_cmd_buffer *iob; local
3071 struct qeth_cmd_buffer *iob; local
3105 struct qeth_cmd_buffer *iob; local
3136 struct qeth_cmd_buffer *iob; local
3187 struct qeth_cmd_buffer *iob; local
4140 struct qeth_cmd_buffer *iob; local
4220 struct qeth_cmd_buffer *iob; local
4328 struct qeth_cmd_buffer *iob; local
4455 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
4545 struct qeth_cmd_buffer *iob; local
4634 struct qeth_cmd_buffer *iob; local
4723 struct qeth_cmd_buffer *iob; local
[all...]
H A Dqeth_core.h607 struct qeth_cmd_buffer iob[QETH_CMD_BUFFER_NO]; member in struct:qeth_channel

Completed in 128 milliseconds