Searched refs:ccw (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/s390/scsi/
H A Dzfcp_ccw.c45 * @cdev: pointer to belonging ccw device
87 MODULE_DEVICE_TABLE(ccw, zfcp_ccw_device_id);
91 * @cdev: pointer to belonging ccw device
105 * @cdev: pointer to belonging ccw device
147 * @cdev: pointer to belonging ccw device
198 * @cdev: pointer to belonging ccw device
219 * zfcp_ccw_notify - ccw notify function
220 * @cdev: pointer to belonging ccw device
/linux-master/drivers/s390/net/
H A Dctcm_main.h149 struct ccw1 *ccw; member in struct:channel
H A Dqeth_core_main.c426 static void qeth_setup_ccw(struct ccw1 *ccw, u8 cmd_code, u8 flags, u32 len, argument
429 ccw->cmd_code = cmd_code;
430 ccw->flags = flags | CCW_FLAG_SLI;
431 ccw->count = len;
432 ccw->cda = virt_to_dma32(data);
439 struct ccw1 *ccw = __ccw_from_cmd(iob); local
447 qeth_setup_ccw(ccw, CCW_CMD_READ, 0, iob->length, iob->data);
453 rc = ccw_device_start(channel->ccwdev, ccw, (addr_t) iob, 0, 0);
457 QETH_DBF_MESSAGE(2, "error %i on device %x when starting next read ccw!\n",
1187 * @cdev: ccw devic
2261 struct ccw1 *ccw = __ccw_from_cmd(iob); local
[all...]
H A Dlcs.c231 /* Last ccw is a tic (transfer in channel). */
277 /* Last ccw is a tic (transfer in channel). */
1396 /* How far in the ccw chain have we processed? */
2278 MODULE_DEVICE_TABLE(ccw, lcs_ids);
/linux-master/drivers/s390/cio/
H A Dblacklist.c179 from_ssid = ipl_info.data.ccw.dev_id.ssid;
180 from = ipl_info.data.ccw.dev_id.devno;
H A Dqdio.h239 struct ccw1 *ccw; member in struct:qdio_irq
/linux-master/drivers/s390/char/
H A Dfs3270.c36 int read_command; /* ccw command to use for reads. */
37 int write_command; /* ccw command to use for writes. */
132 fp->init->ccw.count = 1;
137 fp->init->ccw.count = fp->rdbuf_size;
H A Dtape_34xx.c1226 MODULE_DEVICE_TABLE(ccw, tape_34xx_ids);
H A Dvmur.c63 MODULE_DEVICE_TABLE(ccw, ur_ids);
90 * Each ur device (urd) contains a reference to its corresponding ccw device
91 * (cdev) using the urd->cdev pointer. Each ccw device has a reference to the
H A Dtape_3590.c1695 MODULE_DEVICE_TABLE(ccw, tape_3590_ids);
/linux-master/arch/s390/kvm/
H A Ddiag.c14 #include <asm/virtio-ccw.h>
251 /* No virtio-ccw notification? Get out quickly. */
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile245 QEMU_VPORT_RESULT := virtio-serial-ccw
247 QEMU_MACHINE := -cpu host,accel=kvm -machine s390-ccw-virtio -append $(KERNEL_CMDLINE)
249 QEMU_MACHINE := -cpu max -machine s390-ccw-virtio -append $(KERNEL_CMDLINE)
/linux-master/tools/testing/selftests/nolibc/
H A DMakefile131 QEMU_ARGS_s390 = -M s390-ccw-virtio -m 1G -append "console=ttyS0 panic=-1 $(TEST:%=NOLIBC_TEST=%)"
/linux-master/drivers/s390/block/
H A Ddasd.c299 * uses this to start a ccw that detects the format. The completion
300 * interrupt for this detection ccw uses the kernel event daemon to
303 * After the analysis ccw is done (do_analysis returned 0) the block
414 * ccw queue.
1487 * The head of the ccw queue will have status DASD_CQR_IN_IO for 1),
1881 * Remove those ccw requests from the queue that need to be returned
1965 * Take a look at the first request on the ccw queue and check
2032 * Take a look at the first request on the ccw queue and check
2159 /* Check expire time of first request on the ccw queue. */
2161 /* find final requests on ccw queu
3966 struct ccw1 *ccw; local
[all...]
H A Ddasd_devmap.c142 *id1 = ipl_info.data.ccw.dev_id.ssid;
143 *devno = ipl_info.data.ccw.dev_id.devno;
897 * This function needs to be called with the ccw device

Completed in 468 milliseconds

12