Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c535 if (ahw->diag_test == QLCNIC_INTERRUPT_TEST) in qlcnic_83xx_intr()
1440 if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) { in qlcnic_83xx_diag_alloc_res()
1464 if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) { in qlcnic_83xx_diag_free_res()
3652 ret = qlcnic_83xx_diag_alloc_res(netdev, QLCNIC_INTERRUPT_TEST, in qlcnic_83xx_interrupt_test()
H A Dqlcnic_main.c1710 if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) { in qlcnic_request_irq()
2038 if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) { in qlcnic_diag_free_res()
2151 if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) { in qlcnic_diag_alloc_res()
H A Dqlcnic_ethtool.c985 ret = qlcnic_diag_alloc_res(netdev, QLCNIC_INTERRUPT_TEST); in qlcnic_irq_test()
H A Dqlcnic.h1060 #define QLCNIC_INTERRUPT_TEST 1 macro