Home
last modified time | relevance | path

Searched refs:cd_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dfcx.c112 offset += sizeof(struct dcw) + ALIGN((int) dcw->cd_count, 4); in calc_dcw_count()
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 void *cd, u8 cd_count, u32 count) in tccb_add_dcw()
304 size = ALIGN(sizeof(struct dcw) + cd_count, 4); in tccb_add_dcw()
314 dcw->cd_count = cd_count; in tccb_add_dcw()
316 memcpy(&dcw->cd[0], cd, cd_count); in tccb_add_dcw()
295 tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) tccb_add_dcw() argument
H A Ditcw.c282 * @cd_count: number of control data bytes for this dcw
286 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
294 u8 cd_count, u32 count) in itcw_add_dcw()
297 flags, cd, cd_count, count); in itcw_add_dcw()
293 itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) itcw_add_dcw() argument
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dfcx.c113 offset += sizeof(struct dcw) + ALIGN((int) dcw->cd_count, 4); in calc_dcw_count()
285 * @cd_count: number of control data bytes for this dcw
289 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
297 void *cd, u8 cd_count, u32 count) in tccb_add_dcw()
305 size = ALIGN(sizeof(struct dcw) + cd_count, 4); in tccb_add_dcw()
315 dcw->cd_count = cd_count; in tccb_add_dcw()
317 memcpy(&dcw->cd[0], cd, cd_count); in tccb_add_dcw()
296 tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) tccb_add_dcw() argument
H A Ditcw.c283 * @cd_count: number of control data bytes for this dcw
287 * by @cmd, @flags, @cd, @cd_count and @count to the tca of the tccb. Return
295 u8 cd_count, u32 count) in itcw_add_dcw()
298 flags, cd, cd_count, count); in itcw_add_dcw()
294 itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd, u8 cd_count, u32 count) itcw_add_dcw() argument
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dfcx.h234 * @cd_count: Control-Data Count
242 u32 cd_count:8; member
308 void *cd, u8 cd_count, u32 count);
H A Ditcw.h25 u8 cd_count, u32 count);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dfcx.h234 * @cd_count: Control-Data Count
242 u32 cd_count:8; member
308 void *cd, u8 cd_count, u32 count);
H A Ditcw.h25 u8 cd_count, u32 count);

Completed in 5 milliseconds