Searched refs:fcp_prio_cfg (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_bsg.c120 if (!ha->fcp_prio_cfg && (oper != QLFC_FCP_PRIO_SET_CONFIG)) {
128 ha->fcp_prio_cfg->attributes &=
141 if (ha->fcp_prio_cfg) {
143 ha->fcp_prio_cfg->attributes |=
167 bsg_job->reply_payload.sg_cnt, ha->fcp_prio_cfg,
180 if (!ha->fcp_prio_cfg) {
181 ha->fcp_prio_cfg = vmalloc(FCP_PRIO_CFG_SIZE);
182 if (!ha->fcp_prio_cfg) {
192 memset(ha->fcp_prio_cfg, 0, FCP_PRIO_CFG_SIZE);
194 bsg_job->request_payload.sg_cnt, ha->fcp_prio_cfg,
[all...]
H A Dqla_sup.c3006 if (!ha->fcp_prio_cfg) {
3007 ha->fcp_prio_cfg = vmalloc(FCP_PRIO_CFG_SIZE);
3008 if (!ha->fcp_prio_cfg) {
3015 memset(ha->fcp_prio_cfg, 0, FCP_PRIO_CFG_SIZE);
3020 ha->isp_ops->read_optrom(vha, (uint8_t *)ha->fcp_prio_cfg,
3023 if (!qla24xx_fcp_prio_cfg_valid(vha, ha->fcp_prio_cfg, 0))
3028 len = ha->fcp_prio_cfg->num_entries * FCP_PRIO_CFG_ENTRY_SIZE;
3031 ha->isp_ops->read_optrom(vha, (uint8_t *)&ha->fcp_prio_cfg->entry[0],
3035 if (!qla24xx_fcp_prio_cfg_valid(vha, ha->fcp_prio_cfg, 1))
3041 vfree(ha->fcp_prio_cfg);
[all...]
H A Dqla_init.c5413 if (!ha->fcp_prio_cfg || !ha->flags.fcp_prio_enabled)
5417 entries = ha->fcp_prio_cfg->num_entries;
5418 pri_entry = &ha->fcp_prio_cfg->entry[0];
H A Dqla_def.h2826 struct qla_fcp_prio_cfg *fcp_prio_cfg; member in struct:qla_hw_data

Completed in 54 milliseconds