Searched refs:orig_fw_xcb_count (Results 1 – 4 of 4) sorted by relevance
4222 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()
7209 if (threshold > ha->orig_fw_xcb_count) in qla2x00_do_dpc()7210 threshold = ha->orig_fw_xcb_count; in qla2x00_do_dpc()
4573 uint16_t orig_fw_xcb_count; member
3043 ha->orig_fw_xcb_count = mcp->mb[6]; in qla2x00_get_resource_cnts()