Home
last modified time | relevance | path

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

/drivers/s390/cio/
Dvfio_ccw_cp.c336 list_add_tail(&chain->next, &cp->ccwchain_list); in ccwchain_alloc()
412 list_for_each_entry(chain, &cp->ccwchain_list, next) { in tic_target_chain_exists()
495 list_for_each_entry(iter, &cp->ccwchain_list, next) { in ccwchain_fetch_tic()
655 INIT_LIST_HEAD(&cp->ccwchain_list); in cp_init()
692 list_for_each_entry_safe(chain, temp, &cp->ccwchain_list, next) { in cp_free()
747 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_prefetch()
760 list_for_each_entry_continue(chain, &cp->ccwchain_list, next) { in cp_prefetch()
795 chain = list_first_entry(&cp->ccwchain_list, struct ccwchain, next); in cp_get_orb()
831 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_update_scsw()
868 list_for_each_entry(chain, &cp->ccwchain_list, next) { in cp_iova_pinned()
Dvfio_ccw_cp.h38 struct list_head ccwchain_list; member