Lines Matching refs:aen_entry
2909 struct bfa_aen_entry_s *aen_entry; in bfa_ioc_aen_post() local
2912 bfad_get_aen_entry(bfad, aen_entry); in bfa_ioc_aen_post()
2913 if (!aen_entry) in bfa_ioc_aen_post()
2919 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2922 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2923 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2926 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2934 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()
2935 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_ioc_aen_post()
3707 struct bfa_aen_entry_s *aen_entry; in bfa_sfp_scn_aen_post() local
3713 bfad_get_aen_entry(bfad, aen_entry); in bfa_sfp_scn_aen_post()
3714 if (!aen_entry) in bfa_sfp_scn_aen_post()
3717 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
3718 aen_entry->aen_data.port.pwwn = sfp->ioc->attr->pwwn; in bfa_sfp_scn_aen_post()
3719 aen_entry->aen_data.port.mac = bfa_ioc_get_mac(sfp->ioc); in bfa_sfp_scn_aen_post()
3736 aen_entry->aen_data.port.level = rsp->pomlvl; in bfa_sfp_scn_aen_post()
3744 bfad_im_post_vendor_event(aen_entry, bfad, ++sfp->ioc->ioc_aen_seq, in bfa_sfp_scn_aen_post()
4192 struct bfa_aen_entry_s *aen_entry; in bfa_flash_aen_audit_post() local
4194 bfad_get_aen_entry(bfad, aen_entry); in bfa_flash_aen_audit_post()
4195 if (!aen_entry) in bfa_flash_aen_audit_post()
4198 aen_entry->aen_data.audit.pwwn = ioc->attr->pwwn; in bfa_flash_aen_audit_post()
4199 aen_entry->aen_data.audit.partition_inst = inst; in bfa_flash_aen_audit_post()
4200 aen_entry->aen_data.audit.partition_type = type; in bfa_flash_aen_audit_post()
4203 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_flash_aen_audit_post()