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