Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c131 static void fc_exch_rrq(struct fc_exch *);
257 static inline void fc_exch_hold(struct fc_exch *ep) in fc_exch_hold()
272 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
321 static void fc_exch_release(struct fc_exch *ep) in fc_exch_release()
338 static inline void fc_exch_timer_cancel(struct fc_exch *ep) in fc_exch_timer_cancel()
355 static inline void fc_exch_timer_set_locked(struct fc_exch *ep, in fc_exch_timer_set_locked()
374 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set()
387 static int fc_exch_done_locked(struct fc_exch *ep) in fc_exch_done_locked()
418 static inline struct fc_exch *fc_exch_ptr_get(struct fc_exch_pool *pool, in fc_exch_ptr_get()
421 struct fc_exch **exches = (struct fc_exch **)(pool + 1); in fc_exch_ptr_get()
[all …]
DMakefile8 fc_exch.o \
Dfc_libfc.h71 struct fc_exch *_ep = NULL; \
Dfc_fcp.c562 struct fc_exch *ep; in fc_fcp_send_data()
945 struct fc_exch *ep; in fc_fcp_complete_locked()
1667 struct fc_exch *ep = fc_seq_exch(fsp->seq_ptr); in fc_fcp_srr()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_io.c58 struct fc_exch *ep; in ft_queue_data_in()
213 struct fc_exch *ep; in ft_recv_write_data()
345 struct fc_exch *ep = NULL; in ft_invl_hw_context()
Dtfc_cmd.c47 struct fc_exch *ep; in _ft_dump_cmd()
123 struct fc_exch *ep; in ft_queue_status()
201 struct fc_exch *ep; in ft_write_pending()
/linux-4.4.14/include/scsi/
Dlibfc.h428 struct fc_exch { struct
458 #define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq) argument
Dfc_encode.h643 struct fc_exch *ep = fc_seq_exch(fr_seq(fp)); in fc_rec_fill()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_els.c853 struct fc_exch *exch = fc_seq_exch(seq); in bnx2fc_flogi_resp()
884 struct fc_exch *exch = fc_seq_exch(seq); in bnx2fc_logo_resp()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2734 struct fc_exch *exch = fc_seq_exch(seq); in fcoe_flogi_resp()