Home
last modified time | relevance | path

Searched refs:__zpci_store_block (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dism.h222 __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 Dpci_insn.c363 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 Dpci_insn.h155 int __zpci_store_block(const u64 *data, u64 req, u64 offset);