Searched refs:__zpci_store_block (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/s390/net/ |
H A D | ism.h | 222 __zpci_store_block(data, req, offset); in __ism_write_cmd() 231 return __zpci_store_block(data, req, dmb_req); in __ism_move()
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_insn.c | 363 int __zpci_store_block(const u64 *data, u64 req, u64 offset) in __zpci_store_block() function 387 EXPORT_SYMBOL_GPL(__zpci_store_block); 396 return __zpci_store_block(src, req, offset); in zpci_write_block_fh()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci_insn.h | 155 int __zpci_store_block(const u64 *data, u64 req, u64 offset);
|