Searched refs:cd_count (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/cio/ |
H A D | fcx.c | 114 offset += sizeof(struct dcw) + ALIGN((int) dcw->cd_count, 4); in calc_dcw_count() 286 * @cd_count: number of control data bytes for this dcw 290 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return 298 void *cd, u8 cd_count, u32 count) in tccb_add_dcw() argument 306 size = ALIGN(sizeof(struct dcw) + cd_count, 4); in tccb_add_dcw() 316 dcw->cd_count = cd_count; in tccb_add_dcw() 318 memcpy(&dcw->cd[0], cd, cd_count); in tccb_add_dcw()
|
H A D | itcw.c | 284 * @cd_count: number of control data bytes for this dcw 288 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return 296 u8 cd_count, u32 count) in itcw_add_dcw() argument 299 flags, cd, cd_count, count); in itcw_add_dcw()
|
/linux/arch/s390/include/asm/ |
H A D | itcw.h | 25 u8 cd_count, u32 count);
|