Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/cio/
Dvfio_ccw_cp.c335 list_add_tail(&chain->next, &cp->ccwchain_list); in ccwchain_alloc()
411 list_for_each_entry(chain, &cp->ccwchain_list, next) { in tic_target_chain_exists()
494 list_for_each_entry(iter, &cp->ccwchain_list, next) { in ccwchain_fetch_tic()
646 INIT_LIST_HEAD(&cp->ccwchain_list); in cp_init()
683 list_for_each_entry_safe(chain, temp, &cp->ccwchain_list, next) { in cp_free()
738 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_prefetch()
751 list_for_each_entry_continue(chain, &cp->ccwchain_list, next) { in cp_prefetch()
786 chain = list_first_entry(&cp->ccwchain_list, struct ccwchain, next); in cp_get_orb()
822 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_update_scsw()
859 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_iova_pinned()
Dvfio_ccw_cp.h37 struct list_head ccwchain_list; member