Searched defs:libefc_function_template (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/scsi/elx/libefc/ |
D | efclib.h | 486 struct libefc_function_template { struct 488 int (*new_nport)(struct efc *efc, struct efc_nport *sp); 489 void (*del_nport)(struct efc *efc, struct efc_nport *sp); 492 int (*scsi_new_node)(struct efc *efc, struct efc_node *n); 493 int (*scsi_del_node)(struct efc *efc, struct efc_node *n, int reason); 495 int (*issue_mbox_rqst)(void *efct, void *buf, void *cb, void *arg); 497 int (*send_els)(struct efc *efc, struct efc_disc_io *io); 499 int (*send_bls)(struct efc *efc, u32 type, struct sli_bls_params *bls); 501 int (*hw_seq_free)(struct efc *efc, struct efc_hw_sequence *seq);
|