Home
last modified time | relevance | path

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

/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c152 rc = fc_seq_send(lport, cmd->seq, fp); in ft_queue_status()
222 fc_seq_send(lport, cmd->seq, fp); in ft_write_pending()
298 fc_seq_send(lport, sp, fp); in ft_send_resp_status()
H A Dtfc_io.c87 /* no scatter/gather in skb for odd word length due to fc_seq_send() */ in ft_queue_data_in()
163 error = fc_seq_send(lport, seq, fp); in ft_queue_data_in()
/linux/include/scsi/
H A Dlibfc.h1018 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
/linux/drivers/scsi/libfc/
H A Dfc_exch.c517 * fc_seq_send() - Send a frame using existing sequence/exchange pair
525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() function
535 EXPORT_SYMBOL(fc_seq_send);