Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h847 } else if (bp->flags & USING_MSI_FLAG) { in bnx2x_disable_msi()
849 bp->flags &= ~USING_MSI_FLAG; in bnx2x_disable_msi()
Dbnx2x_cmn.c1241 else if (bp->flags & USING_MSI_FLAG) in bnx2x_free_irq()
1361 bp->flags |= USING_MSI_FLAG; in bnx2x_enable_msi()
1371 if (bp->flags & USING_MSI_FLAG) in bnx2x_req_irq()
1395 if (bp->flags & USING_MSI_FLAG) { in bnx2x_setup_irqs()
Dbnx2x.h1275 #define USING_MSI_FLAG (1 << 6) macro
Dbnx2x_main.c1365 int msi = (bp->flags & USING_MSI_FLAG) ? 1 : 0; in bnx2x_hc_int_enable()
1429 int msi = (bp->flags & USING_MSI_FLAG) ? 1 : 0; in bnx2x_igu_int_enable()