Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c772 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_post_buffer()
3105 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_tx_put()
3142 (iocbq->flag & IOCB_PRIORITY))) { in emlxs_tx_put()
4020 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_abort_xri_cn()
4084 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_abort_xri_cx()
4140 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_close_xri_cn()
4203 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_create_close_xri_cx()
H A Demlxs_clock.c1355 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_tx_watchdog()
H A Demlxs_solaris.c3511 if (iocbq->flag & IOCB_PRIORITY) { in emlxs_fca_pkt_abort()
8625 iocbq->flag |= IOCB_PRIORITY; in emlxs_send_fcp_cmd()
8676 iocbq->flag |= IOCB_PRIORITY; in emlxs_send_fcp_cmd()
H A Demlxs_fct.c4336 if (iocbq->flag & IOCB_PRIORITY) {
H A Demlxs_sli4.c6373 iocbq->flag |= (IOCB_PRIORITY | IOCB_SPECIAL); in emlxs_sli4_process_unsol_rcv()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h820 #define IOCB_PRIORITY 0x00000002 macro