Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_cp.c308 list_add_tail(&chain->next, &cp->ccwchain_list); in ccwchain_alloc()
338 list_for_each_entry_safe(chain, temp, &cp->ccwchain_list, next) { in cp_unpin_free()
411 list_for_each_entry(chain, &cp->ccwchain_list, next) { in tic_target_chain_exists()
484 list_for_each_entry(iter, &cp->ccwchain_list, next) { in ccwchain_fetch_tic()
671 INIT_LIST_HEAD(&cp->ccwchain_list); in cp_init()
761 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_prefetch()
774 list_for_each_entry_continue(chain, &cp->ccwchain_list, next) { in cp_prefetch()
805 chain = list_first_entry(&cp->ccwchain_list, struct ccwchain, next); in cp_get_orb()
838 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_update_scsw()
870 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_iova_pinned()
Dvfio_ccw_cp.h30 struct list_head ccwchain_list; member