Home
last modified time | relevance | path

Searched refs:ccw1 (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/s390/char/
A Dtape.h126 struct ccw1 *cpaddr; /* address of the channel program. */
302 static inline struct ccw1 *
303 tape_ccw_cc(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_cc()
312 static inline struct ccw1 *
313 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end()
322 static inline struct ccw1 *
323 tape_ccw_cmd(struct ccw1 *ccw, __u8 cmd_code) in tape_ccw_cmd()
332 static inline struct ccw1 *
333 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat()
345 static inline struct ccw1 *
[all …]
A Dtape_std.c269 struct ccw1 *ccw; in tape_std_mtfsf()
293 struct ccw1 *ccw; in tape_std_mtfsr()
325 struct ccw1 *ccw; in tape_std_mtbsr()
356 struct ccw1 *ccw; in tape_std_mtweof()
381 struct ccw1 *ccw; in tape_std_mtbsfm()
405 struct ccw1 *ccw; in tape_std_mtbsf()
436 struct ccw1 *ccw; in tape_std_mtfsfm()
A Dvmur.c188 static void free_chan_prog(struct ccw1 *cpa) in free_chan_prog()
190 struct ccw1 *ptr = cpa; in free_chan_prog()
207 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog()
210 struct ccw1 *cpa; in alloc_chan_prog()
221 cpa = kcalloc(rec_count + 1, sizeof(struct ccw1), in alloc_chan_prog()
247 static int do_ur_io(struct urdev *urd, struct ccw1 *cpa) in do_ur_io()
395 struct ccw1 *cpa; in do_write()
A Dcon3215.c72 struct ccw1 ccws[RAW3215_NR_CCWS]; /* space for the channel program */
146 struct ccw1 *ccw; in raw3215_mk_read_req()
174 struct ccw1 *ccw; in raw3215_mk_write_req()
A Draw3270.h101 struct ccw1 ccw; /* single ccw. */
/linux/drivers/s390/cio/
A Dvfio_ccw_cp.c33 struct ccw1 *ch_ccw;
170 struct ccw1 *pccw1 = source; in convert_ccw0_to_ccw1()
329 chain->ch_ccw = (struct ccw1 *)data; in ccwchain_alloc()
350 struct ccw1 *ccw = chain->ch_ccw + idx; in ccwchain_cda_free()
373 struct ccw1 *ccw = cp->guest_cp; in ccwchain_calc_length()
431 CCWCHAIN_LEN_MAX * sizeof(struct ccw1)); in ccwchain_handle_ccw()
465 struct ccw1 *tic; in ccwchain_loop_tic()
491 struct ccw1 *ccw = chain->ch_ccw + idx; in ccwchain_fetch_tic()
511 struct ccw1 *ccw; in ccwchain_fetch_direct()
611 struct ccw1 *ccw = chain->ch_ccw + idx; in ccwchain_fetch_one()
[all …]
A Dio_sch.h13 struct ccw1 sense_ccw; /* static ccw for sense command */
78 struct ccw1 *cp;
125 struct ccw1 iccws[2]; /* ccws for SNID/SID/SPGID commands */
A Dcio.h120 extern int cio_start (struct subchannel *, struct ccw1 *, __u8);
121 extern int cio_start_key (struct subchannel *, struct ccw1 *, __u8, __u8);
A Ddevice_ops.c191 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key()
271 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key()
305 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start()
343 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout()
A Dvfio_ccw_cp.h42 struct ccw1 *guest_cp;
A Ddevice_pgid.c60 struct ccw1 *cp = cdev->private->dma_area->iccws; in nop_build_cp()
137 struct ccw1 *cp = cdev->private->dma_area->iccws; in spid_build_cp()
439 struct ccw1 *cp = cdev->private->dma_area->iccws; in snid_build_cp()
631 struct ccw1 *cp = cdev->private->dma_area->iccws; in stlck_build_cp()
A Ddevice_id.c205 struct ccw1 *cp = cdev->private->dma_area->iccws; in ccw_device_sense_id_start()
A Dcio.c124 struct ccw1 * cpa, /* logical channel prog addr */ in cio_start_key()
176 cio_start (struct subchannel *sch, struct ccw1 *cpa, __u8 lpm) in cio_start()
/linux/drivers/s390/block/
A Ddasd_erp.c37 (cplength*sizeof(struct ccw1)) > PAGE_SIZE); in dasd_alloc_erp_request()
41 size += cplength * sizeof(struct ccw1); in dasd_alloc_erp_request()
56 cqr->cpaddr = (struct ccw1 *) data; in dasd_alloc_erp_request()
57 data += cplength*sizeof(struct ccw1); in dasd_alloc_erp_request()
58 memset(cqr->cpaddr, 0, cplength*sizeof(struct ccw1)); in dasd_alloc_erp_request()
A Ddasd_fba.c80 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, in define_extent()
100 locate_record(struct ccw1 * ccw, struct LO_fba_data *data, int rw, in locate_record()
250 static void ccw_write_no_data(struct ccw1 *ccw) in ccw_write_no_data()
260 static void ccw_write_zero(struct ccw1 *ccw, int count) in ccw_write_zero()
323 struct ccw1 *ccw; in dasd_fba_build_cp_discard()
349 nr_ccws * (sizeof(struct LO_fba_data) + sizeof(struct ccw1)); in dasd_fba_build_cp_discard()
438 struct ccw1 *ccw; in dasd_fba_build_cp_regular()
570 struct ccw1 *ccw; in dasd_fba_free_cp()
664 struct ccw1 *act, *end, *last; in dasd_fba_dump_sense()
724 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) { in dasd_fba_dump_sense()
[all …]
A Ddasd_eckd.c87 struct ccw1 ccw;
94 struct ccw1 ccw[2];
110 struct ccw1 ccw;
820 struct ccw1 *ccw; in dasd_eckd_fill_rcd_cqr()
856 struct ccw1 *ccw; in read_conf_cb()
1523 struct ccw1 *ccw; in dasd_eckd_read_features()
1586 struct ccw1 *ccw; in dasd_eckd_read_vol_info()
1781 struct ccw1 *ccw; in dasd_eckd_read_ext_pool_info()
1893 struct ccw1 *ccw; in dasd_eckd_build_psf_ssc()
2201 struct ccw1 *ccw; in dasd_eckd_analysis_ccw()
[all …]
A Ddasd_3990_erp.c201 struct ccw1 *ccw; in dasd_3990_erp_DCTL()
220 memset(ccw, 0, sizeof(struct ccw1)); in dasd_3990_erp_DCTL()
1613 struct ccw1 *ccw, *oldccw; in dasd_3990_erp_action_1B_32()
1708 memset(ccw, 0, sizeof(struct ccw1)); in dasd_3990_erp_action_1B_32()
1716 memset(ccw, 0, sizeof(struct ccw1)); in dasd_3990_erp_action_1B_32()
1770 struct ccw1 *ccw; in dasd_3990_update_1B()
2375 struct ccw1 *ccw; in dasd_3990_erp_add_erp()
/linux/arch/s390/include/asm/
A Dccwdev.h21 struct ccw1;
172 extern int ccw_device_start(struct ccw_device *, struct ccw1 *,
174 extern int ccw_device_start_timeout(struct ccw_device *, struct ccw1 *,
176 extern int ccw_device_start_key(struct ccw_device *, struct ccw1 *,
178 extern int ccw_device_start_timeout_key(struct ccw_device *, struct ccw1 *,
A Didals.h71 set_normalized_cda(struct ccw1 * ccw, void *vaddr) in set_normalized_cda()
96 clear_normalized_cda(struct ccw1 * ccw) in clear_normalized_cda()
180 idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda()
A Dcio.h31 struct ccw1 { struct
/linux/drivers/s390/virtio/
A Dvirtio_ccw.c474 struct ccw1 *ccw; in virtio_ccw_del_vqs()
583 struct ccw1 *ccw) in virtio_ccw_register_adapter_ind()
640 struct ccw1 *ccw; in virtio_ccw_find_vqs()
716 struct ccw1 *ccw; in virtio_ccw_reset()
740 struct ccw1 *ccw; in virtio_ccw_get_features()
795 struct ccw1 *ccw; in virtio_ccw_finalize_features()
855 struct ccw1 *ccw; in virtio_ccw_get_config()
895 struct ccw1 *ccw; in virtio_ccw_set_config()
931 struct ccw1 *ccw; in virtio_ccw_get_status()
960 struct ccw1 *ccw; in virtio_ccw_set_status()
[all …]
/linux/drivers/s390/net/
A Dctcm_main.h148 struct ccw1 *ccw;
A Dctcm_fsms.c563 CTCM_CCW_DUMP((char *)&ch->ccw[6], sizeof(struct ccw1) * 2); in ctcm_chx_setmode()
628 memcpy(&ch->ccw[3], &ch->ccw[0], sizeof(struct ccw1) * 3); in ctcm_chx_start()
1037 sizeof(struct ccw1) * 3); in ctcm_chx_txretry()
1350 ctcmpc_dumpit((char *)&ch->ccw[0], sizeof(struct ccw1) * 3); in ctcmpc_chx_txdone()
1446 sizeof(struct ccw1) * 3); in ctcmpc_chx_rx()
1554 CTCM_CCW_DUMP((char *)&ch->ccw[0], sizeof(struct ccw1) * 3); in ctcmpc_chx_rxidle()
1804 CTCM_CCW_DUMP((char *)&wch->ccw[3], sizeof(struct ccw1) * 3); in ctcmpc_chx_send_sweep()
A Dlcs.h291 struct ccw1 ccws[LCS_NUM_BUFFS + 1];
/linux/Documentation/s390/
A Dcds.rst207 struct ccw1 *cpa,
212 struct ccw1 *cpa,
218 struct ccw1 *cpa,
224 struct ccw1 *cpa,
260 struct ccw1 {

Completed in 60 milliseconds

12