Home
last modified time | relevance | path

Searched refs:eee_fixup (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h388 void (*eee_fixup)(struct bcmasp_intf *priv, bool en); member
408 void (*eee_fixup)(struct bcmasp_intf *intf, bool en); member
H A Dbcmasp_intf.c1334 if (intf->eee.eee_enabled && intf->parent->eee_fixup) in bcmasp_suspend_to_wol()
1335 intf->parent->eee_fixup(intf, true); in bcmasp_suspend_to_wol()
1376 if (intf->eee.eee_enabled && intf->parent->eee_fixup) in bcmasp_resume_from_wol()
1377 intf->parent->eee_fixup(intf, false); in bcmasp_resume_from_wol()
H A Dbcmasp.c1262 .eee_fixup = bcmasp_eee_fixup,
1271 priv->eee_fixup = pdata->eee_fixup; in bcmasp_set_pdata()