Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.h759 } else if (bp->flags & USING_MSI_FLAG) { in bnx2x_disable_msi()
761 bp->flags &= ~USING_MSI_FLAG; in bnx2x_disable_msi()
Dbnx2x_cmn.c1037 else if (bp->flags & USING_MSI_FLAG) in bnx2x_free_irq()
1158 bp->flags |= USING_MSI_FLAG; in bnx2x_enable_msi()
1168 if (bp->flags & USING_MSI_FLAG) in bnx2x_req_irq()
2411 if (bp->flags & USING_MSI_FLAG) { in bnx2x_setup_irqs()
Dbnx2x.h978 #define USING_MSI_FLAG 0x40 macro
Dbnx2x_main.c1101 int msi = (bp->flags & USING_MSI_FLAG) ? 1 : 0; in bnx2x_hc_int_enable()
1164 int msi = (bp->flags & USING_MSI_FLAG) ? 1 : 0; in bnx2x_igu_int_enable()