Searched refs:B44_FLAG_TX_PAUSE (Results 1 – 2 of 2) sorted by relevance
376 #define B44_FLAG_TX_PAUSE 0x00040000 macro
364 bp->flags &= ~(B44_FLAG_TX_PAUSE | B44_FLAG_RX_PAUSE); in __b44_set_flow_ctrl()375 if (pause_flags & B44_FLAG_TX_PAUSE) in __b44_set_flow_ctrl()534 (bp->flags & B44_FLAG_TX_PAUSE) ? "on" : "off", in b44_link_report()2006 (bp->flags & B44_FLAG_TX_PAUSE) != 0; in b44_get_pauseparam()2024 bp->flags |= B44_FLAG_TX_PAUSE; in b44_set_pauseparam()2026 bp->flags &= ~B44_FLAG_TX_PAUSE; in b44_set_pauseparam()