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.c651 } else if (macb_is_gem(bp)) { in macb_mac_config()
677 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()
740 if (macb_is_gem(bp)) { in macb_mac_link_up()
878 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) { in macb_mii_probe()
1982 if (macb_is_gem(bp)) in macb_interrupt()
2407 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2710 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2732 if (!macb_is_gem(bp)) in macb_dbw()
2761 if (macb_is_gem(bp)) { in macb_configure_dma()
2815 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))) \
1392 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function