Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.h381 #define B44_FLAG_TX_PAUSE 0x00040000 macro
H A Db44.c341 bp->flags &= ~(B44_FLAG_TX_PAUSE | B44_FLAG_RX_PAUSE); in __b44_set_flow_ctrl()
352 if (pause_flags & B44_FLAG_TX_PAUSE) in __b44_set_flow_ctrl()
508 (bp->flags & B44_FLAG_TX_PAUSE) ? "on" : "off", in b44_link_report()
1991 (bp->flags & B44_FLAG_TX_PAUSE) != 0; in b44_get_pauseparam()
2009 bp->flags |= B44_FLAG_TX_PAUSE; in b44_set_pauseparam()
2011 bp->flags &= ~B44_FLAG_TX_PAUSE; in b44_set_pauseparam()