Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Db44.h378 #define B44_FLAG_PAUSE_AUTO 0x00008000 macro
Db44.c447 if (bp->flags & B44_FLAG_PAUSE_AUTO) in b44_setup_phy()
1987 (bp->flags & B44_FLAG_PAUSE_AUTO) != 0; in b44_get_pauseparam()
2001 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2003 bp->flags &= ~B44_FLAG_PAUSE_AUTO; in b44_set_pauseparam()
2013 if (bp->flags & B44_FLAG_PAUSE_AUTO) { in b44_set_pauseparam()
2402 bp->flags |= B44_FLAG_PAUSE_AUTO; in b44_init_one()