Searched refs:BNX2_FLAG_MSIX_CAP (Results 1 – 2 of 2) sorted by relevance
835 if (bp->flags & BNX2_FLAG_MSIX_CAP) in bnx2_alloc_stats_blk()886 if (bp->flags & BNX2_FLAG_MSIX_CAP) { in bnx2_alloc_mem()6312 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi) in bnx2_setup_int_mode()7766 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !disable_msi) { in bnx2_get_channels()7789 if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !disable_msi) { in bnx2_set_channels()8175 bp->flags |= BNX2_FLAG_MSIX_CAP; in bnx2_init_board()
6798 #define BNX2_FLAG_MSIX_CAP 0x00000004 macro