Searched refs:tccb_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | fcx.h | 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,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | fcx.h | 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,
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | fcx.c | 280 * @tccb_size: the maximum tccb size 290 * would exceed the available space as defined by @tccb_size. 295 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, in tccb_add_dcw() argument 306 sizeof(struct tccb_tcat) > tccb_size) in tccb_add_dcw()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | fcx.c | 281 * @tccb_size: the maximum tccb size 291 * would exceed the available space as defined by @tccb_size. 296 struct dcw *tccb_add_dcw(struct tccb *tccb, size_t tccb_size, u8 cmd, u8 flags, in tccb_add_dcw() argument 307 sizeof(struct tccb_tcat) > tccb_size) in tccb_add_dcw()
|
Completed in 3 milliseconds