Searched refs:ccw_head (Results 1 – 1 of 1) sorted by relevance
409 u32 ccw_head, ccw_tail; in tic_target_chain_exists() local412 ccw_head = chain->ch_iova; in tic_target_chain_exists()413 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() local485 ccw_head = iter->ch_iova; in ccwchain_fetch_tic()486 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()490 (ccw->cda - ccw_head)); in ccwchain_fetch_tic()830 u32 ccw_head, ccw_tail; in cp_update_scsw() local[all …]