Searched refs:AF_NVR_VALID (Results 1 – 3 of 3) sorted by relevance
1244 set_bit(AF_NVR_VALID, &a->flags); in esas2r_nvram_callback()1246 clear_bit(AF_NVR_VALID, &a->flags); in esas2r_nvram_callback()1345 set_bit(AF_NVR_VALID, &a->flags); in esas2r_nvram_validate()1367 clear_bit(AF_NVR_VALID, &a->flags); in esas2r_nvram_set_defaults()
889 if (!test_bit(AF_NVR_VALID, &a->flags)) in esas2r_init_adapter_struct()1293 if (!test_bit(AF_NVR_VALID, &a->flags)) { in esas2r_init_adapter_hw()
815 #define AF_NVR_VALID 12 macro