Home
last modified time | relevance | path

Searched refs:FC_REASON_DMA_ERROR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_error.h162 #define FC_REASON_DMA_ERROR 0x18 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c165 pkt->pkt_reason = FC_REASON_DMA_ERROR; in qlc_fm_check_pkt_dma_handle()
H A Dql_api.c5215 pkt->pkt_reason = FC_REASON_DMA_ERROR; in ql_cmd_setup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c601 {IOERR_TX_DMA_FAILED, FC_PKT_LOCAL_RJT, FC_REASON_DMA_ERROR,
605 {IOERR_RX_DMA_FAILED, FC_PKT_LOCAL_RJT, FC_REASON_DMA_ERROR,
12261 pkt->pkt_reason = FC_REASON_DMA_ERROR; in emlxs_check_dma()
12276 pkt->pkt_reason = FC_REASON_DMA_ERROR; in emlxs_check_dma()
12293 pkt->pkt_reason = FC_REASON_DMA_ERROR; in emlxs_check_dma()
12310 pkt->pkt_reason = FC_REASON_DMA_ERROR; in emlxs_check_dma()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c285 { FC_REASON_DMA_ERROR, "DMA Error" },
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9163 case FC_REASON_DMA_ERROR: in fcp_complete_pkt()