Searched refs:max_qpairs (Results 1 – 7 of 7) sorted by relevance
193 for (i = 0; i < vha->hw->max_qpairs; i++) { in qla_dfs_tgt_counters_show()409 if (num_act_qp >= vha->hw->max_qpairs) { in qla_dfs_naqp_write()411 num_act_qp, vha->hw->max_qpairs); in qla_dfs_naqp_write()
287 for (i = 0; i < tgt->ha->max_qpairs + 1; i++) { in qla_qpair_to_hint()
419 if ((ql2xmqsupport || ql2xnvmeenable) && ha->max_qpairs) { in qla2x00_alloc_queues()420 ha->queue_pair_map = kcalloc(ha->max_qpairs, sizeof(struct qla_qpair *), in qla2x00_alloc_queues()1798 for (que = 0; que < ha->max_qpairs; que++) { in qla2x00_abort_all_cmds()2003 ha->max_qpairs = ha->max_rsp_queues - 1; in qla2x00_iospace_config()2005 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla2x00_iospace_config()2096 ha->max_qpairs = ha->max_req_queues - 1; in qla83xx_iospace_config()2098 "Max no of queues pairs: %d.\n", ha->max_qpairs); in qla83xx_iospace_config()3156 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()3162 host->nr_hw_queues = ha->max_qpairs; in qla2x00_probe_one()3280 for (i = 0; i < ha->max_qpairs; i++) in qla2x00_probe_one()[all …]
3707 uint8_t max_qpairs; member4569 for (i = 0; i < _ha->max_qpairs; i++) { \4579 for (i = 0; i < _ha->max_qpairs; i++) { \4650 for (i = 0; i < _ha->max_qpairs; i++) { \4659 for (i = 0; i < _ha->max_qpairs; i++) { \
1586 for (i = 0; i < vha->hw->max_qpairs + 1; i++) { in qlt_release()4180 for (key = 0; key < ha->max_qpairs; key++) in qlt_clr_qp_table()6352 tgt->qphints = kcalloc(ha->max_qpairs + 1, in qlt_add_target()6379 for (i = 0; i < ha->max_qpairs; i++) { in qlt_add_target()6621 if (ha->tgt.num_act_qpairs > ha->max_qpairs) in qlt_enable_vha()6622 ha->tgt.num_act_qpairs = ha->max_qpairs; in qlt_enable_vha()
3480 ha->max_qpairs = ha->max_req_queues - 1; in qla24xx_enable_msix()3482 "Adjusted Max no of queues pairs: %d.\n", ha->max_qpairs); in qla24xx_enable_msix()
6622 for (i = 0; i < ha->max_qpairs; i++) { in qla2x00_abort_isp_cleanup()8886 qpair_id = find_first_zero_bit(ha->qpair_qid_map, ha->max_qpairs); in qla2xxx_create_qpair()8887 if (ha->num_qpairs >= ha->max_qpairs) { in qla2xxx_create_qpair()