Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/pm8001/
Dpm8001_hwi.c216 pm8001_ha->inbnd_q_tbl[i].producer_idx = 0; in init_default_table_values()
1214 if (((circularQ->producer_idx + bcCount) % 256) == in mpi_msg_free_get()
1220 offset = circularQ->producer_idx * 64; in mpi_msg_free_get()
1222 circularQ->producer_idx = (circularQ->producer_idx + bcCount) % 256; in mpi_msg_free_get()
1263 circularQ->pi_offset, circularQ->producer_idx); in mpi_build_cmd()
1265 pm8001_printk("after PI= %d CI= %d \n", circularQ->producer_idx, in mpi_build_cmd()
3679 u32 producer_idx; in process_oq() local
3681 producer_idx = pm8001_read_32(circularQ->pi_virt); in process_oq()
3682 circularQ->producer_index = cpu_to_le32(producer_idx); in process_oq()
Dpm8001_sas.h321 u32 producer_idx; member