Home
last modified time | relevance | path

Searched refs:save_flags (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_vport.c495 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_send_npiv_logo()
500 ndlp->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
506 (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)), in lpfc_send_npiv_logo()
509 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)) in lpfc_send_npiv_logo()
520 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
699 ndlp->save_flags |= NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete()
705 !(ndlp->save_flags & NLP_WAIT_FOR_DA_ID), in lpfc_vport_delete()
713 rc, ndlp->save_flags, ndlp->nlp_state, in lpfc_vport_delete()
721 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_vport_delete()
Dlpfc_disc.h157 enum lpfc_nlp_save_flags save_flags; member
Dlpfc_scsi.c6123 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6128 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6132 (!(pnode->save_flags & in lpfc_target_reset_handler()
6137 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6144 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
Dlpfc_ct.c1653 if (ndlp->save_flags & NLP_WAIT_FOR_DA_ID) { in lpfc_cmpl_ct()
1659 ndlp->save_flags &= ~NLP_WAIT_FOR_DA_ID; in lpfc_cmpl_ct()
Dlpfc_hbadisc.c409 if (ndlp->save_flags & NLP_IN_RECOV_POST_DEV_LOSS) { in lpfc_check_nlp_post_devloss()
410 ndlp->save_flags &= ~NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_check_nlp_post_devloss()
543 ndlp->save_flags |= NLP_IN_RECOV_POST_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
Dlpfc_els.c3012 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo()
3014 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo()
11581 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo()
11587 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()
Dlpfc_init.c3865 if (!(ndlp->save_flags & in lpfc_offline_prep()
/linux-6.12.1/kernel/trace/
Dtrace_irqsoff.c38 static int save_flags; variable
557 save_flags = tr->trace_flags; in __irqsoff_tracer_init()
583 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in __irqsoff_tracer_reset()
584 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in __irqsoff_tracer_reset()
585 int pause_flag = save_flags & TRACE_ITER_PAUSE_ON_TRACE; in __irqsoff_tracer_reset()
Dtrace_sched_wakeup.c41 static int save_flags; variable
673 save_flags = tr->trace_flags; in __wakeup_tracer_init()
720 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in wakeup_tracer_reset()
721 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in wakeup_tracer_reset()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_page_dirty.c382 unsigned int save_flags; in vmw_bo_vm_mkwrite() local
389 save_flags = vmf->flags; in vmw_bo_vm_mkwrite()
392 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
/linux-6.12.1/fs/ubifs/
Drecovery.c196 __le32 save_flags; in write_rcvrd_mst_node() local
200 save_flags = mst->flags; in write_rcvrd_mst_node()
214 mst->flags = save_flags; in write_rcvrd_mst_node()
/linux-6.12.1/Documentation/scsi/
Dadvansys.rst267 save_flags/restore_flags changes.
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_init.c5662 unsigned long flags, save_flags; in qla2x00_configure_loop() local
5677 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop()
5771 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop()
5773 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()