Lines Matching refs:fibsize
487 u32 fibsize;
552 fibsize = (fib->hbacmd_size + 127) / 128 - 1;
553 if (fibsize > 31)
554 fibsize = 31;
555 address |= fibsize;
568 /* Calculate the amount to the fibsize bits */
569 fibsize = (le16_to_cpu(fib->hw_fib_va->header.Size)
579 /* Calculate the amount to the fibsize bits */
580 fibsize = (sizeof(struct aac_fib_xporthdr) +
595 if (fibsize > 31)
596 fibsize = 31;
597 address |= fibsize;