Home
last modified time | relevance | path

Searched refs:PACKET_STATE_VALID (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h175 #define PACKET_STATE_VALID 0x01000000 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c241 sbp->pkt_flags |= PACKET_STATE_VALID; in emlxs_els_handle_event()
3151 sbp->pkt_flags |= PACKET_STATE_VALID; in emlxs_ct_handle_event()
H A Demlxs_solaris.c10265 if (!(sbp->pkt_flags & PACKET_STATE_VALID)) { in emlxs_pkt_complete()
10663 if (!(sbp->pkt_flags & PACKET_STATE_VALID)) { in emlxs_set_pkt_state()
10664 sbp->pkt_flags |= PACKET_STATE_VALID; in emlxs_set_pkt_state()
H A Demlxs_fcp.c154 (PACKET_STATE_VALID | PACKET_IN_COMPLETION | in emlxs_handle_fcp_event()
H A Demlxs_mbox.c3098 sbp->pkt_flags &= ~PACKET_STATE_VALID; in emlxs_mb_deferred_cmpl()