Searched refs:QLA_MQ_SIZE (Results 1 – 3 of 3) sorted by relevance
240 uint32_t qregs[4 * QLA_MQ_SIZE];
1594 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()1595 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()1685 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla83xx_iospace_config()1686 QLA_MQ_SIZE : ql2xmaxqueues; in qla83xx_iospace_config()
2794 #define QLA_MQ_SIZE 32 macro