Home
last modified time | relevance | path

Searched refs:tcw_get_tccb (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/s390/cio/
Dfcx.c55 struct tccb *tcw_get_tccb(struct tcw *tcw) in tcw_get_tccb() function
59 EXPORT_SYMBOL(tcw_get_tccb);
165 tccb = tcw_get_tccb(tcw); in tcw_finalize()
Ditcw.c296 return tccb_add_dcw(tcw_get_tccb(itcw->tcw), TCCB_MAX_SIZE, cmd, in itcw_add_dcw()
/linux-5.19.10/arch/s390/include/asm/
Dfcx.h294 struct tccb *tcw_get_tccb(struct tcw *tcw);
/linux-5.19.10/drivers/s390/block/
Ddasd_eckd.c4895 tccb = tcw_get_tccb(tcw); in dasd_eckd_reset_ccw_to_base_io()