Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c648 } else if (macb_is_gem(bp)) { in macb_mac_config()
674 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()
737 if (macb_is_gem(bp)) { in macb_mac_link_up()
873 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) { in macb_mii_probe()
1986 if (macb_is_gem(bp)) in macb_interrupt()
2414 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2717 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2739 if (!macb_is_gem(bp)) in macb_dbw()
2768 if (macb_is_gem(bp)) { in macb_configure_dma()
2822 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
[all …]
H A Dmacb.h799 if (macb_is_gem((__bp))) \
808 if (macb_is_gem((__bp))) \
1390 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function