Searched refs:USING_MSI (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h84 USING_MSI = (1 << 1), enumerator in enum:__anon1232
H A Dcxgb3_main.c363 } else if (adapter->flags & USING_MSI) {
365 adapter->flags &= ~USING_MSI;
657 if (adap->params.rev > 0 && !(adap->flags & USING_MSI))
1277 (adap->flags & USING_MSI) ? 0 : IRQF_SHARED,
2230 !(adapter->flags & USING_MSI))
3165 (adap->flags & USING_MSI) ? " MSI" : "");
3370 adapter->flags |= USING_MSI;
H A Dsge.c2830 if (adap->flags & USING_MSI)
3321 if (!(adap->flags & (USING_MSIX | USING_MSI)))
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c9064 if (tg3_flag(tp, USING_MSI)) {
11330 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) {
11427 if (!tg3_flag(tp, USING_MSI))
11457 tg3_flag_clear(tp, USING_MSI);
11601 tg3_flag_set(tp, USING_MSI);
11603 if (tg3_flag(tp, USING_MSI) || tg3_flag(tp, USING_MSIX)) {
11629 else if (tg3_flag(tp, USING_MSI))
11631 tg3_flag_clear(tp, USING_MSI);
11690 if (test_irq && tg3_flag(tp, USING_MSI)) {
11702 if (!tg3_flag(tp, 57765_PLUS) && tg3_flag(tp, USING_MSI)) {
[all...]

Completed in 200 milliseconds