Searched refs:macb_is_gem (Results 1 – 2 of 2) sorted by relevance
660 } else if (macb_is_gem(bp)) { in macb_mac_config()686 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()749 if (macb_is_gem(bp)) { in macb_mac_link_up()887 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) { in macb_mii_probe()1987 if (macb_is_gem(bp)) in macb_interrupt()2411 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()2682 if (macb_is_gem(bp)) in macb_mdc_clk_div()2704 if (!macb_is_gem(bp)) in macb_dbw()2733 if (macb_is_gem(bp)) { in macb_configure_dma()2787 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()[all …]
793 if (macb_is_gem((__bp))) \802 if (macb_is_gem((__bp))) \1376 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function