Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_exch.c331 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); in fc_exch_timer_cancel()
356 FC_EXCH_DBG(ep, "Exchange already queued\n"); in fc_exch_timer_set_locked()
567 FC_EXCH_DBG(ep, "f_ctl %6x seq %2x\n", in fc_seq_start_next_locked()
1353 FC_EXCH_DBG(fc_seq_exch(sp), in fc_exch_send_ba_rjt()
1421 FC_EXCH_DBG(ep, "exch: ABTS received\n"); in fc_exch_recv_abts()
1628 FC_EXCH_DBG(ep, "ep is completed already," in fc_exch_recv_seq_resp()
1840 FC_EXCH_DBG(fc_seq_exch(sp), in fc_seq_ls_acc()
1872 FC_EXCH_DBG(fc_seq_exch(sp), in fc_seq_ls_rjt()
1911 FC_EXCH_DBG(ep, "ep is completed already," in fc_exch_reset()
2121 FC_EXCH_DBG(aborted_ep, "LS_RJT for RRQ\n"); in fc_exch_rrq_resp()
[all …]
H A Dfc_libfc.h73 #define FC_EXCH_DBG(exch, fmt, args...) \ macro