Searched refs:fc_host_post_vendor_event (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/scsi/ |
H A D | scsi_transport_fc.h | 850 void fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, 852 /* Note: when specifying vendor_id to fc_host_post_vendor_event()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfad_im.c | 674 fc_host_post_vendor_event(shost, fc_get_event_number(), bfad_aen_im_notify_handler()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 1431 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_board_errevt_to_mgmt() 1531 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_handle_eratt_s3() 1555 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_handle_eratt_s3() 1681 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_handle_eratt_s4() 1740 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_handle_eratt_s4() 4135 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_sli4_async_sli_evt() 4151 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_sli4_async_sli_evt() 6304 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_post_init_setup()
|
H A D | lpfc_scsi.c | 5145 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_device_reset_handler() 5223 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_target_reset_handler() 5272 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_bus_reset_handler()
|
H A D | lpfc_els.c | 4797 fc_host_post_vendor_event(shost, lpfc_send_rscn_event() 6509 fc_host_post_vendor_event(shost, lpfc_send_els_failure_event() 6527 fc_host_post_vendor_event(shost, lpfc_send_els_failure_event() 6598 fc_host_post_vendor_event(shost, lpfc_send_els_event() 6605 fc_host_post_vendor_event(shost, lpfc_send_els_event()
|
H A D | lpfc_hbadisc.c | 522 fc_host_post_vendor_event(shost, lpfc_send_fastpath_evt()
|
H A D | lpfc_sli.c | 9083 fc_host_post_vendor_event(shost, fc_get_event_number(), lpfc_sli_async_event_handler()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_transport_fc.c | 592 * fc_host_post_vendor_event - called to post a vendor unique event on an fc_host 603 fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, fc_host_post_vendor_event() function 654 EXPORT_SYMBOL(fc_host_post_vendor_event); variable
|
Completed in 460 milliseconds