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