Home
last modified time | relevance | path

Searched refs:TPA_ENABLE_FLAG (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_ethtool.c1326 if (!(bp->flags & TPA_ENABLE_FLAG)) { in bnx2x_set_flags()
1327 bp->flags |= TPA_ENABLE_FLAG; in bnx2x_set_flags()
1330 } else if (bp->flags & TPA_ENABLE_FLAG) { in bnx2x_set_flags()
1332 bp->flags &= ~TPA_ENABLE_FLAG; in bnx2x_set_flags()
Dbnx2x.h980 #define TPA_ENABLE_FLAG 0x80 macro
Dbnx2x_cmn.c1365 ((bp->flags & TPA_ENABLE_FLAG) == 0); in bnx2x_nic_load()
Dbnx2x_main.c2560 flags |= (bp->flags & TPA_ENABLE_FLAG) ? FUNC_FLG_TPA : 0; in bnx2x_pf_init()
8911 bp->flags &= ~TPA_ENABLE_FLAG; in bnx2x_init_bp()
8914 bp->flags |= TPA_ENABLE_FLAG; in bnx2x_init_bp()