lpfc_handle_eratt
void (*lpfc_handle_eratt)
void lpfc_handle_eratt(struct lpfc_hba *);
lpfc_handle_eratt(phba);
(*phba->lpfc_handle_eratt)(phba);
phba->lpfc_handle_eratt = lpfc_handle_eratt_s3;
phba->lpfc_handle_eratt = lpfc_handle_eratt_s4;
lpfc_handle_eratt(phba);
lpfc_handle_eratt(phba);