Searched refs:TPA_ENABLE_FLAG (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x_cmn.c773 if (bp->flags & TPA_ENABLE_FLAG) {
1216 ((bp->flags & TPA_ENABLE_FLAG) == 0);
H A Dbnx2x_ethtool.c1025 bp->flags |= TPA_ENABLE_FLAG;
1032 bp->flags &= ~TPA_ENABLE_FLAG;
H A Dbnx2x.h731 #define TPA_ENABLE_FLAG 0x80 macro
H A Dbnx2x_main.c3168 if (bp->flags & TPA_ENABLE_FLAG)
6743 bp->flags &= ~TPA_ENABLE_FLAG;
6746 bp->flags |= TPA_ENABLE_FLAG;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c773 if (bp->flags & TPA_ENABLE_FLAG) {
1216 ((bp->flags & TPA_ENABLE_FLAG) == 0);
H A Dbnx2x_ethtool.c1025 bp->flags |= TPA_ENABLE_FLAG;
1032 bp->flags &= ~TPA_ENABLE_FLAG;
H A Dbnx2x.h731 #define TPA_ENABLE_FLAG 0x80 macro
H A Dbnx2x_main.c3168 if (bp->flags & TPA_ENABLE_FLAG)
6743 bp->flags &= ~TPA_ENABLE_FLAG;
6746 bp->flags |= TPA_ENABLE_FLAG;

Completed in 185 milliseconds