Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/bfa/
Dbfa_fc.h372 struct fc_plogi_clp_s class2; /* class 2 service parameters */ member
Dbfa_fcs_rport.c2095 if (plogi->class2.class_valid) in bfa_fcs_rport_update()
/linux-2.6.39/arch/x86/kvm/
Dx86.c289 int class1, class2; in kvm_multiple_exception() local
311 class2 = exception_class(nr); in kvm_multiple_exception()
312 if ((class1 == EXCPT_CONTRIBUTORY && class2 == EXCPT_CONTRIBUTORY) in kvm_multiple_exception()
313 || (class1 == EXCPT_PF && class2 != EXCPT_BENIGN)) { in kvm_multiple_exception()