Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/
Dqla3xxx.c3426 if (qdev->msi && test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_adapter_down()
3428 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_down()
3479 set_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_up()
3525 if (qdev->msi && test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_adapter_up()
3527 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_up()
Dqla3xxx.h1063 QL_MSI_ENABLED = 14, enumerator
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c3320 } else if (test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_disable_msix()
3322 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_disable_msix()
3371 set_bit(QL_MSI_ENABLED, &qdev->flags); in ql_enable_msix()
3595 test_bit(QL_MSI_ENABLED, in ql_request_irq()
Dqlge.h1997 QL_MSI_ENABLED = 2, enumerator