Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_init.c4222 qpair->fwres.exch_total = ha->orig_fw_xcb_count; in __qla_adjust_iocb_limit()
4223 qpair->fwres.exch_limit = (ha->orig_fw_xcb_count * in __qla_adjust_iocb_limit()
4246 ha->fwres.exch_total = ha->orig_fw_xcb_count; in qla_init_iocb_limit()
4247 ha->fwres.exch_limit = (ha->orig_fw_xcb_count * QLA_IOCB_PCT_LIMIT) / 100; in qla_init_iocb_limit()
Dqla_os.c7209 if (threshold > ha->orig_fw_xcb_count) in qla2x00_do_dpc()
7210 threshold = ha->orig_fw_xcb_count; in qla2x00_do_dpc()
Dqla_def.h4573 uint16_t orig_fw_xcb_count; member
Dqla_mbx.c3043 ha->orig_fw_xcb_count = mcp->mb[6]; in qla2x00_get_resource_cnts()