Searched refs:QLA_MQ_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_dbg.h240 uint32_t qregs[4 * QLA_MQ_SIZE];
H A Dqla_os.c1596 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ?
1597 QLA_MQ_SIZE : ql2xmaxqueues;
1687 ha->max_req_queues = ql2xmaxqueues > QLA_MQ_SIZE ?
1688 QLA_MQ_SIZE : ql2xmaxqueues;
H A Dqla_def.h2359 #define QLA_MQ_SIZE 32 macro

Completed in 100 milliseconds