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

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.c251 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0;
1239 if (((circularQ->producer_idx + bcCount) % PM8001_MPI_QUEUE) ==
1245 offset = circularQ->producer_idx * messageSize;
1247 circularQ->producer_idx = (circularQ->producer_idx + bcCount)
1278 circularQ->producer_idx, le32_to_cpu(circularQ->consumer_index));
1307 circularQ->pi_offset, circularQ->producer_idx);
1310 responseQueue, opCode, circularQ->producer_idx,
H A Dpm8001_sas.h441 u32 producer_idx; member in struct:inbound_queue_table
H A Dpm80xx_hwi.c800 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0;

Completed in 124 milliseconds