Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/cadence/
Dmacb_main.c529 if (!macb_is_gem(bp) && in macb_validate()
678 } else if (macb_is_gem(bp)) { in macb_mac_config()
701 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) { in macb_mac_config()
764 if (macb_is_gem(bp)) { in macb_mac_link_up()
1820 if (macb_is_gem(bp)) in macb_interrupt()
2243 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()
2507 if (macb_is_gem(bp)) in macb_mdc_clk_div()
2529 if (!macb_is_gem(bp)) in macb_dbw()
2558 if (macb_is_gem(bp)) { in macb_configure_dma()
2612 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()
[all …]
Dmacb.h775 if (macb_is_gem((__bp))) \
784 if (macb_is_gem((__bp))) \
1361 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function