Searched refs:ap_status (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.c | 2193 else if (ata_pktp->ap_status & ATS_BSY) in ata_disk_complete() 2195 else if (ata_pktp->ap_status & ATS_DF) in ata_disk_complete() 2252 ata_pktp->ap_status = ddi_get8(ata_ctlp->ac_iohandle2, in ata_disk_intr() 2292 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_in() 2304 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_in() 2327 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_in() 2383 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_out() 2423 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_out() 2435 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_pio_out() 2483 ata_pktp->ap_status = ddi_get8(io_hdl2, ata_ctlp->ac_altstatus); in ata_disk_intr_dma() [all …]
|
H A D | ata_debug.c | 108 ghd_err("status 0x%x error 0x%x\n", P->ap_status, P->ap_error); in dump_ata_pkt()
|
H A D | ata_common.h | 606 uchar_t ap_status; member
|
H A D | atapi_fsm.c | 538 ata_pktp->ap_status = status; in atapi_status()
|
H A D | ata_common.c | 2571 (ata_pktp->ap_status & ATS_ERR)) { in ata_ctlr_fsm()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 3694 statep->ap_return_data->ap_status = IBT_CM_AP_TIMEOUT; in ibcm_timeout_cb() 4405 statep->ap_return_data->ap_status = IBT_CM_AP_TIMEOUT; in ibcm_timeout_client_cb() 8356 ibcm_set_apr_arej(int ap_status, ibcm_apr_msg_t *apr_msgp, in ibcm_set_apr_arej() argument 8365 "ari_len = %d", ap_status, ari_len); in ibcm_set_apr_arej() 8369 switch (ap_status) { in ibcm_set_apr_arej() 8456 uint8_t ap_status = apr_msg->apr_ap_status; in ibcm_cep_state_apr() local 8459 statep, ap_status); in ibcm_cep_state_apr() 8461 if (ap_status == IBT_CM_AP_LOADED) in ibcm_cep_state_apr() 8475 statep->ap_return_data->ap_status = IBT_CM_AP_REJECT; in ibcm_cep_state_apr() 8478 statep->ap_return_data->ap_status = ap_status; in ibcm_cep_state_apr() [all …]
|
H A D | ibcm_ti.c | 4541 if (statep->ap_return_data->ap_status != IBT_CM_AP_LOADED) in ibt_set_alt_path()
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 517 ibt_ap_status_t ap_status; member
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 8136 (ap_rets.ap_status != IBT_CM_AP_LOADED)) { in daplka_ep_altpath() 8138 "status %d ap_status %d\n", status, ap_rets.ap_status); in daplka_ep_altpath()
|