Searched refs:test_info (Results 1 – 4 of 4) sorted by relevance
127 } test_info = { variable128 .channels = LIST_HEAD_INIT(test_info.channels),129 .lock = __MUTEX_INITIALIZER(test_info.lock),211 struct dmatest_info *info = &test_info; in dmatest_wait_get()1036 struct dmatest_info *info = &test_info; in dmatest_run_get()1052 struct dmatest_info *info = &test_info; in dmatest_run_set()1074 struct dmatest_info *info = &test_info; in dmatest_init()1098 struct dmatest_info *info = &test_info; in dmatest_exit()
418 memcpy(buf, bp->test_info->string, in bnxt_get_strings()2541 rc = _hwrm_send_message(bp, &req, sizeof(req), bp->test_info->timeout); in bnxt_run_fw_tests()2572 (bp->test_info->flags & BNXT_TEST_FL_EXT_LPBK)) in bnxt_self_test()2587 if (!(bp->test_info->offline_mask & bit_val)) in bnxt_self_test()3020 struct bnxt_test_info *test_info; in bnxt_ethtool_init() local3035 test_info = kzalloc(sizeof(*bp->test_info), GFP_KERNEL); in bnxt_ethtool_init()3036 if (!test_info) in bnxt_ethtool_init()3039 bp->test_info = test_info; in bnxt_ethtool_init()3044 test_info->offline_mask = resp->offline_tests; in bnxt_ethtool_init()3045 test_info->timeout = le16_to_cpu(resp->test_timeout); in bnxt_ethtool_init()[all …]
1396 struct bnxt_test_info *test_info; member
6367 if (bp->test_info) in bnxt_hwrm_phy_qcaps()6368 bp->test_info->flags |= BNXT_TEST_FL_EXT_LPBK; in bnxt_hwrm_phy_qcaps()