Searched refs:STALE_PACKET (Results 1 – 7 of 7) sorted by relevance
2165 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 …]
454 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()
5524 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()
3127 (hba->fc_table[xrip->iotag] != STALE_PACKET)) {
4877 if (sbp == STALE_PACKET) { in emlxs_sli3_handle_ring_event()
3843 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_abort_all()
185 #define STALE_PACKET ((emlxs_buf_t *)0xFFFFFFFF) macro