Home
last modified time | relevance | path

Searched refs:PM8001_MPI_QUEUE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_defs.h79 #define PM8001_MPI_QUEUE 1024 /* maximum mpi queue entries */ macro
H A Dpm8001_init.c343 PM8001_MPI_QUEUE; in pm8001_alloc()
347 PM8001_MPI_QUEUE * 128; in pm8001_alloc()
352 PM8001_MPI_QUEUE; in pm8001_alloc()
356 PM8001_MPI_QUEUE * 64; in pm8001_alloc()
373 PM8001_MPI_QUEUE; in pm8001_alloc()
377 PM8001_MPI_QUEUE * 128; in pm8001_alloc()
383 PM8001_MPI_QUEUE; in pm8001_alloc()
387 PM8001_MPI_QUEUE * 64; in pm8001_alloc()
H A Dpm8001_ctl.c408 u32 queue_size = pm8001_ha->max_q_num * PM8001_MPI_QUEUE * 128; in pm8001_ctl_ib_queue_log_show()
445 u32 queue_size = pm8001_ha->max_q_num * PM8001_MPI_QUEUE * 128; in pm8001_ctl_ob_queue_log_show()
H A Dpm8001_hwi.c229 PM8001_MPI_QUEUE | (pm8001_ha->iomb_size << 16) | (0x00<<30); in init_default_table_values()
256 PM8001_MPI_QUEUE | (pm8001_ha->iomb_size << 16) | (0x01<<30); in init_default_table_values()
1295 if (((circularQ->producer_idx + bcCount) % PM8001_MPI_QUEUE) == in pm8001_mpi_msg_free_get()
1304 % PM8001_MPI_QUEUE; in pm8001_mpi_msg_free_get()
1399 % PM8001_MPI_QUEUE; in pm8001_mpi_msg_free_set()
1460 % PM8001_MPI_QUEUE; in pm8001_mpi_msg_consume()
1473 0x1f)) % PM8001_MPI_QUEUE; in pm8001_mpi_msg_consume()
H A Dpm80xx_hwi.c778 PM8001_MPI_QUEUE | (pm8001_ha->iomb_size << 16) | (0x00<<30); in init_default_table_values()
810 PM8001_MPI_QUEUE | (pm8001_ha->iomb_size << 16) | (0x01<<30); in init_default_table_values()