• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching refs:dpc_flags

676 	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) &&
1146 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
1148 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
1150 set_bit(ISP_ABORT_NEEDED, &base_vha->dpc_flags);
1155 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
1906 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags);
1907 set_bit(LOCAL_LOOP_UPDATE, &vha->dpc_flags);
1908 set_bit(RSCN_UPDATE, &vha->dpc_flags);
1909 set_bit(NPIV_CONFIG_NEEDED, &vha->dpc_flags);
2365 set_bit(UNLOADING, &base_vha->dpc_flags);
2512 set_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags);
2547 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
3214 set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
3227 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags))
3272 "qla2x00_do_dpc: dpc_flags: %lx\n",
3273 base_vha->dpc_flags));
3290 &base_vha->dpc_flags)) {
3302 &base_vha->dpc_flags)) {
3309 &base_vha->dpc_flags))) {
3315 &base_vha->dpc_flags);
3318 &base_vha->dpc_flags);
3328 &base_vha->dpc_flags)) {
3334 &base_vha->dpc_flags))) {
3339 &base_vha->dpc_flags);
3342 &base_vha->dpc_flags);
3349 if (test_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags)) {
3351 clear_bit(FCPORT_UPDATE_NEEDED, &base_vha->dpc_flags);
3355 &base_vha->dpc_flags) &&
3356 (!(test_and_set_bit(RESET_ACTIVE, &base_vha->dpc_flags)))) {
3362 clear_bit(RESET_ACTIVE, &base_vha->dpc_flags);
3367 &base_vha->dpc_flags)) &&
3368 !test_bit(LOOP_RESYNC_NEEDED, &base_vha->dpc_flags) &&
3380 &base_vha->dpc_flags)) {
3386 &base_vha->dpc_flags))) {
3391 &base_vha->dpc_flags);
3398 if (test_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags) &&
3400 clear_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags);
3408 &base_vha->dpc_flags))
3435 if (!test_bit(UNLOADING, &vha->dpc_flags) && t)
3451 !(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags))) {
3453 clear_bit(RESET_MARKER_NEEDED, &vha->dpc_flags);
3461 (test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags)));
3591 !(test_bit(ABORT_ISP_ACTIVE, &vha->dpc_flags))
3628 &vha->dpc_flags);
3646 set_bit(ISP_ABORT_NEEDED, &vha->dpc_flags);
3656 set_bit(BEACON_BLINK_NEEDED, &vha->dpc_flags);
3665 if ((test_bit(ISP_ABORT_NEEDED, &vha->dpc_flags) ||
3666 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) ||
3667 test_bit(FCPORT_UPDATE_NEEDED, &vha->dpc_flags) ||
3669 test_bit(RESET_MARKER_NEEDED, &vha->dpc_flags) ||
3670 test_bit(BEACON_BLINK_NEEDED, &vha->dpc_flags) ||
3671 test_bit(ISP_UNRECOVERABLE, &vha->dpc_flags) ||
3672 test_bit(FCOE_CTX_RESET_NEEDED, &vha->dpc_flags) ||
3673 test_bit(VP_DPC_NEEDED, &vha->dpc_flags) ||
3674 test_bit(RELOGIN_NEEDED, &vha->dpc_flags)))
3872 set_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);
3875 clear_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags);