Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c642 if (dev->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_fw_create_ctx()
686 if (dev->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_fw_create_ctx()
711 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_fw_destroy_ctx()
H A Dqlcnic_83xx_hw.c1105 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_add_rings()
1226 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_create_rx_ctx()
1352 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) in qlcnic_83xx_create_tx_ctx()
1446 if (adapter->ahw->diag_test == QLCNIC_LOOPBACK_TEST) { in qlcnic_83xx_diag_alloc_res()
1789 ret = qlcnic_83xx_diag_alloc_res(netdev, QLCNIC_LOOPBACK_TEST, in qlcnic_83xx_loopback_test()
H A Dqlcnic_main.c1729 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_request_irq()
1791 if (adapter->ahw->diag_test != QLCNIC_LOOPBACK_TEST) { in qlcnic_free_irq()
2154 if (adapter->ahw->diag_test == QLCNIC_LOOPBACK_TEST) { in qlcnic_diag_alloc_res()
H A Dqlcnic_ethtool.c1120 ret = qlcnic_diag_alloc_res(netdev, QLCNIC_LOOPBACK_TEST); in qlcnic_loopback_test()
H A Dqlcnic.h1061 #define QLCNIC_LOOPBACK_TEST 2 macro