Lines Matching refs:ibc
1515 /* write to chip to prevent back-to-back writes of ibc reg */
1533 u64 val, prev_val, guid, ibc;
1548 ibc = 0x5ULL << SYM_LSB(IBCCtrl, FlowCtrlWaterMark);
1554 ibc |= 0x3ULL << SYM_LSB(IBCCtrl, FlowCtrlPeriod);
1556 ibc |= 0xfULL << SYM_LSB(IBCCtrl, PhyerrThreshold);
1558 ibc |= 4ULL << SYM_LSB(IBCCtrl, CreditScale);
1560 ibc |= 0xfULL << SYM_LSB(IBCCtrl, OverrunThreshold);
1565 ibc |= ((u64)(ppd->ibmaxlen >> 2) + 1) << SYM_LSB(IBCCtrl, MaxPktLen);
1566 ppd->cpspec->ibcctrl = ibc; /* without linkcmd or linkinitcmd! */
1603 /* write to chip to prevent back-to-back writes of ibc reg */
1636 /* write to chip to prevent back-to-back writes of ibc reg */
2675 if (!strncmp(what, "ibc", 3)) {