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

/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1302 u8 bcCount = 1; /* only support single buffer */ pm8001_mpi_msg_free_get() local
1313 if (((circularQ->producer_idx + bcCount) % PM8001_MPI_QUEUE) == pm8001_mpi_msg_free_get()
1320 /* increment to next bcCount element */ pm8001_mpi_msg_free_get()
1321 circularQ->producer_idx = (circularQ->producer_idx + bcCount) pm8001_mpi_msg_free_get()

Completed in 159 milliseconds