Lines Matching refs:response_code
238 switch (status.response_code) { in vfio_ap_wait_for_irqclear()
252 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
258 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
310 switch (status.response_code) { in vfio_ap_irq_disable()
326 status.response_code); in vfio_ap_irq_disable()
332 status.response_code); in vfio_ap_irq_disable()
435 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
450 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
464 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
474 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
483 switch (status.response_code) { in vfio_ap_irq_enable()
500 status.response_code); in vfio_ap_irq_enable()
505 if (status.response_code != AP_RESPONSE_NORMAL) { in vfio_ap_irq_enable()
509 __func__, status.response_code, in vfio_ap_irq_enable()
588 .response_code = AP_RESPONSE_Q_NOT_AVAIL, }; in handle_pqap()
688 switch (q->reset_status.response_code) { in _queue_passable()
1920 switch (status->response_code) { in apq_status_check()
1942 status->response_code); in apq_status_check()
1968 status.response_code, in apq_reset_check()
1972 if (q->reset_status.response_code == AP_RESPONSE_RESET_IN_PROGRESS || in apq_reset_check()
1973 q->reset_status.response_code == AP_RESPONSE_BUSY || in apq_reset_check()
1974 q->reset_status.response_code == AP_RESPONSE_STATE_CHANGE_IN_PROGRESS || in apq_reset_check()
1995 switch (status.response_code) { in vfio_ap_mdev_reset_queue()
2013 status.response_code); in vfio_ap_mdev_reset_queue()
2028 if (q->reset_status.response_code) in vfio_ap_mdev_reset_queues()
2046 if (q->reset_status.response_code) in vfio_ap_mdev_reset_qlist()
2682 switch (status.response_code) { in vfio_ap_filter_apid_by_qtype()