Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c1427 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_add()
1450 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_add()
1548 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_remove()
1571 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_remove()
Dmpi3mr_os.c358 if (current_work() == &fwevt->work || fwevt->pending_at_sml) { in mpi3mr_cleanup_fwevt_list()
886 mrioc->current_event->pending_at_sml = 1; in mpi3mr_remove_tgtdev_from_host()
890 mrioc->current_event->pending_at_sml = 0; in mpi3mr_remove_tgtdev_from_host()
938 mrioc->current_event->pending_at_sml = 1; in mpi3mr_report_tgtdev_to_host()
945 mrioc->current_event->pending_at_sml = 0; in mpi3mr_report_tgtdev_to_host()
Dmpi3mr.h1257 bool pending_at_sml; member