Searched refs:macb_is_gem (Results 1 – 2 of 2) sorted by relevance
317 if (macb_is_gem(bp)) in macb_handle_link_change()400 if (macb_is_gem(bp) && bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE) in macb_mii_probe()1112 if (macb_is_gem(bp)) in macb_interrupt()1352 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()1602 if (macb_is_gem(bp)) in macb_mdc_clk_div()1625 if (!macb_is_gem(bp)) in macb_dbw()1651 if (macb_is_gem(bp)) { in macb_configure_dma()1696 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()1823 if (macb_is_gem(bp)) in macb_set_rx_mode()1830 if (macb_is_gem(bp) && dev->features & NETIF_F_RXCSUM) in macb_set_rx_mode()[all …]
451 if (macb_is_gem((__bp))) \460 if (macb_is_gem((__bp))) \845 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function