Home
last modified time | relevance | path

Searched refs:fc_exch_done (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c164 fc_exch_done(cmd->seq); in ft_queue_status()
299 fc_exch_done(sp); in ft_send_resp_status()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c164 * The upper layer calls fc_exch_done() when done
720 * Since fc_exch_done() invokes fc_seq_set_resp() it is guaranteed that that
721 * ep->resp() won't be invoked after fc_exch_done() has returned.
723 * The response handler itself may invoke fc_exch_done(), which will clear the
961 * fc_exch_done() - Indicate that an exchange/sequence tuple is complete and
967 void fc_exch_done(struct fc_seq *sp) in fc_exch_done() function
980 EXPORT_SYMBOL(fc_exch_done);
1155 fc_exch_done(&ep->seq); in fc_seq_lookup_recip()
2132 fc_exch_done(&aborted_ep->seq); in fc_exch_rrq_resp()
H A Dfc_lport.c974 fc_exch_done(sp); in fc_lport_recv()
/linux/include/scsi/
H A Dlibfc.h1020 void fc_exch_done(struct fc_seq *sp);