Home
last modified time | relevance | path

Searched refs:CS_QUEUE_FULL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1881 sp->pkt->pkt_reason = CS_QUEUE_FULL; in ql_error_entry()
1970 if (comp_status == CS_QUEUE_FULL) { in ql_status_entry()
2108 if (comp_status == CS_QUEUE_FULL) { in ql_24xx_status_entry()
2551 (sts.comp_status == CS_QUEUE_FULL && tq->qfull_retry_count != 0) || in ql_status_error()
2556 } else if (sts.comp_status == CS_QUEUE_FULL) { in ql_status_error()
H A Dql_xioctl.c2614 case CS_QUEUE_FULL: in ql_scsi_passthru()
H A Dql_api.c8383 case CS_QUEUE_FULL: in ql_done()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h355 #define CS_QUEUE_FULL 0x1C /* Queue Full. */ macro