Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c149 PACKET_IN_COMPLETION | PACKET_IN_TXQ | PACKET_IN_CHIPQ | in emlxs_handle_fcp_event()
155 (PACKET_STATE_VALID | PACKET_IN_COMPLETION | in emlxs_handle_fcp_event()
3097 (PACKET_IN_COMPLETION | PACKET_IN_CHIPQ | PACKET_IN_TXQ)) { in emlxs_tx_put()
3314 (PACKET_IN_COMPLETION | PACKET_IN_CHIPQ)) || in emlxs_tx_get()
3322 (PACKET_IN_COMPLETION | PACKET_IN_CHIPQ)) || in emlxs_tx_get()
3792 PACKET_COMPLETED|PACKET_IN_COMPLETION))) { in emlxs_iotag_flush()
H A Demlxs_clock.c534 PACKET_COMPLETED|PACKET_IN_COMPLETION))) { in emlxs_timer_check_pkts()
H A Demlxs_solaris.c3503 if (sbp->pkt_flags & (PACKET_IN_COMPLETION | PACKET_IN_FLUSH | in emlxs_fca_pkt_abort()
3721 (PACKET_ULP_OWNED | PACKET_IN_COMPLETION | in emlxs_fca_pkt_abort()
3737 (PACKET_ULP_OWNED | PACKET_IN_COMPLETION | in emlxs_fca_pkt_abort()
10236 PACKET_IN_DONEQ | PACKET_IN_COMPLETION | in emlxs_pkt_complete()
10259 else if (sbp->pkt_flags & PACKET_IN_COMPLETION) { in emlxs_pkt_complete()
10285 sbp->pkt_flags |= PACKET_IN_COMPLETION; in emlxs_pkt_complete()
H A Demlxs_hba.c2425 PACKET_IN_COMPLETION))) { in emlxs_proc_channel_event()
H A Demlxs_sli4.c8510 (PACKET_ULP_OWNED|PACKET_COMPLETED|PACKET_IN_COMPLETION))) { in emlxs_sli4_free_xri()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h149 #define PACKET_IN_COMPLETION 0x00000001 macro