Home
last modified time | relevance | path

Searched refs:fc_seq_exch (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/drivers/target/tcm_fc/
Dtfc_cmd.c75 ep = fc_seq_exch(sp); in ft_dump_cmd()
127 ep = fc_seq_exch(cmd->seq); in ft_queue_status()
194 ep = fc_seq_exch(cmd->seq); in ft_write_pending()
245 return fc_seq_exch(cmd->seq)->rxid; in ft_get_task_tag()
551 fc_seq_exch(cmd->seq)->lp->tt.seq_set_resp(cmd->seq, ft_recv_seq, cmd); in ft_send_work()
Dtfc_io.c86 ep = fc_seq_exch(cmd->seq); in ft_queue_data_in()
214 ep = fc_seq_exch(seq); in ft_recv_write_data()
330 ep = fc_seq_exch(seq); in ft_invl_hw_context()
/linux-3.4.99/drivers/scsi/libfc/
Dfc_exch.c475 ep = fc_seq_exch(sp); in fc_seq_send()
541 struct fc_exch *ep = fc_seq_exch(sp); in fc_seq_start_next_locked()
556 struct fc_exch *ep = fc_seq_exch(sp); in fc_seq_start_next()
573 struct fc_exch *ep = fc_seq_exch(sp); in fc_seq_set_resp()
647 ep = fc_seq_exch(req_sp); in fc_seq_exch_abort()
839 struct fc_exch *ep = fc_seq_exch(sp); in fc_exch_done()
1011 WARN_ON(ep != fc_seq_exch(sp)); in fc_seq_lookup_recip()
1124 struct fc_exch *ep = fc_seq_exch(sp); in fc_seq_send_last()
1144 struct fc_exch *ep = fc_seq_exch(sp); in fc_seq_send_ack()
1345 fc_exch_release(fc_seq_exch(sp)); in fc_seq_release()
[all …]
Dfc_libfc.h72 _ep = fc_seq_exch((pkt)->seq_ptr); \
Dfc_fcp.c675 ep = fc_seq_exch(seq); in fc_fcp_send_data()
969 ep = fc_seq_exch(seq); in fc_fcp_complete_locked()
1643 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()
Dfc_rport.c1226 FC_RPORT_ID_DBG(lport, fc_seq_exch(sp)->did, in fc_rport_logo_resp()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_els.c854 struct fc_exch *exch = fc_seq_exch(seq); in bnx2fc_flogi_resp()
895 struct fc_exch *exch = fc_seq_exch(seq); in bnx2fc_logo_resp()
/linux-3.4.99/include/scsi/
Dlibfc.h443 #define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq) macro
Dfc_encode.h643 struct fc_exch *ep = fc_seq_exch(fr_seq(fp)); in fc_rec_fill()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c2503 struct fc_exch *exch = fc_seq_exch(seq); in fcoe_flogi_resp()