Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_cp.c409 u32 ccw_head, ccw_tail; in tic_target_chain_exists() local
412 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() local
485 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 …]