Lines Matching refs:response_code

237 		switch (status.response_code) {  in vfio_ap_wait_for_irqclear()
251 status.response_code, apqn); in vfio_ap_wait_for_irqclear()
257 __func__, status.response_code, apqn); in vfio_ap_wait_for_irqclear()
309 switch (status.response_code) { in vfio_ap_irq_disable()
325 status.response_code); in vfio_ap_irq_disable()
331 status.response_code); in vfio_ap_irq_disable()
423 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
437 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
451 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
460 status.response_code = AP_RESPONSE_INVALID_GISA; in vfio_ap_irq_enable()
469 switch (status.response_code) { in vfio_ap_irq_enable()
483 status.response_code); in vfio_ap_irq_enable()
488 if (status.response_code != AP_RESPONSE_NORMAL) { in vfio_ap_irq_enable()
492 __func__, status.response_code, in vfio_ap_irq_enable()
571 .response_code = AP_RESPONSE_Q_NOT_AVAIL, }; in handle_pqap()
707 if (!q || q->reset_status.response_code) { in vfio_ap_mdev_filter_matrix()
1638 switch (status->response_code) { in apq_status_check()
1659 status->response_code); in apq_status_check()
1685 status.response_code, in apq_reset_check()
1689 if (q->reset_status.response_code == AP_RESPONSE_RESET_IN_PROGRESS || in apq_reset_check()
1690 q->reset_status.response_code == AP_RESPONSE_BUSY || in apq_reset_check()
1691 q->reset_status.response_code == AP_RESPONSE_STATE_CHANGE_IN_PROGRESS || in apq_reset_check()
1703 if (status.response_code == AP_RESPONSE_DECONFIGURED) in apq_reset_check()
1704 q->reset_status.response_code = 0; in apq_reset_check()
1720 switch (status.response_code) { in vfio_ap_mdev_reset_queue()
1736 q->reset_status.response_code = 0; in vfio_ap_mdev_reset_queue()
1743 status.response_code); in vfio_ap_mdev_reset_queue()
1758 if (q->reset_status.response_code) in vfio_ap_mdev_reset_queues()
2307 switch (status.response_code) { in vfio_ap_filter_apid_by_qtype()