Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/
Db44.h377 #define B44_FLAG_PAUSE_AUTO 0x00008000 macro
Db44.c470 if (bp->flags & B44_FLAG_PAUSE_AUTO) in b44_setup_phy()
2002 (bp->flags & B44_FLAG_PAUSE_AUTO) != 0; in b44_get_pauseparam()
2016 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2018 bp->flags &= ~B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2027 if (bp->flags & B44_FLAG_PAUSE_AUTO) { in b44_set_pauseparam()
2424 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_init_one()