Home
last modified time | relevance | path

Searched refs:ccw_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/s390/cio/
Dvfio_ccw_cp.c413 u32 ccw_head, ccw_tail; in tic_target_chain_exists() local
416 ccw_head = chain->ch_iova; in tic_target_chain_exists()
417 ccw_tail = ccw_head + (chain->ch_len - 1) * sizeof(struct ccw1); in tic_target_chain_exists()
419 if ((ccw_head <= tic->cda) && (tic->cda <= ccw_tail)) in tic_target_chain_exists()
486 u32 ccw_head, ccw_tail; in ccwchain_fetch_tic() local
489 ccw_head = iter->ch_iova; in ccwchain_fetch_tic()
490 ccw_tail = ccw_head + (iter->ch_len - 1) * sizeof(struct ccw1); in ccwchain_fetch_tic()
492 if ((ccw_head <= ccw->cda) && (ccw->cda <= ccw_tail)) { in ccwchain_fetch_tic()
494 (ccw->cda - ccw_head)); in ccwchain_fetch_tic()
834 u32 ccw_head, ccw_tail; in cp_update_scsw() local
[all …]