Searched refs:B44_FLAG_TX_PAUSE (Results 1 – 2 of 2) sorted by relevance
381 #define B44_FLAG_TX_PAUSE 0x00040000 macro
363 bp->flags &= ~(B44_FLAG_TX_PAUSE | B44_FLAG_RX_PAUSE); in __b44_set_flow_ctrl()374 if (pause_flags & B44_FLAG_TX_PAUSE) in __b44_set_flow_ctrl()530 (bp->flags & B44_FLAG_TX_PAUSE) ? "on" : "off", in b44_link_report()2015 (bp->flags & B44_FLAG_TX_PAUSE) != 0; in b44_get_pauseparam()2033 bp->flags |= B44_FLAG_TX_PAUSE; in b44_set_pauseparam()2035 bp->flags &= ~B44_FLAG_TX_PAUSE; in b44_set_pauseparam()