Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_pkt.c390 sbp->pkt_flags = PACKET_VALID | PACKET_ULP_OWNED | PACKET_ALLOCATED; in emlxs_pkt_alloc()
H A Demlxs_solaris.c2191 sbp->pkt_flags &= (PACKET_VALID | PACKET_ALLOCATED); in emlxs_initialize_pkt()
2477 !(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_fca_transport()
2488 !(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_fca_transport()
2511 !(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_fca_transport()
9466 if (!(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_send_els_rsp()
9487 if (!(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_send_els_rsp()
9509 if (!(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_send_els_rsp()
10306 else if (sbp->pkt_flags & PACKET_ALLOCATED) { in emlxs_pkt_complete()
10811 if (sbp->pkt_flags & PACKET_ALLOCATED) { in emlxs_swap_fcp_pkt()
10866 if (sbp->pkt_flags & PACKET_ALLOCATED) { in emlxs_swap_els_pkt()
[all …]
H A Demlxs_els.c183 if (!(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_els_handle_event()
3090 if (!(sbp->pkt_flags & PACKET_ALLOCATED)) { in emlxs_ct_handle_event()
H A Demlxs_sli4.c5568 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli4_hba_flush_chipq()
5730 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli4_process_wqe_cmpl()
H A Demlxs_sli3.c4936 (PACKET_POLLED | PACKET_ALLOCATED))) { in emlxs_sli3_handle_ring_event()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h181 #define PACKET_ALLOCATED 0x40000000 macro