Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cadence/
Dmacb_main.c451 if (macb_is_gem(bp)) in macb_handle_link_change()
560 if (macb_is_gem(bp) && bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE) in macb_mii_probe()
1443 if (macb_is_gem(bp)) in macb_interrupt()
1869 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2133 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2155 if (!macb_is_gem(bp)) in macb_dbw()
2184 if (macb_is_gem(bp)) { in macb_configure_dma()
2244 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
2373 if (macb_is_gem(bp)) in macb_set_rx_mode()
2380 if (macb_is_gem(bp) && dev->features & NETIF_F_RXCSUM) in macb_set_rx_mode()
[all …]
Dmacb.h703 if (macb_is_gem((__bp))) \
712 if (macb_is_gem((__bp))) \
1282 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function