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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c1784 uint64_t pcent, bwpcent; local
1847 bwpcent = div64_u64(bw * 100 + slop,
1853 if (bwpcent > 100)
1854 bwpcent = 100;
1857 bwpcent > 95)
1862 ((bwpcent + pcent) <= 100) && ((bwpcent + pcent) > 95))
1872 bwpcent, bw, pcent, s, cg,
1879 bwpcent, bw, pcent, s, cg,
1887 bwpcent, b
[all...]

Completed in 144 milliseconds