/Linux-v4.19/drivers/s390/char/ |
D | tape.h | 126 struct ccw1 *cpaddr; /* address of the channel program. */ 306 static inline struct ccw1 * 307 tape_ccw_cc(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_cc() 316 static inline struct ccw1 * 317 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end() 326 static inline struct ccw1 * 327 tape_ccw_cmd(struct ccw1 *ccw, __u8 cmd_code) in tape_ccw_cmd() 336 static inline struct ccw1 * 337 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat() 349 static inline struct ccw1 * [all …]
|
D | tape_std.c | 270 struct ccw1 *ccw; in tape_std_mtfsf() 294 struct ccw1 *ccw; in tape_std_mtfsr() 326 struct ccw1 *ccw; in tape_std_mtbsr() 357 struct ccw1 *ccw; in tape_std_mtweof() 382 struct ccw1 *ccw; in tape_std_mtbsfm() 406 struct ccw1 *ccw; in tape_std_mtbsf() 437 struct ccw1 *ccw; in tape_std_mtfsfm()
|
D | vmur.c | 212 static void free_chan_prog(struct ccw1 *cpa) in free_chan_prog() 214 struct ccw1 *ptr = cpa; in free_chan_prog() 231 static struct ccw1 *alloc_chan_prog(const char __user *ubuf, int rec_count, in alloc_chan_prog() 234 struct ccw1 *cpa; in alloc_chan_prog() 245 cpa = kcalloc(rec_count + 1, sizeof(struct ccw1), in alloc_chan_prog() 271 static int do_ur_io(struct urdev *urd, struct ccw1 *cpa) in do_ur_io() 419 struct ccw1 *cpa; in do_write()
|
D | raw3270.h | 101 struct ccw1 ccw; /* single ccw. */
|
D | con3215.c | 71 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()
|
/Linux-v4.19/drivers/s390/cio/ |
D | vfio_ccw_cp.c | 43 struct ccw1 *ch_ccw; 239 struct ccw1 *to, u64 iova, in copy_ccw_from_iova() 243 struct ccw1 *pccw1; in copy_ccw_from_iova() 247 ret = copy_from_iova(cp->mdev, to, iova, len * sizeof(struct ccw1)); in copy_ccw_from_iova() 301 chain->ch_ccw = (struct ccw1 *)data; in ccwchain_alloc() 322 struct ccw1 *ccw = chain->ch_ccw + idx; in ccwchain_cda_free() 363 struct ccw1 *ccw, *p; in ccwchain_calc_length() 406 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() 413 ccw_tail = ccw_head + (chain->ch_len - 1) * sizeof(struct ccw1); in tic_target_chain_exists() 425 static int ccwchain_handle_tic(struct ccw1 *tic, struct channel_program *cp) in ccwchain_handle_tic() [all …]
|
D | io_sch.h | 14 struct ccw1 sense_ccw; /* static ccw for sense command */ 73 struct ccw1 *cp; 163 struct ccw1 iccws[2]; /* ccws for SNID/SID/SPGID commands */
|
D | cio.h | 129 extern int cio_start (struct subchannel *, struct ccw1 *, __u8); 130 extern int cio_start_key (struct subchannel *, struct ccw1 *, __u8, __u8);
|
D | device_ops.c | 190 int ccw_device_start_timeout_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout_key() 267 int ccw_device_start_key(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_key() 298 int ccw_device_start(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start() 333 int ccw_device_start_timeout(struct ccw_device *cdev, struct ccw1 *cpa, in ccw_device_start_timeout()
|
D | device_pgid.c | 60 struct ccw1 *cp = cdev->private->iccws; in nop_build_cp() 137 struct ccw1 *cp = cdev->private->iccws; in spid_build_cp() 438 struct ccw1 *cp = cdev->private->iccws; in snid_build_cp() 629 struct ccw1 *cp = cdev->private->iccws; in stlck_build_cp()
|
D | device_id.c | 203 struct ccw1 *cp = cdev->private->iccws; in ccw_device_sense_id_start()
|
D | cio.c | 124 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-v4.19/arch/s390/include/asm/ |
D | ccwdev.h | 20 struct ccw1; 163 struct ccw1; 182 extern int ccw_device_start(struct ccw_device *, struct ccw1 *, 184 extern int ccw_device_start_timeout(struct ccw_device *, struct ccw1 *, 186 extern int ccw_device_start_key(struct ccw_device *, struct ccw1 *, 188 extern int ccw_device_start_timeout_key(struct ccw_device *, struct ccw1 *,
|
D | idals.h | 71 set_normalized_cda(struct ccw1 * ccw, void *vaddr) in set_normalized_cda() 96 clear_normalized_cda(struct ccw1 * ccw) in clear_normalized_cda() 181 idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda()
|
D | cio.h | 30 struct ccw1 { struct
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_erp.c | 37 (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()
|
D | dasd_fba.c | 88 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, in define_extent() 108 locate_record(struct ccw1 * ccw, struct LO_fba_data *data, int rw, in locate_record() 258 static void ccw_write_no_data(struct ccw1 *ccw) in ccw_write_no_data() 268 static void ccw_write_zero(struct ccw1 *ccw, int count) in ccw_write_zero() 331 struct ccw1 *ccw; in dasd_fba_build_cp_discard() 357 nr_ccws * (sizeof(struct LO_fba_data) + sizeof(struct ccw1)); in dasd_fba_build_cp_discard() 446 struct ccw1 *ccw; in dasd_fba_build_cp_regular() 578 struct ccw1 *ccw; in dasd_fba_free_cp() 672 struct ccw1 *act, *end, *last; in dasd_fba_dump_sense() 732 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) { in dasd_fba_dump_sense() [all …]
|
D | dasd_eckd.c | 101 struct ccw1 ccw; 111 struct ccw1 ccw; 217 static int set_timestamp(struct ccw1 *ccw, struct DE_eckd_data *data, in set_timestamp() 245 define_extent(struct ccw1 *ccw, struct DE_eckd_data *data, unsigned int trk, in define_extent() 352 static void locate_record_ext(struct ccw1 *ccw, struct LRE_eckd_data *data, in locate_record_ext() 494 static int prefix_LRE(struct ccw1 *ccw, struct PFX_eckd_data *pfxdata, in prefix_LRE() 561 static int prefix(struct ccw1 *ccw, struct PFX_eckd_data *pfxdata, in prefix() 570 locate_record(struct ccw1 *ccw, struct LO_eckd_data *data, unsigned int trk, in locate_record() 788 struct ccw1 *ccw; in dasd_eckd_fill_rcd_cqr() 824 struct ccw1 *ccw; in read_conf_cb() [all …]
|
D | dasd_3990_erp.c | 201 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()
|
D | dasd_alias.c | 137 lcu->rsu_cqr->cpaddr = kzalloc(sizeof(struct ccw1), in _allocate_lcu() 406 struct ccw1 *ccw; in read_unit_address_configuration() 708 struct ccw1 *ccw; in reset_summary_unit_check()
|
/Linux-v4.19/drivers/s390/virtio/ |
D | virtio_ccw.c | 293 struct ccw1 *ccw, __u32 intparm) in ccw_io_helper() 315 struct ccw1 *ccw) in virtio_ccw_drop_indicator() 400 struct ccw1 *ccw, int index) in virtio_ccw_read_vq_conf() 415 static void virtio_ccw_del_vq(struct virtqueue *vq, struct ccw1 *ccw) in virtio_ccw_del_vq() 467 struct ccw1 *ccw; in virtio_ccw_del_vqs() 485 struct ccw1 *ccw) in virtio_ccw_setup_vq() 579 struct ccw1 *ccw) in virtio_ccw_register_adapter_ind() 635 struct ccw1 *ccw; in virtio_ccw_find_vqs() 700 struct ccw1 *ccw; in virtio_ccw_reset() 724 struct ccw1 *ccw; in virtio_ccw_get_features() [all …]
|
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_main.h | 148 struct ccw1 *ccw;
|
D | lcs.h | 291 struct ccw1 ccws[LCS_NUM_BUFFS + 1];
|
D | ctcm_fsms.c | 567 CTCM_CCW_DUMP((char *)&ch->ccw[6], sizeof(struct ccw1) * 2); in ctcm_chx_setmode() 633 memcpy(&ch->ccw[3], &ch->ccw[0], sizeof(struct ccw1) * 3); in ctcm_chx_start() 1042 sizeof(struct ccw1) * 3); in ctcm_chx_txretry() 1363 ctcmpc_dumpit((char *)&ch->ccw[0], sizeof(struct ccw1) * 3); in ctcmpc_chx_txdone() 1460 sizeof(struct ccw1) * 3); in ctcmpc_chx_rx() 1568 CTCM_CCW_DUMP((char *)&ch->ccw[0], sizeof(struct ccw1) * 3); in ctcmpc_chx_rxidle() 1818 CTCM_CCW_DUMP((char *)&wch->ccw[3], sizeof(struct ccw1) * 3); in ctcmpc_chx_send_sweep()
|
/Linux-v4.19/Documentation/s390/ |
D | cds.txt | 190 struct ccw1 *cpa, 195 struct ccw1 *cpa, 201 struct ccw1 *cpa, 207 struct ccw1 *cpa, 239 struct ccw1 {
|