Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c3429 if (qdev->msi && test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_adapter_down()
3431 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_adapter_down()
3482 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()
H A Dqla3xxx.h1062 QL_MSI_ENABLED = 14, enumerator
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A Dqlge_main.c3133 } else if (test_bit(QL_MSI_ENABLED, &qdev->flags)) { in ql_disable_msix()
3135 clear_bit(QL_MSI_ENABLED, &qdev->flags); in ql_disable_msix()
3184 set_bit(QL_MSI_ENABLED, &qdev->flags); in ql_enable_msix()
3419 test_bit(QL_MSI_ENABLED, &qdev->flags) in ql_request_irq()
H A Dqlge.h2009 QL_MSI_ENABLED = 2, enumerator