Searched refs:STALE_PACKET (Results 1 – 7 of 7) sorted by relevance
2174 hba->fc_table[iotag] == STALE_PACKET) { in emlxs_register_pkt()2218 if (!sbp || (sbp == STALE_PACKET)) { in emlxs_unregister_pkt()2223 hba->fc_table[iotag] = ((forced) ? STALE_PACKET : NULL); 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()[all …]
454 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()
5879 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()
3141 (hba->fc_table[xrip->iotag] != STALE_PACKET)) { in emlxs_fct_handle_abort()
4882 if (sbp == STALE_PACKET) { in emlxs_sli3_handle_ring_event()
3853 if (sbp == NULL || sbp == STALE_PACKET) { in emlxs_abort_all()
187 #define STALE_PACKET ((emlxs_buf_t *)0xFFFFFFFF) macro