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

/drivers/scsi/pm8001/
H A Dpm8001_sas.h322 u32 producer_idx; member in struct:inbound_queue_table
H A Dpm8001_hwi.c216 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0;
1248 if (((circularQ->producer_idx + bcCount) % 256) ==
1254 offset = circularQ->producer_idx * 64;
1256 circularQ->producer_idx = (circularQ->producer_idx + bcCount) % 256;
1297 circularQ->pi_offset, circularQ->producer_idx);
1299 pm8001_printk("after PI= %d CI= %d\n", circularQ->producer_idx,

Completed in 328 milliseconds