Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dlibfc.h127 struct fc_lport *lp;
156 void (*event_callback)(struct fc_lport *, struct fc_rport_priv *,
169 struct fc_lport *local_port;
203 struct fc_lport *local_port;
227 void (*lld_event_callback)(struct fc_lport *,
335 struct fc_lport *lp;
443 struct fc_lport *lp;
475 int (*frame_send)(struct fc_lport *, struct fc_frame *);
482 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
494 int (*ddp_setup)(struct fc_lport *, u16, struct scatterlist *,
[all …]
Dlibfcoe.h132 struct fc_lport *lp;
163 void (*update_mac)(struct fc_lport *, u8 *addr);
164 u8 * (*get_src_addr)(struct fc_lport *);
258 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);
260 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *,
266 int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *,
271 void __fcoe_get_lesb(struct fc_lport *lport, struct fc_els_lesb *fc_lesb,
275 int fcoe_link_speed_update(struct fc_lport *);
276 void fcoe_get_lesb(struct fc_lport *, struct fc_els_lesb *);
363 struct fc_lport *lport;
[all …]
Dfc_encode.h88 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill()
131 static inline int fc_ct_ns_fill(struct fc_lport *lport, in fc_ct_ns_fill()
215 static inline int fc_ct_ms_fill(struct fc_lport *lport, in fc_ct_ms_fill()
509 static inline int fc_ct_fill(struct fc_lport *lport, in fc_ct_fill()
533 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill()
566 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill()
591 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill()
614 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill()
628 static inline void fc_rtv_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rtv_fill()
640 static inline void fc_rec_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rec_fill()
[all …]
Dfc_frame.h81 struct fc_lport *fr_dev; /* transport layer private pointer */
121 struct fc_frame *fc_frame_alloc_fill(struct fc_lport *, size_t payload_len);
128 static inline struct fc_frame *fc_frame_alloc(struct fc_lport *dev, size_t len) in fc_frame_alloc()