Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.h590 u32 rep_post_host_idx; member
H A Dleapraid_func.c5717 rep_desc = &rq->rep_desc[rq->rep_post_host_idx]; in leapraid_rep_queue_handler()
5736 rq->rep_post_host_idx = in leapraid_rep_queue_handler()
5737 (rq->rep_post_host_idx == in leapraid_rep_queue_handler()
5740 0 : rq->rep_post_host_idx + 1; in leapraid_rep_queue_handler()
5742 rq->rep_desc[rq->rep_post_host_idx].dflt_rep.rep_flg & in leapraid_rep_queue_handler()
5747 rep_desc = rq->rep_desc + rq->rep_post_host_idx; in leapraid_rep_queue_handler()
5756 writel(rq->rep_post_host_idx | ((msix_idx & LEAPRAID_MSIX_GROUP_MASK) << in leapraid_rep_queue_handler()
8442 rq->rep_post_host_idx = 0; in init_rep_desc()