Home
last modified time | relevance | path

Searched refs:producer_idx (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/pm8001/
Dpm8001_hwi.c251 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0; in init_default_table_values()
1295 if (((circularQ->producer_idx + bcCount) % PM8001_MPI_QUEUE) == in pm8001_mpi_msg_free_get()
1301 offset = circularQ->producer_idx * messageSize; in pm8001_mpi_msg_free_get()
1303 circularQ->producer_idx = (circularQ->producer_idx + bcCount) in pm8001_mpi_msg_free_get()
1334 circularQ->producer_idx, le32_to_cpu(circularQ->consumer_index)); in pm8001_mpi_build_cmd()
1363 circularQ->pi_offset, circularQ->producer_idx); in pm8001_mpi_build_cmd()
1366 responseQueue, opCode, circularQ->producer_idx, in pm8001_mpi_build_cmd()
Dpm8001_sas.h444 u32 producer_idx; member
Dpm80xx_hwi.c800 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0; in init_default_table_values()