Home
last modified time | relevance | path

Searched refs:macb_is_gem (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/cadence/
Dmacb.c265 if (macb_is_gem(bp)) in macb_handle_link_change()
348 if (macb_is_gem(bp) && bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE) in macb_mii_probe()
1060 if (macb_is_gem(bp)) in macb_interrupt()
1306 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
1556 if (macb_is_gem(bp)) in macb_mdc_clk_div()
1579 if (!macb_is_gem(bp)) in macb_dbw()
1606 if (macb_is_gem(bp)) { in macb_configure_dma()
1657 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
1779 if (macb_is_gem(bp)) in macb_set_rx_mode()
1786 if (macb_is_gem(bp) && dev->features & NETIF_F_RXCSUM) in macb_set_rx_mode()
[all …]
Dmacb.h450 if (macb_is_gem((__bp))) \
459 if (macb_is_gem((__bp))) \
832 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function