Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/
Db44.h378 #define B44_FLAG_PAUSE_AUTO 0x00008000 macro
Db44.c469 if (bp->flags & B44_FLAG_PAUSE_AUTO) in b44_setup_phy()
2011 (bp->flags & B44_FLAG_PAUSE_AUTO) != 0; in b44_get_pauseparam()
2025 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2027 bp->flags &= ~B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2036 if (bp->flags & B44_FLAG_PAUSE_AUTO) { in b44_set_pauseparam()
2424 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_init_one()