Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/cio/
Dvfio_ccw_cp.c333 list_add_tail(&chain->next, &cp->ccwchain_list); in ccwchain_alloc()
408 list_for_each_entry(chain, &cp->ccwchain_list, next) { in tic_target_chain_exists()
492 list_for_each_entry(iter, &cp->ccwchain_list, next) { in ccwchain_fetch_tic()
728 INIT_LIST_HEAD(&cp->ccwchain_list); in cp_init()
760 list_for_each_entry_safe(chain, temp, &cp->ccwchain_list, next) { in cp_free()
817 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_prefetch()
833 list_for_each_entry_continue(chain, &cp->ccwchain_list, next) { in cp_prefetch()
875 chain = list_first_entry(&cp->ccwchain_list, struct ccwchain, next); in cp_get_orb()
911 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_update_scsw()
949 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_iova_pinned()
Dvfio_ccw_cp.h37 struct list_head ccwchain_list; member