Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2165 hba->fc_table[iotag] == STALE_PACKET) { in emlxs_register_pkt()
2209 if (!sbp || (sbp == STALE_PACKET)) { in emlxs_unregister_pkt()
2214 hba->fc_table[iotag] = ((forced) ? STALE_PACKET : NULL); in emlxs_unregister_pkt()
2347 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_channel_flush()
2594 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_node_flush()
2898 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_lun_flush()
3555 if (sbp && (sbp != STALE_PACKET)) { in emlxs_tx_move()
3699 if (sbp && (sbp != STALE_PACKET) && in emlxs_chipq_node_flush()
3768 if (!sbp || (sbp == STALE_PACKET)) { in emlxs_iotag_flush()
3777 hba->fc_table[iotag] = STALE_PACKET; in emlxs_iotag_flush()
[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()
532 hba->fc_table[iotag] = STALE_PACKET; in emlxs_timer_check_pkts()
1349 if (sbp && (sbp != STALE_PACKET) && in emlxs_tx_watchdog()
H A Demlxs_sli4.c5524 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_sli4_hba_flush_chipq()
5527 hba->fc_table[i] = STALE_PACKET; in emlxs_sli4_hba_flush_chipq()
5657 if (sbp == STALE_PACKET) { in emlxs_sli4_process_wqe_cmpl()
7744 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_reserve_xri()
7825 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_sli4_unreserve_xri()
7915 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_register_xri()
7980 (hba->fc_table[iotag] != STALE_PACKET))) { in emlxs_sli4_alloc_xri()
8080 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_sli4_free_xri()
H A Demlxs_fct.c3127 (hba->fc_table[xrip->iotag] != STALE_PACKET)) {
H A Demlxs_sli3.c4877 if (sbp == STALE_PACKET) { in emlxs_sli3_handle_ring_event()
H A Demlxs_solaris.c3843 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_abort_all()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h185 #define STALE_PACKET ((emlxs_buf_t *)0xFFFFFFFF) macro