Searched refs:BNX2_FLAG_MSIX_CAP (Results 1 – 2 of 2) sorted by relevance
836 if (bp->flags & BNX2_FLAG_MSIX_CAP) in bnx2_alloc_stats_blk()887 if (bp->flags & BNX2_FLAG_MSIX_CAP) { in bnx2_alloc_mem()6329 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi) in bnx2_setup_int_mode()7783 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !disable_msi) { in bnx2_get_channels()7806 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !disable_msi) { in bnx2_set_channels()8199 bp->flags |= BNX2_FLAG_MSIX_CAP; in bnx2_init_board()
6798 #define BNX2_FLAG_MSIX_CAP 0x00000004 macro