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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c21759 u32 next_hwqid; local
21780 next_hwqid = multixri_pool->rrb_next_hwqid;
21784 next_hwqid = (next_hwqid + 1) % hwq_count;
21787 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool;
21795 } while (!ret && next_hwqid != multixri_pool->rrb_next_hwqid);
21798 multixri_pool->rrb_next_hwqid = next_hwqid;
21807 if (next_hwqid == hwqid)

Completed in 2273 milliseconds