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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dfcx.c49 * tcw_get_tccb - return pointer to tccb associated with tcw
52 * Return pointer to the tccb associated with this tcw.
54 struct tccb *tcw_get_tccb(struct tcw *tcw)
56 return (struct tccb *) ((addr_t) tcw->tccb);
93 static inline size_t tca_size(struct tccb *tccb) argument
95 return tccb->tcah.tcal - 12;
98 static u32 calc_dcw_count(struct tccb *tccb) argument
155 struct tccb *tccb; local
227 tcw_set_tccb(struct tcw *tcw, struct tccb *tccb) argument
255 tccb_init(struct tccb *tccb, size_t size, u32 sac) argument
294 tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dfcx.h31 * @tccb: Transport-Command-Control-Block Address
48 u64 tccb; member in struct:tcw
282 * struct tccb - (partial) Transport-Command-Control Block (TCCB)
286 struct tccb { struct
293 struct tccb *tcw_get_tccb(struct tcw *tcw);
301 void tcw_set_tccb(struct tcw *tcw, struct tccb *tccb);
304 void tccb_init(struct tccb *tccb, size_t tccb_size, u32 sac);
306 struct dcw *tccb_add_dcw(struct tccb *tcc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c2574 struct tccb *tccb; local
2579 tccb = tcw_get_tccb(tcw);
2580 dcw = (struct dcw *)&tccb->tca[0];

Completed in 48 milliseconds