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

/drivers/scsi/
H A Dqlogicpti.c810 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) macro
812 QSIZE(RES_QUEUE_LEN),
821 QSIZE(QLOGICPTI_REQ_QUEUE_LEN),
825 dma_free_coherent(&op->dev, QSIZE(RES_QUEUE_LEN),
830 memset(qpti->res_cpu, 0, QSIZE(RES_QUEUE_LEN));
831 memset(qpti->req_cpu, 0, QSIZE(QLOGICPTI_REQ_QUEUE_LEN));
1380 #define QSIZE(entries) (((entries) + 1) * QUEUE_ENTRY_LEN) macro
1382 QSIZE(RES_QUEUE_LEN),
1385 QSIZE(QLOGICPTI_REQ_QUEUE_LEN),
1387 #undef QSIZE macro
1419 #define QSIZE macro
1426 #undef QSIZE macro
[all...]
/drivers/virt/
H A Dfsl_hypervisor.c462 #define QSIZE 16 macro
465 #define nextp(x) (((x) + 1) & (QSIZE - 1))
474 uint32_t q[QSIZE];

Completed in 55 milliseconds