Searched refs:AF_ONLINE (Results 1 - 7 of 7) 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_os.c510 !test_bit(AF_ONLINE, &ha->flags) ||
1050 clear_bit(AF_ONLINE, &ha->flags);
1072 clear_bit(AF_ONLINE, &ha->flags);
1136 /* NOTE: AF_ONLINE flag set upon successful completion of
1144 if (!test_bit(AF_ONLINE, &ha->flags) &&
1191 if (test_bit(AF_ONLINE, &ha->flags))
1710 while ((!test_bit(AF_ONLINE, &ha->flags)) &&
1721 if (!test_bit(AF_ONLINE, &ha->flags)) {
2304 if (test_bit(AF_ONLINE, &ha->flags)) {
2305 clear_bit(AF_ONLINE,
[all...]
H A Dql4_def.h386 #define AF_ONLINE 0 /* 0x00000001 */ macro
650 return (test_bit(AF_ONLINE, &ha->flags) != 0) &&
H A Dql4_iocb.c297 if (!test_bit(AF_ONLINE, &ha->flags)) {
H A Dql4_isr.c782 clear_bit(AF_ONLINE, &ha->flags);
H A Dql4_mbx.c157 test_bit(AF_ONLINE, &ha->flags) &&
H A Dql4_init.c1451 set_bit(AF_ONLINE, &ha->flags);
H A Dql4_nx.c1622 if (test_and_clear_bit(AF_ONLINE, &ha->flags)) {

Completed in 112 milliseconds