Searched refs:save_flags (Results 1 – 10 of 10) sorted by relevance
| /drivers/scsi/lpfc/ |
| A D | lpfc_vport.c | 495 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()
|
| A D | lpfc_disc.h | 157 unsigned long save_flags; member
|
| A D | lpfc_scsi.c | 6133 if (!test_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags) && in lpfc_target_reset_handler() 6139 set_bit(NLP_WAIT_FOR_LOGO, &pnode->save_flags); in lpfc_target_reset_handler() 6143 &pnode->save_flags), in lpfc_target_reset_handler() 6147 &pnode->save_flags)) in lpfc_target_reset_handler()
|
| A D | lpfc_ct.c | 1649 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()
|
| A D | lpfc_hbadisc.c | 426 if (test_and_clear_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags)) { in lpfc_check_nlp_post_devloss() 551 set_bit(NLP_IN_RECOV_POST_DEV_LOSS, &ndlp->save_flags); in lpfc_dev_loss_tmo_handler()
|
| A D | lpfc_els.c | 2991 if (test_and_clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) in lpfc_cmpl_els_logo() 11513 if (test_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags)) { in lpfc_cmpl_els_npiv_logo() 11519 clear_bit(NLP_WAIT_FOR_LOGO, &ndlp->save_flags); in lpfc_cmpl_els_npiv_logo()
|
| A D | lpfc_init.c | 3871 &ndlp->save_flags) && in lpfc_offline_prep()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_shrinker.c | 108 struct xe_bo_shrink_flags save_flags = flags; in xe_shrinker_walk() local 112 save_flags.writeback = false; in xe_shrinker_walk() 113 lret = __xe_shrinker_walk(xe, ctx, save_flags, to_scan, scanned); in xe_shrinker_walk() 120 lret = __xe_shrinker_walk(xe, ctx, save_flags, to_scan, scanned); in xe_shrinker_walk()
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_page_dirty.c | 403 unsigned int save_flags; in vmw_bo_vm_mkwrite() local 410 save_flags = vmf->flags; in vmw_bo_vm_mkwrite() 413 vmf->flags = save_flags; in vmw_bo_vm_mkwrite()
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_init.c | 5672 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()
|
Completed in 81 milliseconds