Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c342 FC_EXCH_DBG(ep, "Exchange timer canceled\n"); in fc_exch_timer_cancel()
362 FC_EXCH_DBG(ep, "Exchange timer armed : %d msecs\n", timer_msec); in fc_exch_timer_set_locked()
367 FC_EXCH_DBG(ep, "Exchange already queued\n"); in fc_exch_timer_set_locked()
578 FC_EXCH_DBG(ep, "f_ctl %6x seq %2x\n", in fc_seq_start_next_locked()
651 FC_EXCH_DBG(ep, "exch: abort, time %d msecs\n", timer_msec); in fc_exch_abort_locked()
654 FC_EXCH_DBG(ep, "exch: already completed esb %x state %x\n", in fc_exch_abort_locked()
780 FC_EXCH_DBG(ep, "Exchange timed out state %x\n", ep->state); in fc_exch_timeout()
1299 FC_EXCH_DBG(ep, "Drop ACK request, out of memory\n"); in fc_seq_send_ack()
1362 FC_EXCH_DBG(fc_seq_exch(sp), in fc_exch_send_ba_rjt()
1430 FC_EXCH_DBG(ep, "exch: ABTS received\n"); in fc_exch_recv_abts()
[all …]
Dfc_libfc.h85 #define FC_EXCH_DBG(exch, fmt, args...) \ macro