Home
last modified time | relevance | path

Searched refs:orig_fw_iocb_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c4226 limit = (ha->orig_fw_iocb_count * QLA_IOCB_PCT_LIMIT) / 100; in __qla_adjust_iocb_limit()
4228 qpair->fwres.iocbs_total = ha->orig_fw_iocb_count; in __qla_adjust_iocb_limit()
4254 ha->fwres.iocb_total = ha->orig_fw_iocb_count; in qla_init_iocb_limit()
4255 ha->fwres.iocb_limit = (ha->orig_fw_iocb_count * QLA_IOCB_PCT_LIMIT) / 100; in qla_init_iocb_limit()
H A Dqla_def.h4577 uint16_t orig_fw_iocb_count; member
H A Dqla_mbx.c3045 ha->orig_fw_iocb_count = mcp->mb[10]; in qla2x00_get_resource_cnts()