Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2222 sbp->pkt_flags |= PACKET_POLLED; in emlxs_initialize_pkt()
2619 if (pkt_flags & PACKET_POLLED) { in emlxs_fca_transport()
3491 (sbp->pkt_flags & PACKET_POLLED)) { in emlxs_fca_pkt_abort()
3500 sbp->pkt_flags |= PACKET_POLLED; in emlxs_fca_pkt_abort()
8639 sbp->pkt_flags |= PACKET_POLLED; in emlxs_send_fcp_cmd()
8690 sbp->pkt_flags |= PACKET_POLLED; in emlxs_send_fcp_cmd()
10315 if (sbp->pkt_flags & PACKET_POLLED) { in emlxs_pkt_complete()
H A Demlxs_fcp.c151 PACKET_IN_ABORT | PACKET_POLLED))) { in emlxs_handle_fcp_event()
H A Demlxs_sli4.c5923 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli4_hba_flush_chipq()
6085 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli4_process_wqe_cmpl()
H A Demlxs_sli3.c4941 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli3_handle_ring_event()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h157 #define PACKET_POLLED 0x00000040 macro