Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_exch.c331 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); in fc_exch_timer_cancel()
351 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked()
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()
640 FC_EXCH_DBG(ep, "exch: abort, time %d msecs\n", timer_msec); in fc_exch_abort_locked()
643 FC_EXCH_DBG(ep, "exch: already completed esb %x state %x\n", in fc_exch_abort_locked()
772 FC_EXCH_DBG(ep, "Exchange timed out state %x\n", ep->state); in fc_exch_timeout()
1290 FC_EXCH_DBG(ep, "Drop ACK request, out of memory\n"); in fc_seq_send_ack()
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()
[all …]
Dfc_libfc.h73 #define FC_EXCH_DBG(exch, fmt, args...) \ macro