Home
last modified time | relevance | path

Searched refs:tccb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dfcx.c95 static inline size_t tca_size(struct tccb *tccb) in tca_size() argument
100 static u32 calc_dcw_count(struct tccb *tccb) in calc_dcw_count() argument
107 size = tca_size(tccb); in calc_dcw_count()
157 struct tccb *tccb; in tcw_finalize() local
167 tcat = (struct tccb_tcat *) &tccb->tca[tca_size(tccb)]; in tcw_finalize()
179 tcw->tccbl = (sizeof(struct tccb) + tca_size(tccb) + in tcw_finalize()
229 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb) in tcw_set_tccb() argument
231 tcw->tccb = virt_to_phys(tccb); in tcw_set_tccb()
257 void tccb_init(struct tccb *tccb, size_t size, u32 sac) in tccb_init() argument
261 tccb->tcah.sac = sac; in tccb_init()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dfcx.h49 u64 tccb; member
287 struct tccb { struct
294 struct tccb *tcw_get_tccb(struct tcw *tcw); argument
302 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb);
305 void tccb_init(struct tccb *tccb, size_t tccb_size, u32 sac);
307 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags,
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c4959 struct tccb *tccb; in dasd_eckd_reset_ccw_to_base_io() local
4964 tccb = tcw_get_tccb(tcw); in dasd_eckd_reset_ccw_to_base_io()
4965 dcw = (struct dcw *)&tccb->tca[0]; in dasd_eckd_reset_ccw_to_base_io()