Home
last modified time | relevance | path

Searched refs:fc_seq_send (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_cmd.c165 rc = fc_seq_send(lport, cmd->seq, fp); in ft_queue_status()
242 fc_seq_send(lport, cmd->seq, fp); in ft_write_pending()
323 fc_seq_send(lport, sp, fp); in ft_send_resp_status()
Dtfc_io.c177 error = fc_seq_send(lport, seq, fp); in ft_queue_data_in()
/Linux-v4.19/include/scsi/
Dlibfc.h1009 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c736 error = fc_seq_send(lport, seq, fp); in fc_fcp_send_data()
1038 fc_seq_send(lport, csp, conf_frame); in fc_fcp_complete_locked()
Dfc_exch.c536 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() function
546 EXPORT_SYMBOL(fc_seq_send);