Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Dfcx.c56 struct tccb *tcw_get_tccb(struct tcw *tcw) in tcw_get_tccb()
58 return dma64_to_virt(tcw->tccb); in tcw_get_tccb()
95 static inline size_t tca_size(struct tccb *tccb) in tca_size() argument
97 return tccb->tcah.tcal - 12; in tca_size()
100 static u32 calc_dcw_count(struct tccb *tccb) in calc_dcw_count() argument
107 size = tca_size(tccb); in calc_dcw_count()
109 dcw = (struct dcw *) &tccb->tca[offset]; in calc_dcw_count()
157 struct tccb *tccb; in tcw_finalize() local
166 tccb = tcw_get_tccb(tcw); in tcw_finalize()
167 tcat = (struct tccb_tcat *) &tccb->tca[tca_size(tccb)]; in tcw_finalize()
[all …]
/linux/arch/s390/include/asm/
H A Dfcx.h50 dma64_t tccb; member
288 struct tccb { struct
295 struct tccb *tcw_get_tccb(struct tcw *tcw); argument
303 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb);
306 void tccb_init(struct tccb *tccb, size_t tccb_size, u32 sac);
308 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags,
/linux/drivers/s390/block/
H A Ddasd_eckd.c4940 struct tccb *tccb; in dasd_eckd_reset_ccw_to_base_io() local
4945 tccb = tcw_get_tccb(tcw); in dasd_eckd_reset_ccw_to_base_io()
4946 dcw = (struct dcw *)&tccb->tca[0]; in dasd_eckd_reset_ccw_to_base_io()