Searched refs:dpc_flags (Results 1 - 16 of 16) 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.c505 if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags) ||
506 test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags) ||
507 test_bit(DPC_RESET_HA, &ha->dpc_flags) ||
508 test_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags) ||
509 test_bit(DPC_HA_NEED_QUIESCENT, &ha->dpc_flags) ||
511 test_bit(DPC_RESET_HA_FW_CONTEXT, &ha->dpc_flags))
686 set_bit(DPC_HA_UNRECOVERABLE, &ha->dpc_flags);
690 set_bit(DPC_RESET_HA, &ha->dpc_flags);
712 if (!test_bit(DPC_RESET_ACTIVE, &ha->dpc_flags)) {
714 !test_bit(DPC_RESET_HA, &ha->dpc_flags)) {
[all...]
H A Dql4_isr.c127 set_bit(DPC_RESET_HA, &ha->dpc_flags);
435 set_bit(DPC_RESET_HA, &ha->dpc_flags);
495 set_bit(DPC_RESET_HA, &ha->dpc_flags);
506 set_bit(DPC_RESET_HA, &ha->dpc_flags);
512 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags);
520 set_bit(DPC_LINK_CHANGED, &ha->dpc_flags);
532 set_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags);
556 set_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags);
559 set_bit(DPC_RESET_HA, &ha->dpc_flags);
605 set_bit(DPC_AEN, &ha->dpc_flags);
[all...]
H A Dql4_init.c303 if (test_and_clear_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags))
367 &ha->dpc_flags))
939 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags)) {
980 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags))
1020 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags))
H A Dql4_def.h405 unsigned long dpc_flags; member in struct:scsi_qla_host
H A Dql4_mbx.c229 set_bit(DPC_RESET_HA, &ha->dpc_flags);
H A Dql4_nx.c942 if (test_bit(DPC_RESET_HA, &ha->dpc_flags))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_os.c676 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
677 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
678 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
718 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
719 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
720 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
744 while (((test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)) ||
745 test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags) ||
746 test_bit(ISP_ABORT_RETRY, &base_vha->dpc_flags) ||
751 if (!test_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags)
[all...]
H A Dqla_mid.c286 if (!test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags))
305 if (test_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags)) {
307 clear_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags);
310 if ((test_and_clear_bit(RELOGIN_NEEDED, &vha->dpc_flags)) &&
311 !test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) &&
322 if (test_and_clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) &&
323 (!(test_and_set_bit(RESET_ACTIVE, &vha->dpc_flags)))) {
324 clear_bit(RESET_ACTIVE, &vha->dpc_flags);
327 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) {
328 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))) {
[all...]
H A Dqla_bsg.c111 if (test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
112 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
113 test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) {
630 if (test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
631 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
632 test_bit(ISP_ABORT_RETRY, &vha->dpc_flags))
768 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
852 if (test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
853 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
854 test_bit(ISP_ABORT_RETRY, &vha->dpc_flags))
[all...]
H A Dqla_isr.c73 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
178 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
398 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
416 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
423 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
432 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
440 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
464 set_bit(REGISTER_FC4_NEEDED, &vha->dpc_flags);
465 set_bit(REGISTER_FDMI_NEEDED, &vha->dpc_flags);
536 set_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
[all...]
H A Dqla_init.c398 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
442 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
504 vha->dpc_flags = 0;
1993 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
2524 if (test_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags)) {
2533 save_flags = flags = vha->dpc_flags;
2541 clear_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags);
2542 clear_bit(RSCN_UPDATE, &vha->dpc_flags);
2572 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags))
2587 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) {
[all...]
H A Dqla_attr.c162 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
545 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
577 set_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags);
1000 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
1001 test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags))
1069 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
1128 if (test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags)) {
1319 if (test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
1320 test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags))
1541 if (test_bit(ABORT_ISP_ACTIVE, &fcport->vha->dpc_flags))
[all...]
H A Dqla_nx.c1080 if (test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags))
3316 set_bit(ISP_UNRECOVERABLE, &vha->dpc_flags);
3321 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
3430 if (!(test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
3431 test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) ||
3432 test_bit(ISP_ABORT_RETRY, &vha->dpc_flags))) {
3436 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
3510 if (test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) {
3522 &vha->dpc_flags);
3536 set_bit(ISP_ABORT_RETRY, &vha->dpc_flags);
[all...]
H A Dqla_mbx.c64 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
301 if (!test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) &&
302 !test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) &&
303 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) {
309 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
319 if (!test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) &&
320 !test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags) &&
321 !test_bit(ISP_ABORT_RETRY, &vha->dpc_flags)) {
327 set_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags);
328 clear_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
[all...]
H A Dqla_def.h2843 unsigned long dpc_flags; member in struct:scsi_qla_host
2935 (test_bit(ISP_ABORT_NEEDED, &ha->dpc_flags) || \
2936 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) || \
H A Dqla_sup.c2068 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);

Completed in 150 milliseconds