Home
last modified time | relevance | path

Searched refs:FC_EXCH_DBG (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c341 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); in fc_exch_timer_cancel()
361 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked()
570 FC_EXCH_DBG(ep, "f_ctl %6x seq %2x\n", in fc_seq_start_next_locked()
761 FC_EXCH_DBG(ep, "Exchange timed out\n"); in fc_exch_timeout()
1646 FC_EXCH_DBG(ep, "exch: BLS rctl %x - %s\n", fh->fh_r_ctl, in fc_exch_abts_resp()
1650 FC_EXCH_DBG(ep, "Exchange timer canceled due to ABTS response\n"); in fc_exch_abts_resp()
1740 FC_EXCH_DBG(ep, "BLS rctl %x - %s received\n", in fc_exch_recv_bls()
2025 FC_EXCH_DBG(aborted_ep, "Cannot process RRQ, " in fc_exch_rrq_resp()
2035 FC_EXCH_DBG(aborted_ep, "LS_RJT for RRQ\n"); in fc_exch_rrq_resp()
2040 FC_EXCH_DBG(aborted_ep, "unexpected response op %x for RRQ\n", in fc_exch_rrq_resp()
Dfc_libfc.h85 #define FC_EXCH_DBG(exch, fmt, args...) \ macro