Searched refs:B44_FLAG_TX_PAUSE (Results 1 – 2 of 2) sorted by relevance
362 bp->flags &= ~(B44_FLAG_TX_PAUSE | B44_FLAG_RX_PAUSE); in __b44_set_flow_ctrl()373 if (pause_flags & B44_FLAG_TX_PAUSE) in __b44_set_flow_ctrl()529 (bp->flags & B44_FLAG_TX_PAUSE) ? "on" : "off", in b44_link_report()2009 (bp->flags & B44_FLAG_TX_PAUSE) != 0; in b44_get_pauseparam()2027 bp->flags |= B44_FLAG_TX_PAUSE; in b44_set_pauseparam()2029 bp->flags &= ~B44_FLAG_TX_PAUSE; in b44_set_pauseparam()
381 #define B44_FLAG_TX_PAUSE 0x00040000 macro