Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/cadence/
Dmacb_main.c604 } else if (macb_is_gem(bp)) { in macb_mac_config()
630 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()
693 if (macb_is_gem(bp)) { in macb_mac_link_up()
825 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) { in macb_mii_probe()
1917 if (macb_is_gem(bp)) in macb_interrupt()
2342 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2606 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2628 if (!macb_is_gem(bp)) in macb_dbw()
2657 if (macb_is_gem(bp)) { in macb_configure_dma()
2711 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
[all …]
Dmacb.h780 if (macb_is_gem((__bp))) \
789 if (macb_is_gem((__bp))) \
1374 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function