Lines Matching refs:aen_entry

2923 	struct bfa_aen_entry_s	*aen_entry;  in bfa_ioc_aen_post()  local
2926 bfad_get_aen_entry(bfad, aen_entry); in bfa_ioc_aen_post()
2927 if (!aen_entry) in bfa_ioc_aen_post()
2933 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2936 aen_entry->aen_data.ioc.pwwn = ioc->attr->pwwn; in bfa_ioc_aen_post()
2937 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2940 aen_entry->aen_data.ioc.mac = bfa_ioc_get_mac(ioc); in bfa_ioc_aen_post()
2948 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()
2949 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_ioc_aen_post()
3721 struct bfa_aen_entry_s *aen_entry; in bfa_sfp_scn_aen_post() local
3727 bfad_get_aen_entry(bfad, aen_entry); in bfa_sfp_scn_aen_post()
3728 if (!aen_entry) in bfa_sfp_scn_aen_post()
3731 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
3732 aen_entry->aen_data.port.pwwn = sfp->ioc->attr->pwwn; in bfa_sfp_scn_aen_post()
3733 aen_entry->aen_data.port.mac = bfa_ioc_get_mac(sfp->ioc); in bfa_sfp_scn_aen_post()
3750 aen_entry->aen_data.port.level = rsp->pomlvl; in bfa_sfp_scn_aen_post()
3758 bfad_im_post_vendor_event(aen_entry, bfad, ++sfp->ioc->ioc_aen_seq, in bfa_sfp_scn_aen_post()
4206 struct bfa_aen_entry_s *aen_entry; in bfa_flash_aen_audit_post() local
4208 bfad_get_aen_entry(bfad, aen_entry); in bfa_flash_aen_audit_post()
4209 if (!aen_entry) in bfa_flash_aen_audit_post()
4212 aen_entry->aen_data.audit.pwwn = ioc->attr->pwwn; in bfa_flash_aen_audit_post()
4213 aen_entry->aen_data.audit.partition_inst = inst; in bfa_flash_aen_audit_post()
4214 aen_entry->aen_data.audit.partition_type = type; in bfa_flash_aen_audit_post()
4217 bfad_im_post_vendor_event(aen_entry, bfad, ++ioc->ioc_aen_seq, in bfa_flash_aen_audit_post()