Home
last modified time | relevance | path

Searched refs:ccw_tail (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
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
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()
830 u32 ccw_head, ccw_tail; in cp_update_scsw() local
840 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()