Home
last modified time | relevance | path

Searched refs:STALE_PACKET (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2174 hba->fc_table[iotag] == STALE_PACKET) { in emlxs_register_pkt()
2218 if (!sbp || (sbp == STALE_PACKET)) { in emlxs_unregister_pkt()
2356 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_channel_flush()
2603 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_node_flush()
2907 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_lun_flush()
3564 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_move()
3708 if (sbp && (sbp != STALE_PACKET) && in emlxs_chipq_node_flush()
3777 if (!sbp || (sbp == STALE_PACKET)) { in emlxs_iotag_flush()
3786 hba->fc_table[iotag] = STALE_PACKET; in emlxs_iotag_flush()
3922 if (sbp && (sbp != STALE_PACKET) && in emlxs_chipq_node_check()
[all …]
H A Demlxs_clock.c454 if (sbp && (sbp != STALE_PACKET)) { in emlxs_timer_check_pkts()
520 if (!sbp || sbp == STALE_PACKET) { in emlxs_timer_check_pkts()
539 hba->fc_table[iotag] = STALE_PACKET; in emlxs_timer_check_pkts()
1356 if (sbp && (sbp != STALE_PACKET) && in emlxs_tx_watchdog()
H A Demlxs_sli4.c5879 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_sli4_hba_flush_chipq()
5882 hba->fc_table[i] = STALE_PACKET; in emlxs_sli4_hba_flush_chipq()
6012 if (sbp == STALE_PACKET) { in emlxs_sli4_process_wqe_cmpl()
8137 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_reserve_xri()
8218 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_sli4_unreserve_xri()
8308 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_register_xri()
8373 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_alloc_xri()
8473 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_sli4_free_xri()
H A Demlxs_fct.c3141 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_fct_handle_abort()
H A Demlxs_sli3.c4882 if (sbp == STALE_PACKET) { in emlxs_sli3_handle_ring_event()
H A Demlxs_solaris.c3853 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_abort_all()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h187 #define STALE_PACKET ((emlxs_buf_t *)0xFFFFFFFF) macro