Home
last modified time | relevance | path

Searched refs:QLCNIC_LOOPBACK_TEST (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c637 if (dev->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_fw_create_ctx()
681 if (dev->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_fw_create_ctx()
706 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_fw_destroy_ctx()
Dqlcnic_83xx_hw.c1102 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_add_rings()
1223 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_create_rx_ctx()
1349 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_create_tx_ctx()
1443 if (adapter->ahw->diag_test == QLCNIC_LOOPBACK_TEST) { in qlcnic_83xx_diag_alloc_res()
1786 ret = qlcnic_83xx_diag_alloc_res(netdev, QLCNIC_LOOPBACK_TEST, in qlcnic_83xx_loopback_test()
Dqlcnic_main.c1753 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_request_irq()
1815 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_free_irq()
2178 if (adapter->ahw->diag_test == QLCNIC_LOOPBACK_TEST) { in qlcnic_diag_alloc_res()
Dqlcnic_ethtool.c1116 ret = qlcnic_diag_alloc_res(netdev, QLCNIC_LOOPBACK_TEST); in qlcnic_loopback_test()
Dqlcnic.h1067 #define QLCNIC_LOOPBACK_TEST 2 macro