Home
last modified time | relevance | path

Searched defs:ccw (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/s390/char/
H A Dtape_std.c269 struct ccw1 *ccw; in tape_std_mtfsf() local
293 struct ccw1 *ccw; in tape_std_mtfsr() local
325 struct ccw1 *ccw; in tape_std_mtbsr() local
356 struct ccw1 *ccw; in tape_std_mtweof() local
381 struct ccw1 *ccw; in tape_std_mtbsfm() local
405 struct ccw1 *ccw; in tape_std_mtbsf() local
436 struct ccw1 *ccw; in tape_std_mtfsfm() local
H A Dtape.h303 tape_ccw_cc(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_cc()
315 tape_ccw_end(struct ccw1 *ccw, __u8 cmd_code, __u16 memsize, void *cda) in tape_ccw_end()
327 tape_ccw_cmd(struct ccw1 *ccw, __u8 cmd_code) in tape_ccw_cmd()
337 tape_ccw_repeat(struct ccw1 *ccw, __u8 cmd_code, int count) in tape_ccw_repeat()
350 tape_ccw_cc_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_cc_idal()
359 tape_ccw_end_idal(struct ccw1 *ccw, __u8 cmd_code, struct idal_buffer *idal) in tape_ccw_end_idal()
H A Draw3270.h23 struct ccw1 ccw; /* single ccw. */ member
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c261 static inline int ccw_does_data_transfer(struct ccw1 *ccw) in ccw_does_data_transfer()
310 static inline int is_tic_within_range(struct ccw1 *ccw, u32 head, int len) in is_tic_within_range()
355 struct ccw1 *ccw = &chain->ch_ccw[idx]; in ccwchain_cda_free() local
378 struct ccw1 *ccw = cp->guest_cp; in ccwchain_calc_length() local
489 static int ccwchain_fetch_tic(struct ccw1 *ccw, in ccwchain_fetch_tic()
508 static dma64_t *get_guest_idal(struct ccw1 *ccw, struct channel_program *cp, int idaw_nr) in get_guest_idal()
565 static int ccw_count_idaws(struct ccw1 *ccw, in ccw_count_idaws()
607 static int ccwchain_fetch_ccw(struct ccw1 *ccw, in ccwchain_fetch_ccw()
684 static int ccwchain_fetch_one(struct ccw1 *ccw, in ccwchain_fetch_one()
815 struct ccw1 *ccw; in cp_prefetch() local
/linux/drivers/s390/block/
H A Ddasd_fba.c76 define_extent(struct ccw1 * ccw, struct DE_fba_data *data, int rw, in define_extent()
96 locate_record(struct ccw1 * ccw, struct LO_fba_data *data, int rw, in locate_record()
246 static void ccw_write_no_data(struct ccw1 *ccw) in ccw_write_no_data()
256 static void ccw_write_zero(struct ccw1 *ccw, int count) in ccw_write_zero()
319 struct ccw1 *ccw; in dasd_fba_build_cp_discard() local
434 struct ccw1 *ccw; in dasd_fba_build_cp_regular() local
566 struct ccw1 *ccw; in dasd_fba_free_cp() local
H A Ddasd_eckd.c81 struct ccw1 ccw; member
88 struct ccw1 ccw[2]; member
104 struct ccw1 ccw; member
246 static int set_timestamp(struct ccw1 *ccw, struct DE_eckd_data *data, in set_timestamp()
274 define_extent(struct ccw1 *ccw, struct DE_eckd_data *data, unsigned int trk, in define_extent()
381 static void locate_record_ext(struct ccw1 *ccw, struct LRE_eckd_data *data, in locate_record_ext()
523 static int prefix_LRE(struct ccw1 *ccw, struct PFX_eckd_data *pfxdata, in prefix_LRE()
590 static int prefix(struct ccw1 *ccw, struct PFX_eckd_data *pfxdata, in prefix()
599 locate_record(struct ccw1 *ccw, struct LO_eckd_data *data, unsigned int trk, in locate_record()
816 struct ccw1 *ccw; in dasd_eckd_fill_rcd_cqr() local
[all …]
H A Ddasd_3990_erp.c197 struct ccw1 *ccw; in dasd_3990_erp_DCTL() local
1592 struct ccw1 *ccw, *oldccw; in dasd_3990_erp_action_1B_32() local
1748 struct ccw1 *ccw; in dasd_3990_update_1B() local
2341 struct ccw1 *ccw; in dasd_3990_erp_add_erp() local
H A Ddasd_alias.c412 struct ccw1 *ccw; in read_unit_address_configuration() local
733 struct ccw1 *ccw; in reset_summary_unit_check() local
H A Ddasd_eer.c455 struct ccw1 *ccw; in dasd_eer_enable() local
H A Ddasd.c3976 struct ccw1 *ccw; in dasd_generic_build_rdc() local
/linux/arch/s390/include/asm/
H A Didals.h88 static inline int set_normalized_cda(struct ccw1 *ccw, void *vaddr) in set_normalized_cda()
111 static inline void clear_normalized_cda(struct ccw1 *ccw) in clear_normalized_cda()
196 static inline void idal_buffer_set_cda(struct idal_buffer *ib, struct ccw1 *ccw) in idal_buffer_set_cda()
H A Dipl.h24 struct ipl_pb0_ccw ccw; member
86 } ccw; member
/linux/drivers/dma/
H A Dmxs-dma.c114 struct mxs_dma_ccw *ccw; member
481 struct mxs_dma_ccw *ccw; in mxs_dma_prep_slave_sg() local
605 struct mxs_dma_ccw *ccw = &mxs_chan->ccw[i]; in mxs_dma_prep_dma_cyclic() local
/linux/arch/powerpc/include/asm/
H A Dicswx.h142 __be32 ccw; member
185 static inline int icswx(__be32 ccw, struct coprocessor_request_block *crb) in icswx()
/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c461 u32 ccw; in nx842_exec_icswx() local
565 u32 ccw; in nx842_exec_vas() local
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h121 __be32 ccw; member
/linux/drivers/s390/net/
H A Dctcm_main.h149 struct ccw1 *ccw; member
H A Dqeth_core_main.c426 static void qeth_setup_ccw(struct ccw1 *ccw, u8 cmd_code, u8 flags, u32 len, in qeth_setup_ccw()
439 struct ccw1 *ccw = __ccw_from_cmd(iob); in __qeth_issue_next_read() local
2261 struct ccw1 *ccw = __ccw_from_cmd(iob); in qeth_idx_setup_activate_cmd() local