Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_private.h167 extern fsm_func_t *vfio_ccw_jumptable[NR_VFIO_CCW_STATES][NR_VFIO_CCW_EVENTS];
176 vfio_ccw_jumptable[private->state][event](private, event); in vfio_ccw_fsm_event()
H A Dvfio_ccw_fsm.c424 fsm_func_t *vfio_ccw_jumptable[NR_VFIO_CCW_STATES][NR_VFIO_CCW_EVENTS] = { variable