Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c495 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags) && in lpfc_send_npiv_logo()
500 set_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo()
507 &ndlp->save_flags), in lpfc_send_npiv_logo()
510 if (!test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_send_npiv_logo()
520 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_send_npiv_logo()
699 set_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_vport_delete()
705 &ndlp->save_flags), in lpfc_vport_delete()
713 rc, ndlp->save_flags, ndlp->nlp_state, in lpfc_vport_delete()
722 clear_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_vport_delete()
H A Dlpfc_disc.h157 unsigned long save_flags; member
H A Dlpfc_scsi.c6129 if (!test_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags) && in lpfc_target_reset_handler()
6135 set_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags); in lpfc_target_reset_handler()
6139 &pnode->save_flags), in lpfc_target_reset_handler()
6144 &pnode->save_flags)) in lpfc_target_reset_handler()
H A Dlpfc_ct.c1649 if (test_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags)) { in lpfc_cmpl_ct()
1654 clear_bit(NLP_WAIT_FOR_DA_ID, &ndlp->save_flags); in lpfc_cmpl_ct()
H A Dlpfc_hbadisc.c417 if (test_and_clear_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags)) { in lpfc_check_nlp_post_devloss()
542 set_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags); in lpfc_dev_loss_tmo_handler()
H A Dlpfc_els.c2991 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_cmpl_els_logo()
11508 if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) { in lpfc_cmpl_els_npiv_logo()
11514 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_cmpl_els_npiv_logo()
/linux/kernel/trace/
H A Dtrace_irqsoff.c38 static int save_flags; variable
574 save_flags = tr->trace_flags; in __irqsoff_tracer_init()
600 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in __irqsoff_tracer_reset()
601 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in __irqsoff_tracer_reset()
602 int pause_flag = save_flags & TRACE_ITER_PAUSE_ON_TRACE; in __irqsoff_tracer_reset()
H A Dtrace_sched_wakeup.c41 static int save_flags; variable
687 save_flags = tr->trace_flags; in __wakeup_tracer_init()
734 int lat_flag = save_flags & TRACE_ITER_LATENCY_FMT; in wakeup_tracer_reset()
735 int overwrite_flag = save_flags & TRACE_ITER_OVERWRITE; in wakeup_tracer_reset()
/linux/drivers/gpu/drm/vmwgfx/
H A 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/fs/ubifs/
H A 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/Documentation/scsi/
H A Dadvansys.rst267 save_flags/restore_flags changes.
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5672 unsigned long flags, save_flags; in qla2x00_configure_loop() local
5687 save_flags = flags = vha->dpc_flags; in qla2x00_configure_loop()
5781 if (test_bit(LOCAL_LOOP_UPDATE, &save_flags)) in qla2x00_configure_loop()
5783 if (test_bit(RSCN_UPDATE, &save_flags)) { in qla2x00_configure_loop()