Lines Matching refs:ccw1
33 struct ccw1 *ch_ccw;
167 static void convert_ccw0_to_ccw1(struct ccw1 *source, unsigned long len)
170 struct ccw1 *pccw1 = source;
258 static inline int ccw_does_data_transfer(struct ccw1 *ccw)
301 u32 tail = head + (len - 1) * sizeof(struct ccw1);
306 static inline int is_tic_within_range(struct ccw1 *ccw, u32 head, int len)
329 chain->ch_ccw = (struct ccw1 *)data;
350 struct ccw1 *ccw = chain->ch_ccw + idx;
373 struct ccw1 *ccw = cp->guest_cp;
407 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp)
431 CCWCHAIN_LEN_MAX * sizeof(struct ccw1));
451 memcpy(chain->ch_ccw, cp->guest_cp, len * sizeof(struct ccw1));
465 struct ccw1 *tic;
491 struct ccw1 *ccw = chain->ch_ccw + idx;
511 struct ccw1 *ccw;
604 * and to get rid of the cda 2G limitiaion of ccw1, we'll translate
611 struct ccw1 *ccw = chain->ch_ccw + idx;
780 struct ccw1 *cpa;