Searched refs:ccw_tail (Results 1 – 1 of 1) sorted by relevance
409 u32 ccw_head, ccw_tail; in tic_target_chain_exists() local413 ccw_tail = ccw_head + (chain->ch_len - 1) * sizeof(struct ccw1); in tic_target_chain_exists()415 if ((ccw_head <= tic->cda) && (tic->cda <= ccw_tail)) in tic_target_chain_exists()482 u32 ccw_head, ccw_tail; in ccwchain_fetch_tic() local486 ccw_tail = ccw_head + (iter->ch_len - 1) * sizeof(struct ccw1); in ccwchain_fetch_tic()488 if ((ccw_head <= ccw->cda) && (ccw->cda <= ccw_tail)) { in ccwchain_fetch_tic()830 u32 ccw_head, ccw_tail; in cp_update_scsw() local840 ccw_tail = (u32)(u64)(chain->ch_ccw + chain->ch_len - 1); in cp_update_scsw()842 if ((ccw_head <= cpa) && (cpa <= ccw_tail)) { in cp_update_scsw()