Searched refs:AF_INTERRUPTS_ON (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_inline.h49 set_bit(AF_INTERRUPTS_ON, &ha->flags);
63 clear_bit(AF_INTERRUPTS_ON, &ha->flags);
H A Dql4_mbx.c94 if (test_bit(AF_INTERRUPTS_ON, &ha->flags) &&
156 test_bit(AF_INTERRUPTS_ON, &ha->flags) &&
187 if (test_bit(AF_INTERRUPTS_ON,
H A Dql4_def.h391 #define AF_INTERRUPTS_ON 6 /* 0x00000040 */ macro
H A Dql4_nx.c2242 set_bit(AF_INTERRUPTS_ON, &ha->flags);
2248 if (test_bit(AF_INTERRUPTS_ON, &ha->flags))
2255 clear_bit(AF_INTERRUPTS_ON, &ha->flags);
H A Dql4_os.c1393 if (test_bit(AF_INTERRUPTS_ON, &ha->flags)) {

Completed in 69 milliseconds