Searched defs:libfc_function_template (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/scsi/ |
D | libfc.h | 466 struct libfc_function_template { struct 472 int (*frame_send)(struct fc_lport *, struct fc_frame *); 479 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did, 491 int (*ddp_setup)(struct fc_lport *, u16, struct scatterlist *, 499 int (*ddp_done)(struct fc_lport *, u16); 506 int (*ddp_target)(struct fc_lport *, u16, struct scatterlist *, 513 void (*get_lesb)(struct fc_lport *, struct fc_els_lesb *lesb); 522 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); 541 void (*lport_set_port_id)(struct fc_lport *, u32 port_id, 549 void (*rport_event_callback)(struct fc_lport *, [all …]
|