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
320 return cds->op_handler(cds, NULL, len, CDS_OP_A); in ccw_dstream_advance()
325 return cds->op_handler(cds, buff, len, CDS_OP_W); in ccw_dstream_write_buf()
330 return cds->op_handler(cds, buff, len, CDS_OP_R); in ccw_dstream_read_buf()
/openbmc/qemu/hw/s390x/
H A Dcss.c991 cds->op_handler = ccw_dstream_rw_noflags; in ccw_dstream_init()
993 cds->op_handler = ccw_dstream_rw_ida; in ccw_dstream_init()