Searched refs:queues_len (Results 1 – 2 of 2) sorted by relevance
590 unsigned long queues_len; member
2220 dma_free_coherent(&ha->pdev->dev, ha->queues_len, ha->queues, in qla4xxx_mem_free()2223 ha->queues_len = 0; in qla4xxx_mem_free()2271 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc()2276 ha->queues = dma_alloc_coherent(&ha->pdev->dev, ha->queues_len, in qla4xxx_mem_alloc()2284 memset(ha->queues, 0, ha->queues_len); in qla4xxx_mem_alloc()