Home
last modified time | relevance | path

Searched refs:orig_fw_xcb_count (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_init.c4198 qpair->fwres.exch_total = ha->orig_fw_xcb_count; in __qla_adjust_iocb_limit()
4199 qpair->fwres.exch_limit = (ha->orig_fw_xcb_count * in __qla_adjust_iocb_limit()
4222 ha->fwres.exch_total = ha->orig_fw_xcb_count; in qla_init_iocb_limit()
4223 ha->fwres.exch_limit = (ha->orig_fw_xcb_count * QLA_IOCB_PCT_LIMIT) / 100; in qla_init_iocb_limit()
Dqla_os.c7206 if (threshold > ha->orig_fw_xcb_count) in qla2x00_do_dpc()
7207 threshold = ha->orig_fw_xcb_count; in qla2x00_do_dpc()
Dqla_def.h4564 uint16_t orig_fw_xcb_count; member
Dqla_mbx.c3043 ha->orig_fw_xcb_count = mcp->mb[6]; in qla2x00_get_resource_cnts()