Searched refs:tcw_add_tidaw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/s390/cio/ |
H A D | fcx.c | 339 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags, in tcw_add_tidaw() function 352 EXPORT_SYMBOL(tcw_add_tidaw);
|
H A D | itcw.c | 332 tcw_add_tidaw(itcw->tcw, itcw->num_tidaws++, in itcw_add_tidaw() 337 return tcw_add_tidaw(itcw->tcw, itcw->num_tidaws++, flags, addr, count); in itcw_add_tidaw()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | fcx.h | 309 struct tidaw *tcw_add_tidaw(struct tcw *tcw, int num_tidaws, u8 flags,
|