Searched refs:QSIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | qlogicpti.c | 810 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qpti_map_queues() macro 812 QSIZE(RES_QUEUE_LEN), in qpti_map_queues() 821 QSIZE(QLOGICPTI_REQ_QUEUE_LEN), in qpti_map_queues() 825 dma_free_coherent(&op->dev, QSIZE(RES_QUEUE_LEN), in qpti_map_queues() 830 memset(qpti->res_cpu, 0, QSIZE(RES_QUEUE_LEN)); in qpti_map_queues() 831 memset(qpti->req_cpu, 0, QSIZE(QLOGICPTI_REQ_QUEUE_LEN)); in qpti_map_queues() 1380 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) in qpti_sbus_probe() macro 1382 QSIZE(RES_QUEUE_LEN), in qpti_sbus_probe() 1385 QSIZE(QLOGICPTI_REQ_QUEUE_LEN), in qpti_sbus_probe() 1387 #undef QSIZE in qpti_sbus_probe() [all …]
|
/linux-4.1.27/drivers/virt/ |
D | fsl_hypervisor.c | 462 #define QSIZE 16 macro 465 #define nextp(x) (((x) + 1) & (QSIZE - 1)) 474 uint32_t q[QSIZE];
|