Searched refs:macb_is_gem (Results 1 – 2 of 2) sorted by relevance
521 if (!macb_is_gem(bp) && in macb_validate()580 } else if (macb_is_gem(bp)) { in macb_mac_config()642 if (macb_is_gem(bp)) { in macb_mac_link_up()1662 if (macb_is_gem(bp)) in macb_interrupt()2085 if (!macb_is_gem(bp)) { in macb_init_rx_buffer_size()2349 if (macb_is_gem(bp)) in macb_mdc_clk_div()2371 if (!macb_is_gem(bp)) in macb_dbw()2400 if (macb_is_gem(bp)) { in macb_configure_dma()2454 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw()2558 if (macb_is_gem(bp)) in macb_set_rx_mode()[all …]
717 if (macb_is_gem((__bp))) \726 if (macb_is_gem((__bp))) \1294 static inline bool macb_is_gem(struct macb *bp) in macb_is_gem() function