Searched refs:USING_MSIX_FLAG (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bnx2x/
H A Dbnx2x_cmn.c979 if (bp->flags & USING_MSIX_FLAG) {
983 bp->flags &= ~USING_MSIX_FLAG;
1047 bp->flags |= USING_MSIX_FLAG;
1224 if (bp->flags & USING_MSIX_FLAG) {
H A Dbnx2x.h729 #define USING_MSIX_FLAG 0x20 macro
H A Dbnx2x_main.c641 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
720 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
7931 if (bp->flags & USING_MSIX_FLAG) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c979 if (bp->flags & USING_MSIX_FLAG) {
983 bp->flags &= ~USING_MSIX_FLAG;
1047 bp->flags |= USING_MSIX_FLAG;
1224 if (bp->flags & USING_MSIX_FLAG) {
H A Dbnx2x.h729 #define USING_MSIX_FLAG 0x20 macro
H A Dbnx2x_main.c641 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
720 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
7931 if (bp->flags & USING_MSIX_FLAG) {

Completed in 166 milliseconds