Home
last modified time | relevance | path

Searched refs:pending_at_sml (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c1437 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_add()
1460 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_add()
1558 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_remove()
1581 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_remove()
H A Dmpi3mr_os.c359 if (current_work() == &fwevt->work || fwevt->pending_at_sml) { in mpi3mr_cleanup_fwevt_list()
887 mrioc->current_event->pending_at_sml = 1; in mpi3mr_remove_tgtdev_from_host()
891 mrioc->current_event->pending_at_sml = 0; in mpi3mr_remove_tgtdev_from_host()
939 mrioc->current_event->pending_at_sml = 1; in mpi3mr_report_tgtdev_to_host()
946 mrioc->current_event->pending_at_sml = 0; in mpi3mr_report_tgtdev_to_host()
H A Dmpi3mr.h1257 bool pending_at_sml; member