Home
last modified time | relevance | path

Searched refs:aen_entry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_fcs_fcpim.c436 struct bfa_aen_entry_s *aen_entry; in bfa_fcs_itnim_aen_post() local
442 bfad_get_aen_entry(bfad, aen_entry); in bfa_fcs_itnim_aen_post()
443 if (!aen_entry) in bfa_fcs_itnim_aen_post()
446 aen_entry->aen_data.itnim.vf_id = rport->port->fabric->vf_id; in bfa_fcs_itnim_aen_post()
447 aen_entry->aen_data.itnim.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_itnim_aen_post()
449 aen_entry->aen_data.itnim.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_itnim_aen_post()
450 aen_entry->aen_data.itnim.rpwwn = rport->pwwn; in bfa_fcs_itnim_aen_post()
453 bfad_im_post_vendor_event(aen_entry, bfad, ++rport->fcs->fcs_aen_seq, in bfa_fcs_itnim_aen_post()
H A Dbfa_fcs.c1371 struct bfa_aen_entry_s *aen_entry; in bfa_fcs_fabric_aen_post() local
1373 bfad_get_aen_entry(bfad, aen_entry); in bfa_fcs_fabric_aen_post()
1374 if (!aen_entry) in bfa_fcs_fabric_aen_post()
1377 aen_entry->aen_data.port.pwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_fabric_aen_post()
1378 aen_entry->aen_data.port.fwwn = bfa_fcs_lport_get_fabric_name(port); in bfa_fcs_fabric_aen_post()
1381 bfad_im_post_vendor_event(aen_entry, bfad, ++port->fcs->fcs_aen_seq, in bfa_fcs_fabric_aen_post()
H A Dbfad_im.c675 struct bfa_aen_entry_s *aen_entry; in bfad_aen_im_notify_handler() local
683 bfa_q_deq(&bfad->active_aen_q, &aen_entry); in bfad_aen_im_notify_handler()
685 event_data = (char *)aen_entry + sizeof(struct list_head); in bfad_aen_im_notify_handler()
691 list_add_tail(&aen_entry->qe, &bfad->free_aen_q); in bfad_aen_im_notify_handler()
H A Dbfa_fcs_lport.c344 struct bfa_aen_entry_s *aen_entry; in bfa_fcs_lport_aen_post() local
346 bfad_get_aen_entry(bfad, aen_entry); in bfa_fcs_lport_aen_post()
347 if (!aen_entry) in bfa_fcs_lport_aen_post()
350 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id; in bfa_fcs_lport_aen_post()
351 aen_entry->aen_data.lport.roles = port->port_cfg.roles; in bfa_fcs_lport_aen_post()
352 aen_entry->aen_data.lport.ppwwn = bfa_fcs_lport_get_pwwn( in bfa_fcs_lport_aen_post()
354 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_aen_post()
357 bfad_im_post_vendor_event(aen_entry, bfad, ++port->fcs->fcs_aen_seq, in bfa_fcs_lport_aen_post()
6297 struct bfa_aen_entry_s *aen_entry; in bfa_fcs_vport_aen_post() local
6299 bfad_get_aen_entry(bfad, aen_entry); in bfa_fcs_vport_aen_post()
[all …]