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

/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c660 } else if (macb_is_gem(bp)) {
686 if (macb_is_gem(bp) && state->interface == PHY_INTERFACE_MODE_SGMII) {
749 if (macb_is_gem(bp)) {
887 if (macb_is_gem(bp) && (bp->caps & MACB_CAPS_GIGABIT_MODE_AVAILABLE)) {
1987 if (macb_is_gem(bp))
2411 if (!macb_is_gem(bp)) {
2682 if (macb_is_gem(bp))
2704 if (!macb_is_gem(bp))
2733 if (macb_is_gem(bp)) {
2787 else if (macb_is_gem(b
[all...]
H A Dmacb.h793 if (macb_is_gem((__bp))) \
802 if (macb_is_gem((__bp))) \
1381 static inline bool macb_is_gem(struct macb *bp) function

Completed in 132 milliseconds