Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c773 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_post_buffer()
3114 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_tx_put()
3151 (iocbq->flag & IOCB_PRIORITY))) { in emlxs_tx_put()
4029 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_abort_xri_cn()
4093 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_abort_xri_cx()
4149 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_close_xri_cn()
4212 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_close_xri_cx()
H A Demlxs_clock.c1362 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_tx_watchdog()
H A Demlxs_solaris.c3521 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_fca_pkt_abort()
8648 iocbq->flag |= IOCB_PRIORITY; in emlxs_send_fcp_cmd()
8699 iocbq->flag |= IOCB_PRIORITY; in emlxs_send_fcp_cmd()
H A Demlxs_fct.c4350 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_fct_pkt_abort_txq()
H A Demlxs_sli4.c6724 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_sli4_process_unsol_rcv()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h820 #define IOCB_PRIORITY 0x00000002 macro