Lines Matching defs:rctl
2485 uint32_t rctl;
2487 rctl = IGC_READ_REG(&sc->hw, IGC_RCTL);
2488 rctl &= ~(IGC_RCTL_BAM |IGC_RCTL_UPE | IGC_RCTL_MPE);
2491 rctl |= IGC_RCTL_BAM;
2494 rctl |= IGC_RCTL_UPE;
2499 rctl |= IGC_RCTL_MPE;
2540 IGC_WRITE_REG(&sc->hw, IGC_RCTL, rctl);
3552 uint32_t rctl, rxcsum, srrctl;
3560 rctl = IGC_READ_REG(hw, IGC_RCTL);
3561 IGC_WRITE_REG(hw, IGC_RCTL, rctl & ~IGC_RCTL_EN);
3564 rctl &= ~(3 << IGC_RCTL_MO_SHIFT);
3565 rctl |= IGC_RCTL_EN | IGC_RCTL_BAM | IGC_RCTL_LBM_NO |
3570 rctl &= ~IGC_RCTL_SBP;
3573 rctl |= IGC_RCTL_SBP;
3578 rctl |= IGC_RCTL_LPE;
3580 rctl &= ~IGC_RCTL_LPE;
3583 rctl |= IGC_RCTL_SECRC;
3611 rctl |= IGC_RCTL_SZ_4096 | IGC_RCTL_BSEX;
3614 rctl |= IGC_RCTL_SZ_2048;
3658 rctl &= ~IGC_RCTL_VFE;
3661 IGC_WRITE_REG(hw, IGC_RCTL, rctl);