Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/
Dqla3xxx.c3428 if (qdev->msi && test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_adapter_down()
3430 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_down()
3481 set_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_up()
3527 if (qdev->msi && test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_adapter_up()
3529 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_up()
Dqla3xxx.h1063 QL_MSI_ENABLED = 14, enumerator
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c3309 } else if (test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_disable_msix()
3311 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_disable_msix()
3360 set_bit(QL_MSI_ENABLED, &qdev->flags); in ql_enable_msix()
3584 test_bit(QL_MSI_ENABLED, in ql_request_irq()
Dqlge.h1997 QL_MSI_ENABLED = 2, enumerator