Searched refs:QLA_MQ_SIZE (Results 1 – 3 of 3) sorted by relevance
332 uint32_t qregs[4 * QLA_MQ_SIZE];
1849 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ? in qla2x00_iospace_config()1850 QLA_MQ_SIZE : ql2xmaxqueues; in qla2x00_iospace_config()
2330 #define QLA_MQ_SIZE 32 macro