Searched defs:libfc_function_template (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/scsi/ |
D | libfc.h | 472 struct libfc_function_template { struct 478 int (*frame_send)(struct fc_lport *, struct fc_frame *); 485 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did, 497 int (*ddp_setup)(struct fc_lport *, u16, struct scatterlist *, 505 int (*ddp_done)(struct fc_lport *, u16); 512 int (*ddp_target)(struct fc_lport *, u16, struct scatterlist *, 519 void (*get_lesb)(struct fc_lport *, struct fc_els_lesb *lesb); 528 void (*exch_mgr_reset)(struct fc_lport *, u32 s_id, u32 d_id); 547 void (*lport_set_port_id)(struct fc_lport *, u32 port_id, 555 void (*rport_event_callback)(struct fc_lport *, [all …]
|