Lines Matching defs:enable
2501 * The unicast hash enable and the multicast hash enable bits in the
2502 * network configuration register enable the reception of hash matched
2521 * if the multicast hash enable bit is set, da[0] is 1 and the hash
2523 * will be signalled if the unicast hash enable bit is set, da[0] is 0
2526 * all ones and the multicast hash enable bit should be set in the
3090 static void gem_enable_flow_filters(struct macb *bp, bool enable)
3111 /* enable/disable screener regs for the flow entry */
3112 t2_scr = GEM_BFINS(ETHTEN, enable, t2_scr);
3114 /* only enable fields with no masking */
3117 if (enable && (tp4sp_m->ip4src == 0xFFFFFFFF))
3122 if (enable && (tp4sp_m->ip4dst == 0xFFFFFFFF))
3127 if (enable && ((tp4sp_m->psrc == 0xFFFF) || (tp4sp_m->pdst == 0xFFFF)))
3261 /* enable filtering if NTUPLE on */
3654 dev_err(&pdev->dev, "failed to enable pclk (%d)\n", err);
3660 dev_err(&pdev->dev, "failed to enable hclk (%d)\n", err);
3666 dev_err(&pdev->dev, "failed to enable tx_clk (%d)\n", err);
3672 dev_err(&pdev->dev, "failed to enable rx_clk (%d)\n", err);
3678 dev_err(&pdev->dev, "failed to enable tsu_clk (%d)\n", err);
3819 /* Filtering is supported in hw but don't enable it in kernel now */
4232 dev_err(&pdev->dev, "failed to enable pclk (%d)\n", err);
4341 dev_err(&pdev->dev, "failed to enable tx_clk (%u)\n", err);