Home
last modified time | relevance | path

Searched refs:QSIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c821 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qpti_map_queues() macro
823 QSIZE(RES_QUEUE_LEN), in qpti_map_queues()
832 QSIZE(QLOGICPTI_REQ_QUEUE_LEN), in qpti_map_queues()
836 dma_free_coherent(&op->dev, QSIZE(RES_QUEUE_LEN), in qpti_map_queues()
841 memset(qpti->res_cpu, 0, QSIZE(RES_QUEUE_LEN)); in qpti_map_queues()
1389 QSIZE(RES_QUEUE_LEN), in qpti_sbus_probe()
1392 QSIZE(QLOGICPTI_REQ_QUEUE_LEN), in qpti_sbus_probe()
1394 #undef QSIZE in qpti_sbus_probe()
1428 QSIZE(RES_QUEUE_LEN), in qpti_sbus_remove()
1431 QSIZE(QLOGICPTI_REQ_QUEUE_LEN), in qpti_sbus_remove()
[all …]
/openbmc/linux/drivers/virt/
H A Dfsl_hypervisor.c460 #define QSIZE 16 macro
463 #define nextp(x) (((x) + 1) & (QSIZE - 1))
472 uint32_t q[QSIZE];