Lines Matching refs:IBCCtrl

83 #define kr_ibcctrl KREG_IDX(IBCCtrl)
1555 ibc = 0x5ULL << SYM_LSB(IBCCtrl, FlowCtrlWaterMark); in qib_7220_bringup_serdes()
1561 ibc |= 0x3ULL << SYM_LSB(IBCCtrl, FlowCtrlPeriod); in qib_7220_bringup_serdes()
1563 ibc |= 0xfULL << SYM_LSB(IBCCtrl, PhyerrThreshold); in qib_7220_bringup_serdes()
1565 ibc |= 4ULL << SYM_LSB(IBCCtrl, CreditScale); in qib_7220_bringup_serdes()
1567 ibc |= 0xfULL << SYM_LSB(IBCCtrl, OverrunThreshold); in qib_7220_bringup_serdes()
1572 ibc |= ((u64)(ppd->ibmaxlen >> 2) + 1) << SYM_LSB(IBCCtrl, MaxPktLen); in qib_7220_bringup_serdes()
2399 ret = SYM_FIELD(ppd->cpspec->ibcctrl, IBCCtrl, in qib_7220_get_ib_cfg()
2404 ret = SYM_FIELD(ppd->cpspec->ibcctrl, IBCCtrl, in qib_7220_get_ib_cfg()
2411 SYM_MASK(IBCCtrl, LinkDownDefaultState)) ? in qib_7220_get_ib_cfg()
2532 maskr = SYM_FIELD(ppd->cpspec->ibcctrl, IBCCtrl, in qib_7220_set_ib_cfg()
2536 ~SYM_MASK(IBCCtrl, OverrunThreshold); in qib_7220_set_ib_cfg()
2538 SYM_LSB(IBCCtrl, OverrunThreshold); in qib_7220_set_ib_cfg()
2545 maskr = SYM_FIELD(ppd->cpspec->ibcctrl, IBCCtrl, in qib_7220_set_ib_cfg()
2549 ~SYM_MASK(IBCCtrl, PhyerrThreshold); in qib_7220_set_ib_cfg()
2551 SYM_LSB(IBCCtrl, PhyerrThreshold); in qib_7220_set_ib_cfg()
2568 ~SYM_MASK(IBCCtrl, LinkDownDefaultState); in qib_7220_set_ib_cfg()
2571 SYM_MASK(IBCCtrl, LinkDownDefaultState); in qib_7220_set_ib_cfg()
2585 ppd->cpspec->ibcctrl &= ~SYM_MASK(IBCCtrl, MaxPktLen); in qib_7220_set_ib_cfg()
2586 ppd->cpspec->ibcctrl |= (u64)val << SYM_LSB(IBCCtrl, MaxPktLen); in qib_7220_set_ib_cfg()
2707 ppd->cpspec->ibcctrl |= SYM_MASK(IBCCtrl, Loopback); in qib_7220_set_loopback()
2712 ppd->cpspec->ibcctrl &= ~SYM_MASK(IBCCtrl, Loopback); in qib_7220_set_loopback()