Searched refs:FUNC_FLG_TPA (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ | ||
D | bnx2x.h | 1606 #define FUNC_FLG_TPA 0x0008 macro |
D | bnx2x_main.c | 2853 flags |= (bp->flags & TPA_ENABLE_FLAG) ? FUNC_FLG_TPA : 0; in bnx2x_pf_init() |