Searched defs:libefc_function_template (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/scsi/elx/libefc/ |
D | efclib.h | 485 struct libefc_function_template { struct 487 int (*new_nport)(struct efc *efc, struct efc_nport *sp); 488 void (*del_nport)(struct efc *efc, struct efc_nport *sp); 491 int (*scsi_new_node)(struct efc *efc, struct efc_node *n); 492 int (*scsi_del_node)(struct efc *efc, struct efc_node *n, int reason); 494 int (*issue_mbox_rqst)(void *efct, void *buf, void *cb, void *arg); 496 int (*send_els)(struct efc *efc, struct efc_disc_io *io); 498 int (*send_bls)(struct efc *efc, u32 type, struct sli_bls_params *bls); 500 int (*hw_seq_free)(struct efc *efc, struct efc_hw_sequence *seq);
|