Lines Matching refs:aen_entry
2926 struct bfa_aen_entry_s *aen_entry; in bfa_ioc_aen_post() local
2929 bfad_get_aen_entry(bfad, aen_entry); in bfa_ioc_aen_post()
2930 if (!aen_entry) in bfa_ioc_aen_post()
2936 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2939 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2940 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2943 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2951 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()
2952 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_ioc_aen_post()
3724 struct bfa_aen_entry_s *aen_entry; in bfa_sfp_scn_aen_post() local
3730 bfad_get_aen_entry(bfad, aen_entry); in bfa_sfp_scn_aen_post()
3731 if (!aen_entry) in bfa_sfp_scn_aen_post()
3734 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
3735 aen_entry->aen_data.port.pwwn = sfp->ioc->attr->pwwn; in bfa_sfp_scn_aen_post()
3736 aen_entry->aen_data.port.mac = bfa_ioc_get_mac(sfp->ioc); in bfa_sfp_scn_aen_post()
3753 aen_entry->aen_data.port.level = rsp->pomlvl; in bfa_sfp_scn_aen_post()
3761 bfad_im_post_vendor_event(aen_entry, bfad, ++sfp->ioc->ioc_aen_seq, in bfa_sfp_scn_aen_post()
4209 struct bfa_aen_entry_s *aen_entry; in bfa_flash_aen_audit_post() local
4211 bfad_get_aen_entry(bfad, aen_entry); in bfa_flash_aen_audit_post()
4212 if (!aen_entry) in bfa_flash_aen_audit_post()
4215 aen_entry->aen_data.audit.pwwn = ioc->attr->pwwn; in bfa_flash_aen_audit_post()
4216 aen_entry->aen_data.audit.partition_inst = inst; in bfa_flash_aen_audit_post()
4217 aen_entry->aen_data.audit.partition_type = type; in bfa_flash_aen_audit_post()
4220 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_flash_aen_audit_post()