Home
last modified time | relevance | path

Searched refs:op_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dcss.h97 int (*op_handler)(struct CcwDataStream *cds, void *buff, int len, member
318 return cds->op_handler(cds, NULL, len, CDS_OP_A); in ccw_dstream_advance()
323 return cds->op_handler(cds, buff, len, CDS_OP_W); in ccw_dstream_write_buf()
328 return cds->op_handler(cds, buff, len, CDS_OP_R); in ccw_dstream_read_buf()
/openbmc/qemu/hw/s390x/
H A Dcss.c962 cds->op_handler = ccw_dstream_rw_noflags; in ccw_dstream_init()
964 cds->op_handler = ccw_dstream_rw_ida; in ccw_dstream_init()