Searched refs:control_flag (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c1625 * Flags set by the Adv Library in RISC variable 'control_flag' (0x122)
1717 ushort control_flag; /* Microcode Control Flag */ member in struct:adv_dvc_cfg
2407 printk(" mcode_version 0x%x, control_flag 0x%x\n", asc_prt_adv_dvc_cfg()
2408 h->mcode_version, h->control_flag); asc_prt_adv_dvc_cfg()
4534 * 'control_flag' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode AdvInitAsc3550Driver()
4537 if (asc_dvc->cfg->control_flag & CONTROL_FLAG_IGNORE_PERR) { AdvInitAsc3550Driver()
5046 * 'control_flag' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode AdvInitAsc38C0800Driver()
5049 if (asc_dvc->cfg->control_flag & CONTROL_FLAG_IGNORE_PERR) { AdvInitAsc38C0800Driver()
5534 * 'control_flag' CONTROL_FLAG_IGNORE_PERR flag to tell the microcode AdvInitAsc38C1600Driver()
5537 if (asc_dvc->cfg->control_flag & CONTROL_FLAG_IGNORE_PERR) { AdvInitAsc38C1600Driver()
5546 * 'control_flag' CONTROL_FLAG_ENABLE_AIPP bit to enable AdvInitAsc38C1600Driver()
10734 asc_dvc->cfg->control_flag = 0; AdvInitGetConfig()
10737 asc_dvc->cfg->control_flag |= CONTROL_FLAG_IGNORE_PERR; AdvInitGetConfig()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_iocb.c17 * qla2x00_get_cmd_direction() - Determine control_flag data direction.

Completed in 154 milliseconds