Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h119 u8 wraparound; member
507 if ((((u32) rq->head[rq->current_entry]) & 1) == rq->wraparound) { in SA5_performant_completed()
514 /* Check for wraparound */ in SA5_performant_completed()
517 rq->wraparound ^= 1; in SA5_performant_completed()
H A Dhpsa.c1001 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command()
1008 /* Check for wraparound */ in next_command()
1011 rq->wraparound ^= 1; in next_command()
5216 /* check for invalid block or wraparound */ in hpsa_scsi_ioaccel_raid_map()
9498 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h119 u8 wraparound; member
507 if ((((u32) rq->head[rq->current_entry]) & 1) == rq->wraparound) { in SA5_performant_completed()
514 /* Check for wraparound */ in SA5_performant_completed()
517 rq->wraparound ^= 1; in SA5_performant_completed()
H A Dhpsa.c1004 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command()
1011 /* Check for wraparound */ in next_command()
1014 rq->wraparound ^= 1; in next_command()
5212 /* check for invalid block or wraparound */ in hpsa_scsi_ioaccel_raid_map()
9513 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()

Completed in 33 milliseconds