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()
424 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
438 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
452 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
462 status.response_code = AP_RESPONSE_INVALID_ADDRESS; in vfio_ap_irq_enable()
471 switch (status.response_code) { in vfio_ap_irq_enable()
488 status.response_code); in vfio_ap_irq_enable()
493 if (status.response_code != AP_RESPONSE_NORMAL) { in vfio_ap_irq_enable()
497 __func__, status.response_code, in vfio_ap_irq_enable()
576 .response_code = AP_RESPONSE_Q_NOT_AVAIL, }; in handle_pqap()
667 switch (q->reset_status.response_code) { in _queue_passable()
1896 switch (status->response_code) { in apq_status_check()
1918 status->response_code); in apq_status_check()
1944 status.response_code, in apq_reset_check()
1948 if (q->reset_status.response_code == AP_RESPONSE_RESET_IN_PROGRESS || in apq_reset_check()
1949 q->reset_status.response_code == AP_RESPONSE_BUSY || in apq_reset_check()
1950 q->reset_status.response_code == AP_RESPONSE_STATE_CHANGE_IN_PROGRESS || in apq_reset_check()
1971 switch (status.response_code) { in vfio_ap_mdev_reset_queue()
1989 status.response_code); in vfio_ap_mdev_reset_queue()
2004 if (q->reset_status.response_code) in vfio_ap_mdev_reset_queues()
2022 if (q->reset_status.response_code) in vfio_ap_mdev_reset_qlist()
2613 switch (status.response_code) { in vfio_ap_filter_apid_by_qtype()